Lauri Ojansivu wrote:
> Hi,
> well, it depends which way you want to do it. Paul and Ed can tell current 
> status of graphs
> in Dabo, but here's some possibilities:
> 
> 1) Matplotlib can save as SVG, and you could try to convert it to Reportlab 
> drawing object code with
> svglib:
> http://starship.python.net/~gherman/svglib.html
> - but how that would show itself in dabo? Paul, Ed? I have not investigated 
> this.
> 
> 2) Make graph features of ReportLab available in Dabo.
> 
> 3) Go the PyRTF route, so generate charts in EMF vector format and embed EMF 
> images
> RTF document, and include EMF company logos made with OpenOffice Draw to it

Thank you very much for your answers.

Actually, I'm looking for a possibility of direct embedding. I'm working
on a application that imports a data structure from a pickle file,
allows the user to manipulate the data, put the results in a table,
export that table, ... An additional step would be to *plot* that data.
I thought it would be possible with matplotlib because matplotlib can be
embedded easily in wx
(http://www.scipy.org/Cookbook/Matplotlib/EmbeddingInWx). But I didn't
manage to transcribe even the simplest example to dabo instead of (pure) wx.

I guess a working example would be very nice for other people also
(maybe something for the wiki!).

Hans Georg


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to