[Gambas-user] gb.chart overlap chart

2014-07-10 Thread kungfupanda
Hi, is it possible to overlap two chart of different chart-type ? for example a linechart with a pointchart plot ? Thanks a lot -- View this message in context: http://gambas.8142.n7.nabble.com/gb-chart-overlap-chart-tp47378.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] gb.Chart capabilities

2013-09-27 Thread Fabien Bodard
ok so i begin to wrote gb.chart2 next month and then join the old and new component to have compatibilities... maybe 2013/9/27 Tobias Boege > On Fri, 27 Sep 2013, Fabien Bodard wrote: > > So... > > > > Just for info. . Gb.map already exist. > > > > A plot can be a path too... > > > > A chart is

Re: [Gambas-user] gb.Chart capabilities

2013-09-27 Thread Tobias Boege
On Fri, 27 Sep 2013, Fabien Bodard wrote: > So... > > Just for info. . Gb.map already exist. > > A plot can be a path too... > > A chart is a table... > > A graph is a net... > > Ouch... My head Yes! I think we should trust the native speakers. Bruce's explanation seems sound to me and gb.cha

Re: [Gambas-user] gb.Chart capabilities

2013-09-27 Thread Fabien Bodard
http://gambasdoc.org/help/comp/gb.map?v3&en https://www.youtube.com/watch?v=M9vTHvMZR-c 2013/9/27 Fabien Bodard > So... > > Just for info. . Gb.map already exist. > > A plot can be a path too... > > A chart is a table... > > A graph is a net... > > Ouch... My head > -- Fabien Bodard --

Re: [Gambas-user] gb.Chart capabilities

2013-09-27 Thread Fabien Bodard
So... Just for info. . Gb.map already exist. A plot can be a path too... A chart is a table... A graph is a net... Ouch... My head -- October Webinars: Code for Performance Free Intel webinars can help you accelerate a

Re: [Gambas-user] gb.Chart capabilities

2013-09-27 Thread Fernando Martins
in my understanding it is gb.chart, because: - it is somewhat more general than "plot" (which used to be more related to dot based graphs). plot is also associated with planning - "graph" would be semantically correct but it is ambiguous with the data structure made of nodes connected by edges.

Re: [Gambas-user] gb.Chart capabilities

2013-09-26 Thread Fabien Bodard
So do to short ... what must be the name of this new component ? .. gb.chart? gb.plot ? gb.graph ? 2013/9/27 Bruce > On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > > Yes, but charting can also be used for plotting a course for sailing or > > flying... As in charting a course. > >

Re: [Gambas-user] gb.Chart capabilities

2013-09-26 Thread Bruce
On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > Yes, but charting can also be used for plotting a course for sailing or > flying... As in charting a course. > > > On Tue, Sep 24, 2013 at 11:19 AM, Fernando Martins > wrote: > > > well, it also means charting :) > > > > https://www.goo

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Randall Morgan
Yes, but charting can also be used for plotting a course for sailing or flying... As in charting a course. On Tue, Sep 24, 2013 at 11:19 AM, Fernando Martins wrote: > well, it also means charting :) > > https://www.google.com/search?q=define%3A+graph > > /"verb/ > verb: *graph*; 3rd person prese

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Fernando Martins
well, it also means charting :) https://www.google.com/search?q=define%3A+graph /"verb/ verb: *graph*; 3rd person present: *graphs*; past tense: *graphed*; past participle: *graphed*; gerund or present participle: *graphing* *1*. plot or trace on a graph." On 09/24/2013 07:50 PM, Fabien Bodard

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Fabien Bodard
Ok ok its a french error... We name that a "graphique" in French. :-D Le 24 sept. 2013 17:20, "Randall Morgan" a écrit : > I would agree! There are many mathematical applications for graph types and > several data structures for them Avoiding the use of the word graph and > using plot would be mu

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Randall Morgan
I would agree! There are many mathematical applications for graph types and several data structures for them Avoiding the use of the word graph and using plot would be much better. On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege wrote: > On Mon, 23 Sep 2013, Fabien Bodard wrote: > > Hi ru ... May

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Tobias Boege
On Mon, 23 Sep 2013, Fabien Bodard wrote: > Hi ru ... Maybe it interest you to help me to redraw gb.graph... This > component is out of date. > One small thing: Please remember that "Graph" could equivalently well be an abstract datatype in gb.data. If it's still meaningful then, I'd suggest to c

Re: [Gambas-user] gb.Chart capabilities

2013-09-23 Thread Ru Vuott
ien Bodard ha scritto: Oggetto: Re: [Gambas-user] gb.Chart capabilities A: "mailing list for gambas users" Data: Lunedì 23 settembre 2013, 16:48 Hi ru ... Maybe it interest you to help me to redraw gb.graph... This component is out of date. But If I begin to rework it I need to

Re: [Gambas-user] gb.Chart capabilities

2013-09-23 Thread Randall Morgan
------- > Lun 23/9/13, Fabien Bodard ha scritto: > > Oggetto: Re: [Gambas-user] gb.Chart capabilities > A: "mailing list for gambas users" > Data: Lunedì 23 settembre 2013, 16:48 > > Hi ru ... Maybe it interest you to > h

Re: [Gambas-user] gb.Chart capabilities

