Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2573

Re: change xtics font/fontsize in terminal pstricks

From Ethan A Merritt <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: change xtics font/fontsize in terminal pstricks
Date 2014-09-03 09:27 -0700
Organization gnuplot development
Message-ID <lu7fgv$6fs$1@dont-email.me> (permalink)
References <eee40c39-02e8-47b6-87d0-13c89b9aa266@googlegroups.com>

Show all headers | View raw


u.gotzes@gmail.com wrote:

> Hello,
> 
> I'm unable to change the xtics fontsize. Can anybody help?
> 
> My plotfile currently looks like this:
> 
> ___________________________
> set terminal pstricks

pstricks produces LaTeX output, and therefore the text 
processing is done by LaTeX rather than by gnuplot.
Your choice of terminal bypasses the built-in gnuplot
font and text formatting commands.   If you want gnuplot
to do the text layout, use "set term postscript" 
(or pdf or eps or ...) instead.

	Ethan


> set output "plot.tex"
> ...
> set xdata time
> set timefmt x "%Y-%m-%d"
> ...
> set xtics font ",6"
> ...
> plot ...
> ___________________________
> 
> fontsize 6,8,18,30 has no effect.
> 
> Thanks a lot,
> Uwe

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

change xtics font/fontsize in terminal pstricks u.gotzes@gmail.com - 2014-09-01 01:47 -0700
  Re: change xtics font/fontsize in terminal pstricks Ethan A Merritt <sfeam@users.sourceforge.net> - 2014-09-03 09:27 -0700

csiph-web