> I want to plot log(log(y)) vs x. On the y-axis of the graph I need to
> display 'y', NOT log(y) or log(log(y)). How do I adjust the scale to
> allow for this?
>
> {I do realize that I can plot log(y) vs x and display 'y' by using the
> Logarithmic scale option.}
Not being that familiar with the typical labeling on log(log) plots, you
may be able to do this using two scales. Make a graph that contains two
scales. One will be plotted against, the other will be just for labeling.
You can now transform your diagram data, which will change how the mapped
scale is labeled, but the other scale can show whatever you like in linear
or log form.
In otherwords, on the diagram, perform log10 on your data, then display on
a log scale that is hidden. Make another scale vi
sible with linear or log
data. Or perform log10(log10) on your data, display on a hidden linear
scale.
I'm not sure how well this will work. If it is insufficient, you can submit
a feature request on the web site.
Greg McKaskle