Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 393 Bytes

CHANGELOG.md

File metadata and controls

8 lines (8 loc) · 393 Bytes

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