Skip to content

Commit 80940ad

Browse 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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnuplotlib.py

Lines 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)