Hi
Is it possible to define numerical axes, say like x-axis goes from 0-100 and y-axis goes from, lets say 0-1000. I can't really find a working example, all examples I found, define labels like 'Jan', 'Feb', ..
I would like to avoid defining labels for all my axes and instead just to plot numerical data, so I could create series like
( (0,2),(1,23),(5,35) ) and ( (0.34,2),(1,23),(5.23,35) )
Best Regards
Niels