Re: Visualization of databases

2008-07-13 Thread jdelacueva
Also take a look at Python Google Chart: http://pygooglechart.slowchop.com/ On Jul 12, 7:36 pm, "Oscar Carlsson" <[EMAIL PROTECTED]> wrote: > There are a number of different toolkits that could do this for you, here > are three that looks >

Re: Visualization of databases

2008-07-12 Thread Oscar Carlsson
There are a number of different toolkits that could do this for you, here are three that looks usable: http://code.google.com/apis/chart/ http://developer.yahoo.com/yui/charts/ http://matplotlib.sourceforge.net/ With (at least) matplotlib you could make your charts automatically in your model,

Visualization of databases

2008-07-12 Thread Xan
Hi, Is there any tool for visualizing database data? I mean for example, to build graphics like piechart, linechart, classification of database data in a frequency table (for example creating preaty diagrams like piwik [http://piwik.org/), or with R [http://www.r-project.org/], or gnuplot, )