File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1284,10 +1284,10 @@ def _massageProcessOptionsAndGetCmds(processOptions):
12841284 outputfileType = m .group (1 )
12851285
12861286 terminalOpts = { 'eps' : 'postscript noenhanced solid color eps' ,
1287- 'ps' : 'postscript noenhanced solid color landscape 10 ' ,
1288- 'pdf' : 'pdf noenhanced solid color font ",10 " size 11in,8.5in ' ,
1289- 'png' : 'png noenhanced size 1280, 1024' ,
1290- 'svg' : 'svg noenhanced solid dynamic fontscale 0.5 ' ,
1287+ 'ps' : 'postscript noenhanced solid color landscape 12 ' ,
1288+ 'pdf' : 'pdfcairo noenhanced solid color font ",12 " size 8in,6in ' ,
1289+ 'png' : 'pngcairo noenhanced size 1024,768 transparent crop font ",12" ' ,
1290+ 'svg' : 'svg noenhanced solid dynamic size 800,600 font ",14" ' ,
12911291 'gp' : 'gp' }
12921292
12931293 processOptions ['terminal' ] = terminalOpts [outputfileType ]
You can’t perform that action at this time.
0 commit comments