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 
> 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, since they have python bindings.
>
> Oscar
>
> On Sat, Jul 12, 2008 at 7:28 PM, Xan <[EMAIL PROTECTED]> wrote:
>
> > 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, )
>
> > Thanks a lot,
> > Xan.
>
> > PS: I want to apply in activities done for my organization (typically
> > I have a database of one class Action with the following fields:
> > Title, Description, Type, DateofStart, DateofEnd, Location, ) and
> > I want to classify and "draw" the actions by different type of fields)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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, since they have python bindings.

Oscar

On Sat, Jul 12, 2008 at 7:28 PM, Xan <[EMAIL PROTECTED]> wrote:

>
> 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, )
>
> Thanks a lot,
> Xan.
>
> PS: I want to apply in activities done for my organization (typically
> I have a database of one class Action with the following fields:
> Title, Description, Type, DateofStart, DateofEnd, Location, ) and
> I want to classify and "draw" the actions by different type of fields)
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---