We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df49f5b commit cffef20Copy full SHA for cffef20
Changes
@@ -1,3 +1,9 @@
1
+gnuplotlib (0.45)
2
+
3
+ * Uninteresting bug fix introduced in 0.44
4
5
+ -- Dima Kogan <[email protected]> Fri, 04 Apr 2025 11:30:12 -0700
6
7
gnuplotlib (0.44)
8
9
* Added "axes" curve option. The extends the "y2" curve option, so that
gnuplotlib.py
@@ -1126,7 +1126,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
1126
gnuplot_executable='gnuplot'
1127
1128
# setup.py assumes the version is a simple string in '' quotes
1129
-__version__ = '0.44'
+__version__ = '0.45'
1130
1131
# In a multiplot, the "process" options apply to the larger plot containing all
1132
# the subplots, and the "subplot" options apply to each invididual plot.
0 commit comments