updates for Cygwin/Linux fonts and font size
This commit is contained in:
parent
f31ae08f0b
commit
2f2db20305
|
|
@ -30,9 +30,9 @@ set nolegend
|
||||||
|
|
||||||
* the default settings
|
* the default settings
|
||||||
* "svgwidth", "svgheight", "svgfont-size", "svgfont-width", "svguse-color", "svgstroke-width", "svggrid-width",
|
* "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"
|
* "svgbackground", "svgfont-family", "svgfont"
|
||||||
set svg_stropts= ( )
|
setcs svg_stropts = ( blue Arial Arial )
|
||||||
|
|
||||||
*** svg ***
|
*** svg ***
|
||||||
set hcopydevtype = svg
|
set hcopydevtype = svg
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,9 @@ plot vss2#branch vs v(22) title 'Series resistor: Drain current versus drain vol
|
||||||
|
|
||||||
*** postscript ***
|
*** postscript ***
|
||||||
set hcopydevtype = postscript
|
set hcopydevtype = postscript
|
||||||
|
setcs hcopyfont=Helvetica
|
||||||
|
set hcopyfontsize=14
|
||||||
|
|
||||||
set hcopypscolor=0 ; background black
|
set hcopypscolor=0 ; background black
|
||||||
hardcopy plot_4.ps vss#branch title 'Drain current versus drain voltage' xlabel 'Drain voltage' ylabel 'Drain current'
|
hardcopy plot_4.ps vss#branch title 'Drain current versus drain voltage' xlabel 'Drain voltage' ylabel 'Drain current'
|
||||||
set hcopypscolor=1 ; background white
|
set hcopypscolor=1 ; background white
|
||||||
|
|
@ -45,9 +48,13 @@ if $oscompiled = 1 | $oscompiled = 8
|
||||||
* for CYGWIN
|
* for CYGWIN
|
||||||
else
|
else
|
||||||
shell xterm -e gs plot_5.ps &
|
shell xterm -e gs plot_5.ps &
|
||||||
|
shell xterm -e gs plot_4.ps &
|
||||||
end
|
end
|
||||||
|
|
||||||
*** svg ***
|
*** svg ***
|
||||||
|
set svg_intopts = ( 512 384 20 0 1 2 0 )
|
||||||
|
setcs svg_stropts = ( white Arial Arial )
|
||||||
|
|
||||||
set hcopydevtype = svg
|
set hcopydevtype = svg
|
||||||
*set color0=white
|
*set color0=white
|
||||||
set color1=blue
|
set color1=blue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue