updates for Cygwin/Linux fonts and font size

This commit is contained in:
Holger Vogt 2021-03-03 20:42:03 +01:00
parent f31ae08f0b
commit 2f2db20305
2 changed files with 9 additions and 2 deletions

View File

@ -30,9 +30,9 @@ set nolegend
* the default settings
* "svgwidth", "svgheight", "svgfont-size", "svgfont-width", "svguse-color", "svgstroke-width", "svggrid-width",
set svg_intopts = ( 1024, 768, 16, 0, 1, 2, 0 )
set svg_intopts = ( 512 384 20 0 1 2 0 )
* "svgbackground", "svgfont-family", "svgfont"
set svg_stropts= ( )
setcs svg_stropts = ( blue Arial Arial )
*** svg ***
set hcopydevtype = svg

View File

@ -34,6 +34,9 @@ plot vss2#branch vs v(22) title 'Series resistor: Drain current versus drain vol
*** postscript ***
set hcopydevtype = postscript
setcs hcopyfont=Helvetica
set hcopyfontsize=14
set hcopypscolor=0 ; background black
hardcopy plot_4.ps vss#branch title 'Drain current versus drain voltage' xlabel 'Drain voltage' ylabel 'Drain current'
set hcopypscolor=1 ; background white
@ -45,9 +48,13 @@ if $oscompiled = 1 | $oscompiled = 8
* for CYGWIN
else
shell xterm -e gs plot_5.ps &
shell xterm -e gs plot_4.ps &
end
*** svg ***
set svg_intopts = ( 512 384 20 0 1 2 0 )
setcs svg_stropts = ( white Arial Arial )
set hcopydevtype = svg
*set color0=white
set color1=blue