pnanez / HyEQ_Toolbox

Hybrid systems equations simulator, development repository
Other
11 stars 2 forks source link

Pass arbitrary options to `axes` and `plot` functions via an option in `HybridPlotBuilder` #94

Closed pwintz closed 4 months ago

pwintz commented 1 year ago

There are numerous axes properties that users may want to set when using HybridPlotBuilder. We should allow them to set them by a syntax such as

HybridPlotBuilder().axesOptions('name1', 'value1','name2', 'value2').plotFlows(sol)

Similarly for plot and axis (and others?).

pwintz commented 8 months ago

To-do items before this is done: