MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ auto_scale()

AxisRange & MayaFlux::Portal::Forma::Plot::AxisRange::auto_scale ( bool  enabled = true)
inline

Enable or disable auto-scaling.

When enabled, min and max are recomputed from series data on every process() call, subject to any predicate set via scale_if().

Definition at line 52 of file AxisRange.hpp.

53 {
54 auto_scaling = enabled;
55 return *this;
56 }

References auto_scaling.