MathGroup Archive 2008

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

Search the Archive

Re: Frametick Orientation (2 Questions)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87405] Re: Frametick Orientation (2 Questions)
  • From: dh <dh at metrohm.ch>
  • Date: Thu, 10 Apr 2008 02:09:34 -0400 (EDT)
  • References: <fti420$ool$1@smc.vnet.net>


Hi,

it can be done, but the implementation in mathematica is complicated and 

not really bug free. Therefore, it is not satisfying.

Slanted labels:

StackedBarChart[{{1,1,1},{1,1,1},{1,2,3}},BarLabels->{Graphics@Text[Style["asasasasa",Medium],{-10,-0},{0,0},{.5,.5}]}]

Ticks outside:

StackedBarChart[{{1,1,1},{1,1,1},{1,2,3}},Ticks->{{},{{1,"label1",{-.01,0}},{2,"label2",{-.01,0}},{3,"label3",{-.01,0}},{4,"label4",{-.01,0}}}}]

hope this helps, Daniel





ouadad wrote:

> I'm plotting a stackedbarchart with some large numbers on the x-axis of the frame.  Right now they are all jammed in horizontally.  How do I get a slanted orientation?  

> 

> Second question:  How do I get the Frameticks to show outside the frame rather than inside?  Is it possible to only do this on one side?

> 

> Thanks all.

> 




  • Prev by Date: Event when clicking one of many Disks in a Pane
  • Next by Date: Re: Path, Get, etc.
  • Previous by thread: Re: Frametick Orientation (2 Questions)
  • Next by thread: Re: Frametick Orientation (2 Questions)