Skip to content

Commit

Permalink
Fixed gnuplot error in tally demo parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorelik committed Jun 24, 2013
1 parent 4de045c commit acb18fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demos/tallying/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main():

# write gnuplot file and make plots
with open('tmp.gnuplot','w') as fh:
fh.write(r"""set terminal png size 1000 400
fh.write(r"""set terminal png size 800,400
set output 'fluxplot.png'
set nokey
set autoscale fix
Expand Down

0 comments on commit acb18fe

Please sign in to comment.