Skip to content

Commit

Permalink
add mcplot-svg:autosize to default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Garde committed Aug 2, 2019
1 parent 0f46150 commit e7e9b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcsimrunner/mcweb/settings.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ MXRUN = 'mxrun.pl'
#MCPLOT_LOGCMD = "mcplot-gnuplot-py -s -l"
# For Perl + PGPLOT use
#MCPLOT_CMD = "mcplot.pl -png"
MCPLOT_CMD = "mcplot-svg-dev --nobrowse --libpath='/static'"
MCPLOT_CMD = "mcplot-svg-dev --nobrowse --autosize --libpath='/static'"
#MCPLOT_LOGCMD = "mcplot.pl -png -log"
MCPLOT_LOGCMD = "mcplot-svg-dev --nobrowse --log --libpath='/static'"
MCPLOT_LOGCMD = "mcplot-svg-dev --nobrowse --autosize --log --libpath='/static'"
MCPLOT_USE_HTML_PLOTTER = True

MCDISPLAY = "mcdisplay.pl" # should be mcdisplay.pl from mcstas 2.4
Expand Down

0 comments on commit e7e9b34

Please sign in to comment.