MathGroup Archive 2009

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

Search the Archive

Logarithmic ticks in SectorChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101983] Logarithmic ticks in SectorChart
  • From: mediatalk <nick.maj at mssm.edu>
  • Date: Sat, 25 Jul 2009 04:17:09 -0400 (EDT)

Dear All,

the data in this linear rose-diagram is hard to see. Is there a way to
make the radial scale (0% to 100%) logarithmic? Also, i need the
percent symbol after the ticks numbers without the dot.

Thanks in advance, Nick.


data = {1, 0, 0, 0, 0, 1, 0, 2, 3.5, 65.9, 4.1, 3.4, 3.4, 2.1, 2.1, 2,
    2, 1, 2, 1, 2, 0, 0, 0, 1, 1, 2, 2, 1, 1, 1, 2, 1, 1, 0, 1};

SectorChart[Table[{10, i}, {i, PadRight[data, 36]}],
 PolarAxes -> True,
 PolarTicks -> {Table[{(i + 5) \[Degree], (i) \[Degree]}, {i, 0, 350,
     10}], Range[0, 100, 20]}, TicksStyle -> Directive[Black, 8],
 SectorOrigin -> {95 \[Degree], -1},
 PolarGridLines -> {Range[0 \[Degree], 360 \[Degree], 10 \[Degree]],
   Automatic}, PolarAxesOrigin -> {Pi/2, 100},
 ChartStyle ->
  Directive[EdgeForm[{Thin, White}],
   FaceForm[{RGBColor[0, .2, .5, .5]}]]]


  • Prev by Date: Re: Thoughts on a Wolfram|Alpha package
  • Next by Date: Re: A Question about PoteinData function
  • Previous by thread: Re: Log axis in ListPlot3D
  • Next by thread: Re: Logarithmic ticks in SectorChart