Skip to content

Releases: aenarete/ControlPlots.jl

v0.2.5

31 Dec 20:03
Compare
Choose a tag to compare

ControlPlots v0.2.5

Diff since v0.2.4

Added

  • the function bode_plot() as package extension. This requires to first load the package ControlSystemsBase before ControlPlots. 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

30 Oct 16:49
Compare
Choose a tag to compare

ControlPlots v0.2.4

Diff since v0.2.3

  • add error bars

v0.2.3

29 Sep 10:02
Compare
Choose a tag to compare

ControlPlots v0.2.3

Diff since v0.2.2

  • fix rounding mode of the time display to RoundDown

v0.2.2

27 Sep 18:43
Compare
Choose a tag to compare

ControlPlots v0.2.2

Diff since v0.2.1

  • add params figsize and dpi to plot2()

v0.2.1

19 Sep 12:56
Compare
Choose a tag to compare

ControlPlots v0.2.1

Diff since v0.2.0

  • the parameter scatter is now working for all variants of the plot function

v0.2.0

15 Sep 16:44
Compare
Choose a tag to compare

ControlPlots v0.2.0

Diff since v0.1.6

  • bump package JLD2 to version 0.5 (breaking)
  • the parameter ylims is now working for plots with two y axis

v0.1.6

24 Aug 15:36
Compare
Choose a tag to compare

ControlPlots v0.1.6

Diff since v0.1.5

  • add parameter yzoom to function plotx(); set it to a value < 1.0 for more than 6 vertical plots

v0.1.5

07 Aug 19:55
Compare
Choose a tag to compare

ControlPlots v0.1.5

Diff since v0.1.4

Added:

  • add example multi-channel-dual.jl and make it work

v0.1.4

05 Aug 20:07
5d52b97
Compare
Choose a tag to compare

ControlPlots v0.1.4

Diff since v0.1.3

  • plot2d now also accepts an SVector as parameter

Merged pull requests:

Closed issues:

  • Segmentation fault when running script multiple times. (#11)

v0.1.3

04 Aug 20:51
Compare
Choose a tag to compare

ControlPlots v0.1.3

Diff since v0.1.2

  • add a version of plot2d() that accepts a Matrix as first parameter