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] Signal 11 when making pdf using gb.cairo

2013-09-22 Thread PICCORO McKAY Lenz
From: Willy Raets > Kendek already offered to patch the gb.cairo bug fix into his 3.4.2 PPA > (the one I am using). And since I already updated my Gambas version with > his patched one all is working just fine. > i revised the commit and the diff can be put into dsc sources of venenux packages wi

[Gambas-user] Cannot load class 'Balloon'

2013-09-22 Thread joem
This is an old bug: ERROR: #2: Cannot load class 'Balloon': Bytecode too recent. Please upgrade Gambas. cannot load class Balloon http://gambas.8142.n7.nabble.com/Cannot-load-class-Balloon-td27549.html and as the log says, Benoît fixed something, and also it can be fixed by installing packages

Re: [Gambas-user] Question on mime type installation

2013-09-22 Thread Kende Krisztián
> Hi all, > > Here is my situation: > In the Project folder (.hidden) I have: > - a folder Icons (see attachment mime-02.png) > - FlagShipDesignAid.xml -> mime type infofile (see attachment > mime-03.png) > > When making a package in step 8 I have them copied to certain > locations (see attachmen

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.