Skip to content

Commit 17c345a

Browse files
committed
default svg terminal settings: smaller font, dynamic plot scaling
This is crude, but is better than what I've been doing. Probably will improve this thing more in the future
1 parent 3ff0ebc commit 17c345a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ def _massageProcessOptionsAndGetCmds(processOptions):
12921292
'ps': 'postscript noenhanced solid color landscape 10',
12931293
'pdf': 'pdf noenhanced solid color font ",10" size 11in,8.5in',
12941294
'png': 'png noenhanced size 1280,1024',
1295-
'svg': 'svg noenhanced solid',
1295+
'svg': 'svg noenhanced solid dynamic fontscale 0.5',
12961296
'gp': 'gp'}
12971297

12981298
processOptions['terminal'] = terminalOpts[outputfileType]

0 commit comments

Comments
 (0)