We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06616ef commit 3b36ab5Copy full SHA for 3b36ab5
Changes
@@ -1,3 +1,9 @@
1
+gnuplotlib (0.39)
2
+
3
+ * Added 'cblegend' plot option
4
5
+ -- Dima Kogan <dkogan@debian.org> Sat, 14 Jan 2023 23:08:35 -0800
6
7
gnuplotlib (0.38)
8
9
* Extended add_plot_option() API
gnuplotlib.py
@@ -1095,7 +1095,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
1095
gnuplot_executable='gnuplot'
1096
1097
# setup.py assumes the version is a simple string in '' quotes
1098
-__version__ = '0.38'
+__version__ = '0.39'
1099
1100
# In a multiplot, the "process" options apply to the larger plot containing all
1101
# the subplots, and the "subplot" options apply to each invididual plot.
0 commit comments