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

◆ y() [2/4]

Series & MayaFlux::Portal::Forma::Plot::Series::y ( Role  role,
AxisRange  range = {} 
)
inline

Map a single role to the Y axis.

Definition at line 174 of file SeriesBuilder.hpp.

174 {})
175 {
176 m_y.push_back({ .roles = { role }, .range = std::move(range), .palette = {} });
177 return *this;
178 }