- all plot functions have now the optional parameter
title
- the script
menu.jl
was added - the function
ControlPlots.install_examples()
was added
- README.md was updated
- the function
plot2d
allows now to create moving plots of any graph consisting of points and segments - the example
plot2d-seg.jl
and tests were added
- README.md was updated
- the function
bode_plot()
as package extension. This requires to first load the packageControlSystemsBase
beforeControlPlots
. If you do not need this function there is no overhead. - the example
bode_plot.jl
- doc string for the
plotx()
function
- improved README.md
- improved the doc string of the
plot()
function