We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83cfec commit 80940adCopy full SHA for 80940ad
1 file changed
gnuplotlib.py
@@ -132,7 +132,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
132
subplot_options1 = dict(...)
133
subplot1 = (curve2, curve3, subplot_options1)
134
135
- g.plot( subplot_options0, subplot_options1 )
+ g.plot( subplot0, subplot1 )
136
137
This is verbose, and rarely will you actually specify everything in this much
138
detail:
0 commit comments