Skip to content

Commit cdb1ed3

Browse files
committed
minor doc improvement
1 parent 7bb596e commit cdb1ed3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

gnuplotlib.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,19 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
253253
254254
A few helper global functions are available:
255255
256-
plot3d(...) is equivalent to plot(..., _3d=True)
256+
plot3d(...)
257257
258-
plotimage(...) is equivalent to plot(..., _with='image', tuplesize=3)
258+
is equivalent to
259+
260+
plot(..., _3d=True)
261+
262+
And
263+
264+
plotimage(...)
265+
266+
is equivalent to
267+
268+
plot(..., _with='image', tuplesize=3)
259269
260270
** Data arguments
261271

0 commit comments

Comments
 (0)