MathGroup Archive 2001

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

Search the Archive

Re: Ticks & MultipleListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31514] Re: Ticks & MultipleListPlot
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Thu, 8 Nov 2001 04:55:57 -0500 (EST)
  • References: <9sb4ep$dda$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Andreas,

StyleForm works in Mathematica 4.1

<<Graphics`MultipleListPlot`

MultipleListPlot[{{1, 2}, {3, 4}}, PlotJoined -> True,
  AxesLabel -> {StyleForm["bla", FontSize -> 6,
     FontFamily -> "Helvetica"]},
  Ticks -> {{}, {{3, A}, {3.5, StyleForm[B,
       FontSize -> 36]}}}]  Ticks->{{},{{3, A},{3.5,StyleForm[
B,FontSize\[Rule]36]}}} ]
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565

"Andreas Unterkircher" <unterkir at ivp.bepr.ethz.ch> wrote in message
news:9sb4ep$dda$1 at smc.vnet.net...
>
> I have the following problem with MultipleListPlot:
>
> I could scale the Font used for the options AxesLabel and PlotLegend. E.g.
> I can select a specific font for the AxesLabel with
>
> AxesLabel->{StyleForm["bla",FontSize->6,FontFamily->"Helvetica"]}
>
> Now the problem is that the numbers used for the ticks of the x- and y-
> axes still are displayed in the large font. I tried something like
>
> Ticks->{{1,StyleForm[...]},...}
>
> But this does not work. Does anybody know a solution to this problem ?
>
> Thanks a lot,
> Andreas
>
>
>




  • Prev by Date: Re: 2nd order differential equation help
  • Next by Date: Complex Number Simultaneous Equation 2 Unknowns
  • Previous by thread: Re: Ticks & MultipleListPlot
  • Next by thread: Mathematica for Mac OS X 10.1?