|
From: Marc P. <ma...@nu...> - 2014-05-06 18:05:59
|
Hi Skip, Something like that is probably what I will implement. I want the user to be able to change scale on the fly, so it means keeping 2 copies of the data. Not a big deal, but I just don't want to build something that already exists. cheers, Marc Marc Pelletier, P. Geo. Nutana Geophysics Saskatoon, SK tel: (306) 931-6853 cell: (306) 260-6022 On 06/05/2014 11:43 AM, Skip Montanaro wrote: > On Tue, May 6, 2014 at 12:10 PM, Marc Pelletier > <ma...@nu...> wrote: >> Is there a simple way to accomplish this? > Do some modulo arithmetic on your Y values and lie (in your tick > labels) about the actual numeric values plotted on the Y axis? > > Skip |