Hello,

I need to plot a graph with some mining data and it have to be in the format Double log/log, talking about the scale of the y-axis and the x-axis respectively. The log scale is quite obvious, but are there any way i could change the y scale for double log? (loglog)

This is a specific kind of graph called rosin rammler.

And this is the example of some data:

y-axis x-axis
Cummulative % Passing (O/S) Size (mm)
0.993 2000
0.9823 1400
0.9503 1000
0.8585 710
0.7302 500
0.6077 355
0.4182 250


Thank you!