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

◆ z() [4/4]

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

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

Definition at line 228 of file SeriesBuilder.hpp.

228 {})
229 {
230 m_z.push_back({ .roles = std::move(roles), .range = std::move(range), .palette = {} });
231 return *this;
232 }