MathGroup Archive 1999

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

Search the Archive

Re: fractions as axes-labels?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20035] Re: fractions as axes-labels?
  • From: "Kevin J. McCann" <kevinmccann at Home.com>
  • Date: Sat, 25 Sep 1999 18:46:03 -0400
  • Organization: @Home Network
  • References: <7se534$qqs@smc.vnet.net> <7sho5p$1ju@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hans,

This works for me.

Plot[Sin[t], {t, 0, 2*Pi}, AxesLabel -> {None, "\!\(t\/T\)"}];

Kevin

Hans Steffani <hans.steffani at e-technik.tu-chemnitz.de> wrote in message
news:7sho5p$1ju at smc.vnet.net...
> Robert <robert at gte.tuwien.ac.at> writes:
>
> >I can't get any fractions as labels on axes, e.g.
>
> >Plot[Sin[t],{t,0,2 Pi},
> >AxesLabel->{None,HoldForm[TraditionalForm[t/T]]}]
>
> >doesn't work. with "why the beep" I get the answer:
>
> >" the stretchable character xxx in the xxx font has a repeating piece
> >that is zero size ",
>
> >but if I change the font, it still doesn't work.
>
> What's wrong with
>
> Plot[ Sin[t], {t,0,2Pi}
> ,AxesLabel->{None, "t" / "T"}]
>
> or the simple
>
> Plot[ Sin[t], {t,0,2Pi}
> ,AxesLabel->{None, "t / T"}]
>
> Hans Friedrich Steffani
> [fup,cc]
> --
> Hans Friedrich Steffani
> Institut fuer Elektrische Maschinen und Antriebe, TU Chemnitz
> mailto:hans.steffani at e-technik.tu-chemnitz.de
> http://www.tu-chemnitz.de/~hfst/
>



  • Prev by Date: Re: Contourline values
  • Next by Date: Re: Variables[] in general expressions
  • Previous by thread: Re: fractions as axes-labels?
  • Next by thread: Linear Algebra `MatrixManipulation`