| bio | website | vimeo.com/captanfunkyfresh |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Jan 25 at 17:20 | |
| stats | profile views | 2 |
|
Sep 8 |
awarded | Nice Question |
|
Apr 2 |
comment |
ListLogLinearPlot logarithmic axis tickmarks Thanks @Verbeia, this works just fine. I am now trying to implement this into FrameTicks where the upper horizontal tick marks are shown but without the decade labels, but this isn't a major concern. |
|
Apr 2 |
awarded | Supporter |
|
Apr 2 |
awarded | Scholar |
|
Apr 2 |
accepted | ListLogLinearPlot logarithmic axis tickmarks |
|
Mar 30 |
comment |
ListLogLinearPlot logarithmic axis tickmarks @VitaliyKaurov s[x_] := (10^-9) x^2;
t[x_] := (10^-3) x^2;
Manipulate[
ListLogLinearPlot[{
Table[{a s[T], T}, {T, 0, 1000}],
Table[{a t[T], T}, {T, 0, 1000}]
},
GridLines -> None,
PlotStyle -> {Thickness[0.005]},
Joined -> True,
PlotRange -> Automatic], {a, 10^-8, 10^8}] |
|
Mar 30 |
awarded | Student |
|
Mar 30 |
asked | ListLogLinearPlot logarithmic axis tickmarks |