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

◆ x() [2/4]

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

Map a single role to the X axis.

Definition at line 138 of file SeriesBuilder.hpp.

138 {})
139 {
140 m_x.push_back({ .roles = { role }, .range = std::move(range), .palette = {} });
141 return *this;
142 }