diff options
Diffstat (limited to 'gnuplot.py')
| -rwxr-xr-x | gnuplot.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -126,8 +126,8 @@ def pipe2gnuplot(cmds): | |||
| 126 | proc.wait() | 126 | proc.wait() |
| 127 | 127 | ||
| 128 | def gnuplot(*args, **kargs): | 128 | def gnuplot(*args, **kargs): |
| 129 | cmd = gnuplot_cmd(*args, **kargs) | 129 | cmd = gnuplot_cmd(*args, **kargs) |
| 130 | pipe2gnuplot(cmd) | 130 | pipe2gnuplot(cmd) |
| 131 | 131 | ||
| 132 | def eps2pdf(file): | 132 | def eps2pdf(file): |
| 133 | Popen(['ps2pdf', '-dEPSCrop', '%s.eps' % file]).wait() | 133 | Popen(['ps2pdf', '-dEPSCrop', '%s.eps' % file]).wait() |
