[Gambas-user] Charts in Gambas: alternatives to "Chart"

Randall Morgan rmorgan62 at ...626...
Sun Oct 13 23:13:26 CEST 2013


I have been successful in using both Python and Octave for charting.
Basically, you write out your data into a file and then write a python or
octave script and call it passing your data file. One note, use full paths
as Gambas will prefix and relative path with the Gambas application's
directory.

There was some recent discussion on rebuilding the charting module or
replacing it with something that would work more like NumPy or MatLab
charts. I am hoping this will happen soon as I too have a great need for
good charting tools in Gambas.


On Sun, Oct 13, 2013 at 2:00 AM, Alberto Caballero
<alberto.kavan at ...626...>wrote:

> Hi all,
>
> I am having many problems for showing several charts within my application
> using Gambas "Chart" object. It seems that there is some shared memory
> between all Chart objects defined.
>
> I was wondering if there is any other alternative for showing lines and bar
> charts in Gambas. Any other library or component?
>
> Thanks and regards.
>
> Alberto
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
If you ask me if it can be done. The answer is YES, it can always be done.
The correct questions however are... What will it cost, and how long will
it take?



More information about the User mailing list