|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Portal::Forma::Plot::apply_auto_scale | ( | AxisRange & | range, |
| const std::vector< std::span< const double > > & | series | ||
| ) |
Apply auto-scaling to an AxisRange from a set of series.
Computes the union [min, max] over all provided series and updates range in place. No-op if series is empty or range.auto_scale is false.
Definition at line 53 of file PlotSpec.cpp.
References data_range(), and series().
Referenced by MayaFlux::Portal::Forma::Plot::WaveformBuilder::done(), MayaFlux::Portal::Forma::Plot::ScatterBuilder::done(), MayaFlux::Portal::Forma::Plot::BarsBuilder::done(), and MayaFlux::Portal::Forma::Plot::FilledWaveformBuilder::done().
Here is the call graph for this function:
Here is the caller graph for this function: