We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db04bff commit 8bce6b2Copy full SHA for 8bce6b2
1 file changed
demo.py
@@ -280,7 +280,7 @@
280
else:
281
print("ERROR! An error was supposed to be reported but it was not\n")
282
283
-sys.stderr.write('gnuplotlib can detect I/O hangs. Here I ask for a delay, so I should detect this and quit after a few seconds:\n')
+sys.stderr.write('gnuplotlib can detect I/O hangs. Here I ask for a delay, so I should detect this and quit after a few seconds...\n')
284
sys.stderr.write("=================================\n")
285
try:
286
gp.plot( np.arange(5), cmds = 'pause 20' )
0 commit comments