Re: [BUG] org--plot/sensible-tick-num when range is a power of 10

2024-07-11 Thread Ihor Radchenko
Brice Waegenire writes: > I've found a bug in =org--plot/sensible-tick-num=, when a plot has a > range of a power of 10 (1, 10, 100, ...). > > To reproduce, run =org-plot/gnuplot= on the following plot: > #+plot: type:radar min:0 max:10 > | Metric | Value | > |-+---| > | alpha |

[BUG] org--plot/sensible-tick-num when range is a power of 10

2024-07-09 Thread Brice Waegenire
Hello, I've found a bug in =org--plot/sensible-tick-num=, when a plot has a range of a power of 10 (1, 10, 100, ...). To reproduce, run =org-plot/gnuplot= on the following plot: #+plot: type:radar min:0 max:10 | Metric | Value | |-+---| | alpha | 2 | | beta| 4 | | gamm