File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ gnuplotlib (0.35) unstable; urgency=medium
2+
3+ * Improved default svg terminal settings
4+ * Added add_plot_option() function, more robust plot option parsing
5+
6+ -- Dima Kogan <dkogan@debian.org> Sun, 08 Nov 2020 01:33:03 -0800
7+
18gnuplotlib (0.34) unstable; urgency=medium
29
310 * Lots of updates to the guide contents, and to the way it is built
Original file line number Diff line number Diff line change @@ -1092,7 +1092,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
10921092import numpysane as nps
10931093
10941094# setup.py assumes the version is a simple string in '' quotes
1095- __version__ = '0.34 '
1095+ __version__ = '0.35 '
10961096
10971097# In a multiplot, the "process" options apply to the larger plot containing all
10981098# the subplots, and the "subplot" options apply to each invididual plot.
You can’t perform that action at this time.
0 commit comments