Re: [R] Axis with inverse logarithmic scale

2020-07-28 Thread John Fox
Dear Martin, On 7/28/2020 10:17 AM, Martin Maechler wrote: Martin Maechler on Tue, 28 Jul 2020 15:56:10 +0200 writes: John Fox on Mon, 27 Jul 2020 12:57:57 -0400 writes: >> Dear Dileepkumar R, >> As is obvious from the tick marks, the vertical axis is not log-scaled:

Re: [R] Axis with inverse logarithmic scale

2020-07-28 Thread Martin Maechler
> Martin Maechler > on Tue, 28 Jul 2020 15:56:10 +0200 writes: > John Fox > on Mon, 27 Jul 2020 12:57:57 -0400 writes: >> Dear Dileepkumar R, >> As is obvious from the tick marks, the vertical axis is not log-scaled: >>> log10(99.999) - log10(99.99) >> [

Re: [R] Axis with inverse logarithmic scale

2020-07-28 Thread Martin Maechler
> John Fox > on Mon, 27 Jul 2020 12:57:57 -0400 writes: > Dear Dileepkumar R, > As is obvious from the tick marks, the vertical axis is not log-scaled: >> log10(99.999) - log10(99.99) > [1] 3.908865e-05 >> log10(99) - log10(90) > [1] 0.04139269 > That is

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Thanks a lot, John Fox.. Its working Dileepkumar R Postdoctoral Researcher, Interdisciplinary Centre for Water Research (ICWaR), Indian Institute of Sciences, Bangalore, 560012 Mob: 9953035600, skype id: dileepkunjaai On Mon, Jul 27, 2020 at 10:27 PM John Fox wrote: > Dear Dileepkumar R, > >

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Duncan Murdoch
On 27/07/2020 11:56 a.m., Dileepkumar R wrote: I think the attached sample figure is not visible Here is the sample figure: https://drive.google.com/file/d/16Uy3JD0wsEucUv_KOhXCxLZ4U-3wiBTs/view?usp=sharing sincerely, Dileepkumar R On Mon, Jul 27, 2020 at 7:13 PM Dileepkumar R wrote: De

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread John Fox
Dear Dileepkumar R, As is obvious from the tick marks, the vertical axis is not log-scaled: > log10(99.999) - log10(99.99) [1] 3.908865e-05 > log10(99) - log10(90) [1] 0.04139269 That is, these (approximately?) equally spaced ticks aren't equally spaced on the log scale. The axis is instead

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
I think the attached sample figure is not visible Here is the sample figure: https://drive.google.com/file/d/16Uy3JD0wsEucUv_KOhXCxLZ4U-3wiBTs/view?usp=sharing sincerely, Dileepkumar R On Mon, Jul 27, 2020 at 7:13 PM Dileepkumar R wrote: > Dear All, > > I want to plot a simple cumulative p

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Rasmus Liland
Dear Dileepkumar R, On 2020-07-27 19:13 +0530, Dileepkumar R wrote: | Dear All, | | I want to plot a simple cumulative | probability distribution graph with | like the attached screenshot. The screenshot disappeared somewhere. Perhaps you can try to upload it somewhere, or attach it as a pn

[R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Dear All, I want to plot a simple cumulative probability distribution graph with like the attached screenshot. But I couldn't fix the y-axis scale as in that screenshot. My data details are follows: y_values =c(66.78149,76.10846,81.65518,85.06448,87.61703,89.61314,91.20297,92.36884, 93.64070,94.

[R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Dear All, I want to plot a simple cumulative probability distribution graph with like the attached screenshot. But I couldn't fix the y-axis scale as in that screenshot. My data details are follows: *y_values =c(66.78149,76.10846,81.65518,85.06448,87.61703,89.61314,91.20297,92.36884,93.64