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

◆ y() [4/4]

Series & MayaFlux::Portal::Forma::Plot::Series::y ( std::vector< Role roles,
AxisRange  range = {} 
)
inline

Map multiple roles to the Y axis with a shared range.

Definition at line 192 of file SeriesBuilder.hpp.

192 {})
193 {
194 m_y.push_back({ .roles = std::move(roles), .range = std::move(range), .palette = {} });
195 return *this;
196 }