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]}]]]
- Follow-Ups:
- Re: Logarithmic ticks in SectorChart
- From: "Elton Kurt TeKolste" <tekolste@fastmail.us>
- Re: Logarithmic ticks in SectorChart
- From: "Scot T. Martin" <smartin@seas.harvard.edu>
- Re: Logarithmic ticks in SectorChart