Recent Releases of https://github.com/aenarete/controlplots.jl

https://github.com/aenarete/controlplots.jl - v0.2.9

ControlPlots v0.2.9

Diff since v0.2.8

ControlPlots.jl v0.2.9 2025-08-21

Added

  • the plotx function now supports an optional legend_size parameter to control the font size of the legend (default: 10 points)
  • the plotx function now supports an optional loc parameter to control the legend location (default: "best")
  • the PlotX struct now includes legend_size and loc fields to store these legend parameters #### Changed
  • updated documentation in README.md to include the new legend_size and loc parameters
  • the plt.legend() call in plotx now uses the legend_size and loc parameters for better legend customization

- Julia
Published by github-actions[bot] 6 months ago

https://github.com/aenarete/controlplots.jl - v0.2.8

ControlPlots v0.2.8

Diff since v0.2.7

Added

  • the plotx function now supports an optional bottom parameter to control the bottom margin of the plot using plt.tight_layout(rect=[0, bottom, 1, 1])
  • the PlotX struct now includes a bottom field to store the bottom margin parameter #### Changed
  • updated documentation in README.md to include the new bottom parameter

Merged pull requests: - Aqua (#19) (@ufechner7)

Closed issues: - Announce version 0.2.7 (#18) - Add parameter bottom to plotx function (#24)

- Julia
Published by github-actions[bot] 7 months ago

https://github.com/aenarete/controlplots.jl - v0.2.7

ControlPlots v0.2.7

Diff since v0.2.6

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

Merged pull requests: - Add parameter title to the plot function, add menu (#17) (@ufechner7)

Closed issues: - Add an optional parameter title (#10) - Add function install_examples() (#16)

- Julia
Published by github-actions[bot] 12 months ago

https://github.com/aenarete/controlplots.jl - v0.2.6

ControlPlots v0.2.6

Diff since v0.2.5

Added

  • the function plot2d can now be used to to create any graph, composed of nodes and segments
  • the example plot2d-seg.jl and new tests were added

Merged pull requests: - CompatHelper: add new compat entry for ControlSystemsBase in [weakdeps] at version 1, (keep existing compat) (#13) (@github-actions[bot]) - General plot2d with user-defined sections (#15) (@1-Bart-1)

Closed issues: - Add a plot2d function with user-defined segments (#14)

- Julia
Published by github-actions[bot] 12 months ago

https://github.com/aenarete/controlplots.jl - v0.2.5

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)

- Julia
Published by github-actions[bot] about 1 year ago

https://github.com/aenarete/controlplots.jl - v0.2.4

ControlPlots v0.2.4

Diff since v0.2.3

  • add error bars

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.2.3

ControlPlots v0.2.3

Diff since v0.2.2

  • fix rounding mode of the time display to RoundDown

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.2.2

ControlPlots v0.2.2

Diff since v0.2.1

  • add params figsize and dpi to plot2()

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.2.1

ControlPlots v0.2.1

Diff since v0.2.0

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

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.2.0

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

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.6

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

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.5

ControlPlots v0.1.5

Diff since v0.1.4

Added:

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

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.4

ControlPlots v0.1.4

Diff since v0.1.3

  • 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)

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.3

ControlPlots v0.1.3

Diff since v0.1.2

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

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.2

ControlPlots v0.1.2

Diff since v0.1.1

  • two time series on the first Y axis now possible

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.1

ControlPlots v0.1.1

Diff since v0.1.0

  • add plot with dual Y axis

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.1.0

ControlPlots v0.1.0

Diff since v0.0.12

  • improved README.md
  • improved examples

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/aenarete/controlplots.jl - v0.0.12

ControlPlots v0.0.12

Diff since v0.0.11

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.11

ControlPlots v0.0.11

Diff since v0.0.10

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.10

ControlPlots v0.0.10

Diff since v0.0.9

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.9

ControlPlots v0.0.9

Diff since v0.0.8

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.8

ControlPlots v0.0.8

Diff since v0.0.7

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.7

ControlPlots v0.0.7

Diff since v0.0.6

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.6

ControlPlots v0.0.6

Diff since v0.0.5

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.5

ControlPlots v0.0.5

Diff since v0.0.4

Breaking

  • replace plotn() with plot()

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.4

ControlPlots v0.0.4

Diff since v0.0.3

Changes

  • rename plot to plotn (for multiple time series in one diagram)

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.3

ControlPlots v0.0.3

Diff since v0.0.2

Added

  • new version of function plot() that allows to plot multiple time series in one plot

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.2

ControlPlots v0.0.2

Diff since v0.0.1

Changed

  • plotting should now also work when using this package with PackageCompiler

- Julia
Published by github-actions[bot] almost 2 years ago

https://github.com/aenarete/controlplots.jl - v0.0.1

ControlPlots v0.0.1

- Julia
Published by github-actions[bot] almost 2 years ago