Releases: aenarete/ControlPlots.jl
Releases · aenarete/ControlPlots.jl
v0.2.5
ControlPlots v0.2.5
Added
- 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
Changed
- improved README.md
- improved the doc string of the
plot()
function
Closed issues:
- Add CHANGELOG.md (#7)
v0.2.4
v0.2.3
v0.2.2
v0.2.1
ControlPlots v0.2.1
- the parameter scatter is now working for all variants of the plot function
v0.2.0
ControlPlots v0.2.0
- bump package JLD2 to version 0.5 (breaking)
- the parameter
ylims
is now working for plots with two y axis
v0.1.6
ControlPlots v0.1.6
- add parameter yzoom to function plotx(); set it to a value < 1.0 for more than 6 vertical plots
v0.1.5
v0.1.4
ControlPlots v0.1.4
- plot2d now also accepts an SVector as parameter
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#8) (@dependabot[bot])
Closed issues:
- Segmentation fault when running script multiple times. (#11)
v0.1.3
ControlPlots v0.1.3
- add a version of plot2d() that accepts a Matrix as first parameter