Browse Source

Don't print gnuplot commands to stdout

check-vt100
Aleksander Kiryk 4 years ago committed by Aleksander Kiryk
parent
commit
277d95edec
  1. 2
      graph.py

2
graph.py

@ -60,7 +60,7 @@ def g(command):
if not (gnuplot.poll() is None):
print("Error: gnuplot not running!")
return
print ("gnuplot> %s" % command)
# print ("gnuplot> %s" % command)
try:
command = b"%s\n" % command
except:

Loading…
Cancel
Save