pnanez / HyEQ_Toolbox

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

Allow plotting with custom plot function in HybridPlotBuilder #93

Open pwintz opened 1 year ago

pwintz commented 1 year ago

By default, HybridPlotBuilder uses the built-in plot or plot3 functions, but it would be cool if we allowed users to specify other plot functions, such as semilogy, or polarplot. See here for numerous MATLAB plotting functions. If we do this right, we could also allow users to use their own custom-written plotting functions.