Skip to content

Commit f3c34c0

Browse files
committed
minor doc update
1 parent a696385 commit f3c34c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ option MUST be passed in:
178178
gp.plot( x,y,z,size,color,
179179
tuplesize = 5,
180180
_3d = True,
181-
_with = 'points ps variable palette )
181+
_with = 'points ps variable palette' )
182182
#+END_SRC
183183

184184
This is required because you may be using implicit domains (see below) and/or

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
164164
gp.plot( x,y,z,size,color,
165165
tuplesize = 5,
166166
_3d = True,
167-
_with = 'points ps variable palette )
167+
_with = 'points ps variable palette' )
168168
169169
This is required because you may be using implicit domains (see below) and/or
170170
broadcasting.

0 commit comments

Comments
 (0)