Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6512c7d

Browse filesBrowse files
committed
version bump
1 parent 8069679 commit 6512c7d
Copy full SHA for 6512c7d

File tree

Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed

‎Changes

Copy file name to clipboardExpand all lines: Changes
+7-1Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

‎gnuplotlib.py

Copy file name to clipboardExpand all lines: gnuplotlib.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11001100
gnuplot_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.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.