MathGroup Archive 2012

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

Search the Archive

How to get TicksStyle to work if Frame is set to True?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128520] How to get TicksStyle to work if Frame is set to True?
  • From: "Rob Y. H. Chai" <yhchai at ucdavis.edu>
  • Date: Sun, 28 Oct 2012 01:54:38 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hello everyone,

 

My apology if this is a FAQ. My question is whether TicksStyle will work in
ListPlot when Frame-> True? If not, how do I change the size of the axis
label when the Frame option is set to True? I run my codes in Mathematica 8.0.4

 

p1 = ListPlot[RandomInteger[{1,10},{10,2}],TicksStyle ->
{{Red,16},{Blue,16}}, AxesOrigin->{0,0}, Frame-> False ];

 

p2 = ListPlot[RandomInteger[{1,10},{10,2}],TicksStyle
->{{Red,16},{Blue,16}}, AxesOrigin-> {0,0}, Frame ->  True];

 

GraphicsGrid[{{p1,p2}}]

 

Sincerely

 

Rob Chai

 

 


  • Prev by Date: Re: Trying to use Mathematica as "word processor" for my math homework
  • Next by Date: Re: CDF Security
  • Previous by thread: Re: Trying to use Mathematica as "word processor" for my math homework
  • Next by thread: Re: How to get TicksStyle to work if Frame is set to True?