2013-09-23 Thread Fabien Bodard
> > > > -------- > > Dom 22/9/13, Randall Morgan ha scritto: > > > > Oggetto: Re: [Gambas-user] gb.Chart capabilities > > A: "mailing list for gambas users" > > Data: Domenica 22 settembre 2013, 14:24 > > > >

Re: [Gambas-user] gb.Chart capabilities

2013-09-23 Thread Randall Morgan
gt; I'ld like suggest linegraph (all in Gambas): > > http://www.tutto-opensource.org/linegraf.html > > > Regards > vuott > > > > Dom 22/9/13, Randall Morgan ha scritto: > > Oggetto: Re: [Gambas-user] gb.C

Re: [Gambas-user] gb.Chart capabilities

2013-09-23 Thread Ru Vuott
I'ld like suggest linegraph (all in Gambas): http://www.tutto-opensource.org/linegraf.html Regards vuott Dom 22/9/13, Randall Morgan ha scritto: Oggetto: Re: [Gambas-user] gb.Chart capabilities A: "mailing list for gambas use

Re: [Gambas-user] gb.Chart capabilities

2013-09-22 Thread Fabien Bodard
hChart.Type = charttype.Plots 2013/9/22 Randall Morgan > By the way, > > I would love to see gb.Chart get the kind of love and features that python > and octave have for plotting. > > > On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan > wrote: > > > Hi Fabien, > > > > A scatter plot is a plot

Re: [Gambas-user] gb.Chart capabilities

2013-09-22 Thread Randall Morgan
By the way, I would love to see gb.Chart get the kind of love and features that python and octave have for plotting. On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan wrote: > Hi Fabien, > > A scatter plot is a plot of points on a 2d x,y grid. See the images > provided. Typical features of a sca

Re: [Gambas-user] gb.Chart capabilities

2013-09-22 Thread Randall Morgan
Hi Fabien, A scatter plot is a plot of points on a 2d x,y grid. See the images provided. Typical features of a scatter plot is to allow for various data to be plotted on the same grid in different color. Sometimes one needs to plot line graphs on them as well, as in the second example. THis is wha

Re: [Gambas-user] gb.Chart capabilities

2013-09-22 Thread Fabien Bodard
Hi randall ... i'm french ... so can you show me what is a scatter chart ? 2013/9/22 Randall Morgan > Hi All, I have not used gb.Chart for quite some time and the last time I > did it was not capable of producing a scatter chart. Does anyone know if > scatter charts have been added to gb.chart?

[Gambas-user] gb.Chart capabilities

2013-09-22 Thread Randall Morgan
Hi All, I have not used gb.Chart for quite some time and the last time I did it was not capable of producing a scatter chart. Does anyone know if scatter charts have been added to gb.chart? I can seem to find much info on gb.chart and it does not seem to be listed on the component page of the docs.

Re: [Gambas-user] gb.chart

2009-10-26 Thread Fabien Bodard
2009/10/26 Andrea Bertini : > the help-code given doesn't work with release 2.16. > > Messages: > = > 'the values count must be up then 1' > 'no current device' > > Code: > = > DIM mychart AS NEW Chart (not writte in the help but inserted) > mychart.Count = 3 > mychart[0].Values = [1.0,

Re: [Gambas-user] gb.chart

2009-10-25 Thread Andrea Bertini
the help-code given doesn't work with release 2.16. Messages: = 'the values count must be up then 1' 'no current device' Code: = DIM mychart AS NEW Chart (not writte in the help but inserted) mychart.Count = 3 mychart[0].Values = [1.0, 2.0, 3.0] mychart.Headers.Values = ["tic", "tac"

Re: [Gambas-user] gb.chart

2009-10-25 Thread Fabien Bodard
this is the basis of the gb.chart use on version 2 ' Gambas class file PUBLIC SUB Form_Open() Chart.Count = 3 Chart[0].Values = [1.0, 2.0, 3.0] Chart.Headers.Values = ["tic", "tac", "toes"] Chart.Legend.Visible = TRUE Chart.Style = ChartType.Pie END PUBLIC SUB DrawingArea1_Draw() Chart

[Gambas-user] gb.chart

2009-10-25 Thread Andrea Bertini
please post en example working with version 2.16 thx -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take

Re: [Gambas-user] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Matteo Pasotti
I just wanted to understand if it was an error of my code or something else. I'll wait patiently the gb3 official release :-) Thank you for your time and work. Regards, Matteo Fabien Bodard wrote: > the gb.chart is really bugged on the gb2 version ... i've only > corrected the gb3 one... you

Re: [Gambas-user] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Fabien Bodard
the gb.chart is really bugged on the gb2 version ... i've only corrected the gb3 one... you must understand that this component is an alfa one... not ready 2009/8/30 Matteo Pasotti : > Dear sirs, > I'm experiencing a problem using gb.chart. > It seems that an instruction like this > Chart.Style =

[Gambas-user] gb.chart Chart.Colors.Values issue

2009-08-30 Thread Matteo Pasotti
Dear sirs, I'm experiencing a problem using gb.chart. It seems that an instruction like this Chart.Style = ChartStyle.Custom Chart.Colors.Values = [Color.Violet, Color.Cyan] is ignored. However the chart works using what I suppose to be the default settings (purple, orange and so on). I'm working o