File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ gnuplotlib (0.45)
2+
3+ * Uninteresting bug fix introduced in 0.44
4+
5+ -- Dima Kogan <dkogan@debian.org> Fri, 04 Apr 2025 11:30:12 -0700
6+
17gnuplotlib (0.44)
28
39 * Added "axes" curve option. The extends the "y2" curve option, so that
Original file line number Diff line number Diff line change @@ -1126,7 +1126,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11261126gnuplot_executable = 'gnuplot'
11271127
11281128# setup.py assumes the version is a simple string in '' quotes
1129- __version__ = '0.44 '
1129+ __version__ = '0.45 '
11301130
11311131# In a multiplot, the "process" options apply to the larger plot containing all
11321132# the subplots, and the "subplot" options apply to each invididual plot.
You can’t perform that action at this time.
0 commit comments