Style Customization
When plotting, ezel uses a lot of aesthetic parameters.
Even rendering a simple scatter plot requires
marker size
marker shape
marker color
background color
x axis label size
x axis label text
x axis label color
..
For a minimal API, they are all optional and structured into MarkerOpts
, AxisOpts
, etc.
When unspecified, the value is provided by the theme.
Theme
A theme is a collection of default style configurations.
You can create a new theme or use one of built-in themes.
[screenshot of themes]
Last updated