diff options
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex b/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex index 365c229c17b..4ae87b61e60 100644 --- a/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex +++ b/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex @@ -83,7 +83,7 @@ % linewidth scale gp_scale_linewidth := \@@GNUPLOT@term@context@linewidth; - gp_scale_text := \@@GNUPLOT@term@context@textscale; + gp_scale_text := \@@GNUPLOT@term@context@fontscale; % linejoin := \gp:term:context:linejoin; % linecap := \gp:term:context:linecap; @@ -750,14 +750,18 @@ {\GNUPLOTfile-pngcairo.png}{\GNUPLOTfile-pngcairo.png} \defineGNUPLOThandle {tikz}{tikz context createstyle - size \@@GNUPLOT@term@tikz@width,\@@GNUPLOT@term@tikz@height\space - charsize \the\GNUPLOThcharsize,\the\GNUPLOTvcharsize + size \@@GNUPLOT@term@tikz@width,\@@GNUPLOT@term@tikz@height\space + charsize \the\GNUPLOThcharsize,\the\GNUPLOTvcharsize\space + fontscale \@@GNUPLOT@term@tikz@fontscale }{tex}{} {\GNUPLOTfile-tikz.tex}{\GNUPLOTfile-tikz.tex} \defineGNUPLOThandle - {context}{context size \@@GNUPLOT@term@context@width,\@@GNUPLOT@term@context@height\space textscale \@@GNUPLOT@term@context@textscale}{tex}{} + {context}{context + size \@@GNUPLOT@term@context@width,\@@GNUPLOT@term@context@height\space + fontscale \@@GNUPLOT@term@context@fontscale + }{tex}{} {\GNUPLOTfile-ctx.tex}{\GNUPLOTfile-ctx.tex} -% \doifnotempty{\@@GNUPLOT@term@context@textscale}{textscale \@@GNUPLOT@term@context@textscale} +% \doifnotempty{\@@GNUPLOT@term@context@fontscale}{fontscale \@@GNUPLOT@term@context@fontscale} \def\defineGNUPLOTterminal {\dodoubleargument\dodefineGNUPLOTterminal} @@ -918,13 +922,14 @@ dashed=yes, % *yes* | no dashlength=1, % scaling factor for dash lengths linewidth=1, % scaling factor for line widths (1.0 means 0.4bp) - textscale=1, % scaling factor for text labels + fontscale=1, % scaling factor for text labels points=metapost] % *metapost* | tex (Should points be drawn with MetaPost or TeX?) \setupGNUPLOTterminal [tikz] [width=5in, % *5in* | default (todo) | <dimension> height=3in, % *3in* | default (todo) | <dimension> + fontscale=1, % scaling factor for text labels ] % TODO: better scaling |