MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to get decent quality plots.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57405] Re: [mg57393] How to get decent quality plots.
  • From: frank at kuesterei.ch (Frank Küster)
  • Date: Fri, 27 May 2005 04:56:42 -0400 (EDT)
  • References: <200505260831.EAA18757@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Dave <nospam at nowhere.com> wrote:

> I'm using ListPlot to plot some data points and have used options like
>
> PlotLabel -> "64 cycles in FIFO", AxesLabel -> {"S/N dB", "RMS error mm"}
>
> But the graphs come out look pretty awful.
>
> 1) The font looks like courier

Use

TextStyle -> {FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 12}

or something like it as an option to Plot

> 2) The text on the x-axis starts at the end of the axis, not under the 
> numbers which is more usual.
> 3) The text on the y-axis runs horizontally, along the top, rather than 
> vertically.

This is strange, although I hardly use ListPlot.  I usually use Draw2D
from the DrawGraphics package.  

Regards, Frank


-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer


  • Prev by Date: Re: Formating with TableForm
  • Next by Date: Re: Trouble with an integral
  • Previous by thread: How to get decent quality plots.
  • Next by thread: Re: How to get decent quality plots.