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

◆ z() [2/4]

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

Map a single role to the Z axis.

Definition at line 210 of file SeriesBuilder.hpp.

210 {})
211 {
212 m_z.push_back({ .roles = { role }, .range = std::move(range), .palette = {} });
213 return *this;
214 }