Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread wally
Merci beaucoup Fabian :) On Wednesday, October 19, 2011 21:52:36 Fabien Bodard wrote: > this is a demo on how to draw it > > 2011/10/19 wally : > > Hello, > > > > i need only the linear axis (x,y cartesian scale). > > I tried to draw it in drawing area but the numbers are not really > > sha

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread Fabien Bodard
this is a demo on how to draw it 2011/10/19 wally : > > Hello, > > i need only the linear axis  (x,y cartesian scale). > I tried to draw it in drawing area but the numbers are not really > sharp readable. For sure i did something wrong. > I need tickmarks and some values on e.g.  every 10th tickma

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread wally
Hello, i need only the linear axis (x,y cartesian scale). I tried to draw it in drawing area but the numbers are not really sharp readable. For sure i did something wrong. I need tickmarks and some values on e.g. every 10th tickmark. Best would be to have a QWT Widget avaiable in Gambas. wally

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread Fabien Bodard
do you want a chart componant ? or just a ruber ? or the circle ? All is possible 2011/10/19 wally : > How can i make a x, y axis similar to the attached examples > using gambas3 ? Maybe an example is available. > > > ---