File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Filter options
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)
2
8
3
9
* gnuplotlib works with subclasses of np.ndarray
4
10
* 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
1100
1100
gnuplot_executable = 'gnuplot'
1101
1101
1102
1102
# setup.py assumes the version is a simple string in '' quotes
1103
- __version__ = '0.40 '
1103
+ __version__ = '0.41 '
1104
1104
1105
1105
# In a multiplot, the "process" options apply to the larger plot containing all
1106
1106
# the subplots, and the "subplot" options apply to each invididual plot.
You can’t perform that action at this time.
0 commit comments