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 80940ad

Browse filesBrowse files
committed
More doc fixes
Extends: commit e83cfec Author: fabrego <fjavierabrego@gmail.com> Date: Fri Nov 1 16:41:56 2024 -0300 Fix verbose demostration of multiplot
1 parent e83cfec commit 80940ad
Copy full SHA for 80940ad

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎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
@@ -132,7 +132,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
132132
subplot_options1 = dict(...)
133133
subplot1 = (curve2, curve3, subplot_options1)
134134
135-
g.plot( subplot_options0, subplot_options1 )
135+
g.plot( subplot0, subplot1 )
136136
137137
This is verbose, and rarely will you actually specify everything in this much
138138
detail:

0 commit comments

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