Skip to content

Commit e83cfec

Browse files
Rapidicedkogan
authored andcommitted
Fix verbose demostration of multiplot
1 parent 53a2695 commit e83cfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ curve3 = (x3, y3, curve_options3)
155155
subplot_options1 = dict(...)
156156
subplot1 = (curve2, curve3, subplot_options1)
157157

158-
g.plot( subplot_options0, subplot_options1 )
158+
g.plot( subplot0, subplot1 )
159159
#+END_SRC
160160

161161
This is verbose, and rarely will you actually specify everything in this much

0 commit comments

Comments
 (0)