Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

23 lines (21 loc) · 876 Bytes

ControlPlots.jl v0.2.7 2025-03-08

Added

  • all plot functions have now the optional parameter title
  • the script menu.jl was added
  • the function ControlPlots.install_examples() was added

Changed

  • README.md was updated

ControlPlots.jl v0.2.6 2025-03-05

Added

  • 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

Changed

  • README.md was updated

ControlPlots.jl v0.2.5 2024-12-31

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