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.
By default,
HybridPlotBuilder
uses the built-inplot
orplot3
functions, but it would be cool if we allowed users to specify other plot functions, such assemilogy
, orpolarplot
. 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.