From 3ccfe7790cb0a678f635895e20a359eb89f6f712 Mon Sep 17 00:00:00 2001 From: Andrea Bastoni Date: Wed, 21 Apr 2010 22:47:07 -0400 Subject: Changes made to manually tweak plots for april version of ospert10 --- gnuplot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnuplot.py') diff --git a/gnuplot.py b/gnuplot.py index 2604cb0..b717683 100755 --- a/gnuplot.py +++ b/gnuplot.py @@ -126,8 +126,8 @@ def pipe2gnuplot(cmds): proc.wait() def gnuplot(*args, **kargs): - cmd = gnuplot_cmd(*args, **kargs) - pipe2gnuplot(cmd) + cmd = gnuplot_cmd(*args, **kargs) + pipe2gnuplot(cmd) def eps2pdf(file): Popen(['ps2pdf', '-dEPSCrop', '%s.eps' % file]).wait() -- cgit v1.2.2