File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- gnuplotlib (0.40) unstable; urgency=medium
1+ gnuplotlib (0.41)
2+
3+ * I "unset multiplot" after sending multiplot data
4+
5+ -- Dima Kogan <dkogan@debian.org> Sat, 23 Dec 2023 12:24:59 -0800
6+
7+ gnuplotlib (0.40)
28
39 * gnuplotlib works with subclasses of np.ndarray
410 * minor improvements to error-handling logic
Original file line number Diff line number Diff line change @@ -1100,7 +1100,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11001100gnuplot_executable = 'gnuplot'
11011101
11021102# setup.py assumes the version is a simple string in '' quotes
1103- __version__ = '0.40 '
1103+ __version__ = '0.41 '
11041104
11051105# In a multiplot, the "process" options apply to the larger plot containing all
11061106# the subplots, and the "subplot" options apply to each invididual plot.
You can’t perform that action at this time.
0 commit comments