Skip to content

Commit 20f27ef

Browse files
committed
docstring for plotshow
1 parent e6d0128 commit 20f27ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PythonPlot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ end
186186
@doc LazyHelp(pyplot,"step") plotstep(x, y; kws...) = pycall(pyplot.step, x, y; kws...)
187187

188188
# rename to avoid type piracy:
189-
plotshow(; kws...) = begin pycall(pyplot.show; kws...); nothing; end
189+
@doc LazyHelp(pyplot,"show") plotshow(; kws...) = begin pycall(pyplot.show; kws...); nothing; end
190190

191191
Base.close(f::Figure) = plotclose(f)
192192

0 commit comments

Comments
 (0)