Re: Creating dynamic chart / graphs with Django

2021-05-16 Thread Ryan Nowakowski
I like to start with one of the free dashboard templates for a project like this. I've used both CoreUI and AdminLTE in the past with good success. These dashboard templates include some sample graphs using one of the standard JavaScript charting libraries. I look at these graph example

Re: Creating dynamic chart / graphs with Django

2021-05-15 Thread Thomas Lockhart
d this one just once. >> >> >> https://www.highcharts.com/demo <https://www.highcharts.com/demo> >> >> Check it, it easy to setup. >> >> Regards, >> >> >> >> >> El lun, 12 abr 2021 a las 10:05, tristant (> <

Re: Creating dynamic chart / graphs with Django

2021-05-15 Thread Santhosh Kumar
21 um 15:32 schrieb Walter Randazzo: >> >> Hi Tristan, >> >> i have used this one just once. >> >> >> https://www.highcharts.com/demo >> >> Check it, it easy to setup. >> >> Regards, >> >> >> >> El lun, 12 abr 2

Re: Creating dynamic chart / graphs with Django

2021-04-12 Thread Tran Trong Tri
12.04.21 um 15:32 schrieb Walter Randazzo: > > Hi Tristan, > > i have used this one just once. > > > https://www.highcharts.com/demo > > Check it, it easy to setup. > > Regards, > > > > El lun, 12 abr 2021 a las 10:05, tristant () > escribió: > >>

Re: Creating dynamic chart / graphs with Django

2021-04-12 Thread Walter Randazzo
; Regards, > > > > El lun, 12 abr 2021 a las 10:05, tristant () > escribió: > >> I am looking to build site with a variety of charts and graphs. A quick >> search shows quite a lot of packages out there, as listed here Django >> Packages : Charts <https://djan

Re: Creating dynamic chart / graphs with Django

2021-04-12 Thread Lars Liedtke
hcharts.com/demo <https://www.highcharts.com/demo> > > Check it, it easy to setup. > > Regards, > > > > El lun, 12 abr 2021 a las 10:05, tristant ( <mailto:tran.trong@gmail.com>>) escribió: > > I am looking to build site with a variety of charts and grap

Re: Creating dynamic chart / graphs with Django

2021-04-12 Thread Walter Randazzo
Hi Tristan, i have used this one just once. https://www.highcharts.com/demo Check it, it easy to setup. Regards, El lun, 12 abr 2021 a las 10:05, tristant () escribió: > I am looking to build site with a variety of charts and graphs. A quick > search shows quite a lot of packag

Creating dynamic chart / graphs with Django

2021-04-12 Thread tristant
I am looking to build site with a variety of charts and graphs. A quick search shows quite a lot of packages out there, as listed here Django Packages : Charts <https://djangopackages.org/grids/g/charts/> Has anyone used any of these packages and could provide some advice on which is

Re: How to create Graphs and charts on Relational ORM

2019-10-27 Thread Abhiram R
els which are connected by Foreign key. > > Can you please suggest any library or package for getting these Graphs. > > > > > -- > Mr Shetty Balaji > Asst. Prof. > IT Department > SGGS I&T > Nanded. My. India > > -- > You received this message becaus

How to create Graphs and charts on Relational ORM

2019-10-26 Thread Balaji Shetty
Graphs. -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I&T Nanded. My. India -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-

how to add graphs in django admin panel

2019-08-26 Thread Balaji Shetty
Hi everyone Can anybody suggest me how to add different graphs in django admin panel for relational models. I will apply count, group by clsuse query to display count. One more questions. We can change default django Administration GUI using django admin suit. How is it. Is there any other way

Re: How to create Different Graphs and PDF Reports

2019-06-24 Thread Joel Mathew
You can use reportlab for pdf generation On Mon, 24 Jun, 2019, 9:18 PM Balaji Shetty, wrote: > HI > can anyone suggest How to create Different Graphs and PDF Reports in > Django Admin Panel itself which work on Models with relation. > It there any library. > > > > --

Re: How to create Different Graphs and PDF Reports

2019-06-24 Thread ABHISHEK RAJ
Yes, you can use Fusion Charts <https://www.fusioncharts.com/> library. Here is the link https://www.fusioncharts.com/blog/creating-charts-in-django/ On Mon 24 Jun, 2019, 9:18 PM Balaji Shetty, wrote: > HI > can anyone suggest How to create Different Graphs and PDF Reports in &g

How to create Different Graphs and PDF Reports

2019-06-24 Thread Balaji Shetty
HI can anyone suggest How to create Different Graphs and PDF Reports in Django Admin Panel itself which work on Models with relation. It there any library. -- *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,* *SGGS Institute of Engineering & Technology, Vishnu

Re: Django and graphs

2018-03-26 Thread Ryan Manzer
, Mohsen wrote: > > Hi all: > > I am quite new to Django, and I am looking for Django extensions that > support graphs and networks. Would anybody guide me with a tutorial or some > hints how we may use Django together with Networkx or SNAP graph library > packages. > > Many t

Re: Django and graphs

2018-03-23 Thread Julio Biason
er and render the > graph to svg using GraphViz. You can save the svg in database and then > render it in a webpage. > > On Thursday, March 22, 2018 at 3:36:22 PM UTC-4, Mohsen wrote: >> >> Hi all: >> >> I am quite new to Django, and I am looking for Django exte

Re: Django and graphs

2018-03-23 Thread Derek Zeng
t; > I am quite new to Django, and I am looking for Django extensions that > support graphs and networks. Would anybody guide me with a tutorial or some > hints how we may use Django together with Networkx or SNAP graph library > packages. > > Many thanks > > Mohsen > -

Django and graphs

2018-03-22 Thread Mohsen
Hi all: I am quite new to Django, and I am looking for Django extensions that support graphs and networks. Would anybody guide me with a tutorial or some hints how we may use Django together with Networkx or SNAP graph library packages. Many thanks Mohsen -- You received this message

Re: USING graphs in django admin

2017-03-06 Thread chris rose
i have used d3.js in a template and past it data when answering a http request with a view i found d3.js a little interesting to wrap my head around but it is a good tool not used it with the admin though -- You received this message because you are subscribed to the Google Groups "Django us

Re: USING graphs in django admin

2017-03-03 Thread Luvpreet Singh
t; -- > The most dangerous phrase in the language is, "We've always done it this > way." > > - Grace Hopper > > On 3 March 2017 at 21:22, Luvpreet Singh > wrote: > >> I want to display graphs in django admin. Is there any tool to display >> t

Re: USING graphs in django admin

2017-03-03 Thread Lachlan Musicman
You could try ggplot http://ggplot.yhathq.com/ alternatively there's D3 https://d3js.org/ Cheers L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 3 March 2017 at 21:22, Luvpreet Singh wrote: > I want to d

USING graphs in django admin

2017-03-03 Thread Luvpreet Singh
I want to display graphs in django admin. Is there any tool to display them in django admin site ? I have tried django-admin-tools-stat , but I don't want to create a different dashboard for the graphs. I want the queries on the models to be displayed with the help of those g

Re: Graphs for my Django Application

2012-06-13 Thread Tanveer Ali Sha
@Tim Sawyer.. If i make use of FLOT , is it necessary to need to convert my model to numeric values, mapping the ticks and adding the labels manually.>?? If yes!! How can i do that? On Mon, Jun 11, 2012 at 11:38 AM, Tanveer Ali Sha wrote: > > Thank you Kenneth for yo

Re: Graphs in django

2012-06-11 Thread kenneth gonsalves
On Tue, 2012-06-12 at 11:24 +0530, Satvir Toor wrote: > On Tue, Jun 12, 2012 at 11:15 AM, Alec Taylor > wrote: > > Put it in the template or whatnot > > > > Might be an easier job for a javascript graph library, or even > processing-js > okie.But i am not clear with javascript graph libraray tak

Re: Graphs in django

2012-06-11 Thread Anoop Thomas Mathew
Hi, What you are generating right now, is in a GTK window (desktop). This is not directly show-able in a browser AFIK. What you can do is to 1. Generate a jpeg/png from that, and serve it as a static file to the browser, just like an image 2. You can send the data across to the browser as json or

Re: Graphs in django

2012-06-11 Thread Satvir Toor
On Tue, Jun 12, 2012 at 11:15 AM, Alec Taylor wrote: > Put it in the template or whatnot > > Might be an easier job for a javascript graph library, or even processing-js okie.But i am not clear with javascript graph libraray -- Satvir Kaur satveerkaur.blogspot.in -- You received this message b

Re: Graphs in django

2012-06-11 Thread Alec Taylor
Put it in the template or whatnot Might be an easier job for a javascript graph library, or even processing-js On Tue, Jun 12, 2012 at 3:40 PM, Satvir Toor wrote: > here is code to display sin curve > > from pylab import * > > t = arange(0.0, 2.0, 0.01) > s = sin(2*pi*t) > plot(t, s, linewidth=1

Graphs in django

2012-06-11 Thread Satvir Toor
here is code to display sin curve from pylab import * t = arange(0.0, 2.0, 0.01) s = sin(2*pi*t) plot(t, s, linewidth=1.0) xlabel('time (s)') ylabel('voltage (mV)') title('About as simple as it gets, folks') grid(True) show() its working well but the output is being display in different window

Re: Graphs for my Django Application

2012-06-10 Thread Tanveer Ali Sha
Thank you Kenneth for your rule, I am fresher and this tip may help me alot...:) On Mon, Jun 11, 2012 at 11:14 AM, kenneth gonsalves wrote: > On Mon, 2012-06-11 at 11:06 +0530, Tanveer Ali Sha wrote: > > Anyone knows about Django-Chartit..?? > > Is it good to make use of this for my applicat

Re: Graphs for my Django Application

2012-06-10 Thread kenneth gonsalves
On Mon, 2012-06-11 at 11:06 +0530, Tanveer Ali Sha wrote: > Anyone knows about Django-Chartit..?? > Is it good to make use of this for my application?? my rule of thumb - if an app has not had a commit in the last 3 months, approach with care. (caveat I have not used the app) -- re

Re: Graphs for my Django Application

2012-06-10 Thread Tanveer Ali Sha
e: > >> http://d3js.org/ can handle both meanings of graphs: charts like bar >> charts, or visualizations of network structures. >> >> >> <http://d3js.org/> >> >> -- >> You received this message because you are subscribed to the Google Groups

Re: Graphs for my Django Application

2012-06-09 Thread Tanveer Ali Sha
Thank You one and all..:) On Fri, Jun 8, 2012 at 11:14 PM, bobhaugen wrote: > http://d3js.org/ can handle both meanings of graphs: charts like bar > charts, or visualizations of network structures. > > > <http://d3js.org/> > > -- > You received this mess

Re: Graphs for my Django Application

2012-06-08 Thread bobhaugen
> > http://d3js.org/ can handle both meanings of graphs: charts like bar charts, or visualizations of network structures. <http://d3js.org/> -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion o

Re: Graphs for my Django Application

2012-06-08 Thread Solvik
There is also Highcharts : http://www.highcharts.com/ Le vendredi 8 juin 2012 09:20:13 UTC+2, Ali Shaikh a écrit : > > Hello, > > How can I provide graphs in my djnago application.I wanna implement this > for my Network Analysis Application . > > Can anyone give me idea how

Re: Graphs for my Django Application

2012-06-08 Thread william ratcliff
Jqplot is a succesor to flot. On Jun 8, 2012 7:12 AM, "Steve McConville" wrote: > > Can anyone give me idea how to provide graphs in Django. > > Assuming you mean "graph" in the "graph theory" sense, then NetworkX > (http://networkx.lanl.gov/) is a ma

Re: Graphs for my Django Application

2012-06-08 Thread Steve McConville
> Can anyone give me idea how to provide graphs in Django. Assuming you mean "graph" in the "graph theory" sense, then NetworkX (http://networkx.lanl.gov/) is a mature graph library for python. -- steve -- You received this message because you are subscribed to the

Re: Graphs for my Django Application

2012-06-08 Thread 罗健忠
Google Chart(https://developers.google.com/chart/) may fix your need and there is a python wrapper for it: http://pygooglechart.slowchop.com/ -- http://about.me/newkedison -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Graphs for my Django Application

2012-06-08 Thread Tim Sawyer
On 08/06/12 08:20, Tanveer Ali Sha wrote: Hello, How can I provide graphs in my djnago application.I wanna implement this for my Network Analysis Application . Can anyone give me idea how to provide graphs in Django. Thank Yo... Sha I've done this using flot. http://code.google.com/p

Re: Graphs for my Django Application

2012-06-08 Thread kenneth gonsalves
On Fri, 2012-06-08 at 12:50 +0530, Tanveer Ali Sha wrote: > How can I provide graphs in my djnago application.I wanna implement > this > for my Network Analysis Application . https://developers.google.com/chart/ -- regards Kenneth Gonsalves -- You received this message becaus

Graphs for my Django Application

2012-06-08 Thread Tanveer Ali Sha
Hello, How can I provide graphs in my djnago application.I wanna implement this for my Network Analysis Application . Can anyone give me idea how to provide graphs in Django. Thank Yo... Sha -- You received this message because you are subscribed to the Google Groups "Django users"

Re: django graphs

2010-10-06 Thread shacker
On Oct 6, 3:24 am, ashy wrote: > Hi All, > > I want to create line graph in django. I have installed django graphs, > but there aren't sufficient examples for line graphs in the examples > folder.  Any ideas how should I go ahead for graphs in django? Emit JSON from your app

Re: django graphs

2010-10-06 Thread Carlton Gibson
On 6 Oct 2010, at 14:42, ashy wrote: > I am basically looking for a dynamic line graph, where in the points > on the x axis and the points on the graph are clickable. Also, I want > it to be integrated with the django app I am working. The YUI Charts library is pretty good. http://developer.ya

Re: django graphs

2010-10-06 Thread Brian Bouterse
I've used the google-chartwrapperwith some success, maybe they have a chart type that would work for you. It has support for the Django template language seen here . Best, Brian

Re: django graphs

2010-10-06 Thread ashy
Thanks guys!! I am basically looking for a dynamic line graph, where in the points on the x axis and the points on the graph are clickable. Also, I want it to be integrated with the django app I am working. thanks ashy -- You received this message because you are subscribed to the Google Gr

Re: django graphs

2010-10-06 Thread Tim Sawyer
I've used http://teethgrinder.co.uk/open-flash-chart-2/ and http://g.raphaeljs.com/ To do charts in a Django app. Tim. > ashy wrote: >> Hi All, >> >> I want to create line graph in django. I have installed django graphs, >> but there aren't sufficient exa

Re: django graphs

2010-10-06 Thread Thomas Guettler
Hi, I think you get more results if you search for python and graphs. I once used matplotlib like this: http://www.scipy.org/Cookbook/Matplotlib/Django But the matplotlib code ist not very easy to read... maybe there are better solutions. Thomas ashy wrote: > Hi All, > >

django graphs

2010-10-06 Thread ashy
Hi All, I want to create line graph in django. I have installed django graphs, but there aren't sufficient examples for line graphs in the examples folder. Any ideas how should I go ahead for graphs in django? thanks ashwin -- You received this message because you are subscribed t

Re: django python pi-charts/graphs

2010-06-02 Thread Euan Goddard
/model content in the form of > pi-charts/graphs. Is there any django python module that already > exists ? > > --RJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@google

django python pi-charts/graphs

2010-06-01 Thread rahul jain
Hi Django, I would like to represent my db/model content in the form of pi-charts/graphs. Is there any django python module that already exists ? --RJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Shawn Milochik
"Beginning Python Visualization" was recently published to fit exactly this need. (No disclaimer -- I have no association with the book other than having purchased it.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Justin Lilly
; What is the best way to create Pie Charts, Bar Graphs, Line Plots, etc? > I've only seen two Django graph type modules but they seem dead. > > Are they any Python modules or other type of graphing apps that would work > well with Django? >

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Javier Guerra
don't forget Flot: http://code.google.com/p/flot/ why do it in the server when you can use your user's machine? -- Javier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-16 Thread carlos
yes man a have various for example : [1] pygooglechart, [2] PyOFC2, and library [3] ReportLab [1]. http://pygooglechart.slowchop.com/ [2]. http://btbytes.github.com/pyofc2/ [3]. http://www.reportlab.org/ good luck 2009/7/16 Keith Pettit > What is the best way to create Pie Charts, Bar Gra

Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-16 Thread Keith Pettit
What is the best way to create Pie Charts, Bar Graphs, Line Plots, etc? I've only seen two Django graph type modules but they seem dead. Are they any Python modules or other type of graphing apps that would work well with Django? Thanks, -- Keith P

Graphs

2008-10-14 Thread Ramdas S
Sorry, I tried making them myself. NBut it looks horrible. I think you must make them as pie charts. Please ask the designer to do so Ramdas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: Generating graphs from db data and displaying results using Django?

2007-07-13 Thread Frank Tegtmeyer
Toby Dylan Hocking <[EMAIL PROTECTED]> writes: > TimeSeries, etc. similar to XML/SWF Charts), but you can pop in your own > plotting code and have a totally custom plot too, if you need to. Such flexibility is great. I suggest to support "common" tasks too by providing an additional "simple" in

Re: Generating graphs from db data and displaying results using Django?

2007-07-12 Thread Toby Dylan Hocking
Hi Frank, > Wouldn't it be possible to adapt ZSVG_Graph to Django? Thanks for the suggestion. In fact, I was already considering SVG output as one of the modes of django.contrib.dataplot. One of the cool things about django.contrib.dataplot is its extensibility -- getting a new type of plot,

Re: Generating graphs from db data and displaying results using Django?

2007-07-12 Thread Toby Dylan Hocking
Hi Silas, > If it is a personal site take a look at http://www.maani.us/xml_charts/ > they have some really nice charts that are flash based. > All the data is sent via xml. Thanks for your input. However, I don't like the idea of forcing people to use flash to look at plots, since (unlike Djan

Re: Generating graphs from db data and displaying results using Django?

2007-07-12 Thread Silas
On Jul 10, 6:03 pm, Chris Rich <[EMAIL PROTECTED]> wrote: > Hey all, > So, I'm a beginner here with Django/webdesign/database stuff/all the > rest of it and I may be getting ahead of myself. I am currently > getting my feet wet in the Django environment, but I eventually want > to graph/calcu

Re: Generating graphs from db data and displaying results using Django?

2007-07-12 Thread Frank Tegtmeyer
Toby Dylan Hocking <[EMAIL PROTECTED]> writes: > Thanks for the input, Jeremy. I'd definitely be open to using PIL instead > of ImageMagick. > Do you know of a way that PIL can be used to convert PDF to PNG? A quick > google search reveals this pdf Wouldn't it be possible to adapt ZSVG_Graph

Re: Graphs and django

2007-07-12 Thread Ben Ford
Hey Toby, Thanks for the input, I'll try these things on tuesday (not to make anyone jealous but I'm going to Bali for a long weekend in about 10 minutes :-D ). The problems came up when I followed the steps in one of your .txt files... I haven't had a chance to rigorously explore whats going on ye

Re: Graphs and django

2007-07-11 Thread Toby Dylan Hocking
Hey Jeremy, Thanks for the input. You are correct: I am running a recent copy of django from SVN on the primary machine I am using to develop django.contrib.dataplot. In fact, I ran into the same problem that you did when I tried to port django.contrib.dataplot to a different machine -- a mac

Re: Graphs and django

2007-07-11 Thread Toby Dylan Hocking
Hi Ben, I see what you're doing now. There are a couple things I should mention. First of all, you are right: getattr(r,'generic.scatter.plot') is not the same as typing r.generic.scatter.plot -- instead, it invokes the __getattr__ method of r, and looks for something by that name in the R na

Re: Graphs and django

2007-07-11 Thread Ben Ford
Hi Toby, My versions are: R:2.4.0 Python: 2.5.1 Rpy:1.0-RC2 Sorry I wasn't very clear earlier... I imported r into ipython to have a play with it and see what happens. I tried getattr(r,' generic.scatter.plot') which didn't work - I'm under the impression that getattr won't w

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread Toby Dylan Hocking
Thanks for the input, Jeremy. I'd definitely be open to using PIL instead of ImageMagick. django.contrib.dataplot use of ImageMagick is relatively simple: taking vector PDFs drawn in R and converting them to fullscreen and thumbnail raster PNGs. Do you know of a way that PIL can be used to con

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread Jeremy Dunck
On 7/11/07, Toby Dylan Hocking <[EMAIL PROTECTED]> wrote: > general enough to handle several different backend > plotting languages, such as matplotlib, pil, octave, How hard would it be to depend on PIL rather than ImageMagick? I'm asking because Django already requires PIL if you want ImageFie

Re: Graphs and django

2007-07-11 Thread Jeremy Dunck
On 7/11/07, Toby Dylan Hocking <[EMAIL PROTECTED]> wrote: > If you still need help with making data-driven plots, why don't you check > out my new Django package --- I'd like some testers and comments. Initial reaction-- sweet! After linking dataplot into my contribs dir and adding both dataplot

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread Toby Dylan Hocking
get >>> the data, and a JavaScript charting library to do the drawing client- >>> side. >> >> Why not create the graphs on the server? >> >> -Forest > > > > > --~--~-~--~~~---~--~~ You received this message be

Re: Graphs and django

2007-07-11 Thread Toby Dylan Hocking
Hi Ben, I'm excited to hear that you got a copy of django.contrib.dataplot and you are trying it out. I will try to help you debug the problem, but the full traceback may be more useful. Can you send it? The purpose of the get_r_fun method is to look at the current R environment and check if

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread Vincent Nijs
; the data, and a JavaScript charting library to do the drawing client- >> side. > > Why not create the graphs on the server? > > -Forest --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread Forest Bond
On Wed, Jul 11, 2007 at 04:56:03PM -, [EMAIL PROTECTED] wrote: > > I would actually suggest using Django to create a web service to get > the data, and a JavaScript charting library to do the drawing client- > side. Why not create the graphs on the server? -Forest s

Re: Generating graphs from db data and displaying results using Django?

2007-07-11 Thread [EMAIL PROTECTED]
I would actually suggest using Django to create a web service to get the data, and a JavaScript charting library to do the drawing client- side. A great one is PlotKit (http://www.liquidx.net/plotkit/) A (very) simple example of how this could look is on my personal website http://www.eflorenzan

Re: Graphs and django

2007-07-11 Thread Ben Ford
Hi Toby I've grabbed a copy of your code but the RPlot.get_r_fun method isn't working for me... Could you perhaps explain how it does the mapping to the R function? What my testing is saying to me is that r (the one that's imported at the top of __init__.py) has no attribute generic... I've had a v

Re: Graphs and django

2007-07-11 Thread Toby Dylan Hocking
Hi there, If you still need help with making data-driven plots, why don't you check out my new Django package --- I'd like some testers and comments. Basically it is an interface to the R programming language (for statistics and graphics) through the RPy package. You can download my latest rel

Re: Generating graphs from db data and displaying results using Django?

2007-07-10 Thread gwhit
Look at http://www.nullcube.com/software/pygdchart2.html Or can also go a javascript route check out http://www.reach1to1.com/sandbox/jquery/jqchart/ On Jul 10, 6:03 pm, Chris Rich <[EMAIL PROTECTED]> wrote: > Hey all, > So, I'm a beginner here with Django/webdesign/database stuff/all the > r

Generating graphs from db data and displaying results using Django?

2007-07-10 Thread Chris Rich
Hey all, So, I'm a beginner here with Django/webdesign/database stuff/all the rest of it and I may be getting ahead of myself. I am currently getting my feet wet in the Django environment, but I eventually want to graph/calculate averages on some of the values in my database. I would like to d

Re: Graphs and django

2007-06-21 Thread Chundermonkey
i've used chartdirector in the past with django, very easy to install, although the free version cannot be used for commercial purposes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Graphs and django

2007-06-21 Thread Kent Johnson
Martin Winkler wrote: > If you want do do really nice graphs, you might take a look at some > screenshots of matplotlib: > http://matplotlib.sourceforge.net/screenshots.html > > The module is quite large, but has really many functions: from simple > pie charts (3D too) up to fi

Re: Graphs and django

2007-06-20 Thread Martin Winkler
Am Wed, 20 Jun 2007 16:26:24 +0100 schrieb "Gerry Steele" <[EMAIL PROTECTED]>: > My needs are to create line, bar and pie charts. One fast way for line graphs would be plain PIL (http://www.pythonware.com/products/pil/) module. But the results are usually not really pretty:

Re: Graphs and django

2007-06-20 Thread Joseph Heck
I've been using FusionGraphs (flash based graphing, generating the "data" through XML templates) with good success. It's not directly in python using PIL or anything, but it's been quick and effective. -joe On 6/20/07, Gerry Steele <[EMAIL PROTECTED]> wrote: > > i was wondering if anyone had any

Graphs and django

2007-06-20 Thread Gerry Steele
i was wondering if anyone had any experience integrating any python graphing or anything similar libraries into django and which library people might recommend. My needs are to create line, bar and pie charts. Many Thanks Gerry -- Gerry Steele http://belfast.no-ip.info/ --~--~-~--~---

Re: Creating graphs in Django application

2006-09-08 Thread Andy Robinson
Thanks Joseph. You might find it interesting to take a look at our Diagra product datasheet... we've been in the financial charts business since 2001 http://www.reportlab.com/docs/diagra-ds.pdf The engine and most chart types have been in the open source package since 2001, but we've not rea

Re: Creating graphs in Django application

2006-09-08 Thread [EMAIL PROTECTED]
there is also pyChart and JS/SVG PlotKit - http://www.liquidx.net/plotkit/ which is used by TurboGears :) NeedsTesting... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Re: Creating graphs in Django application

2006-09-08 Thread Joseph Kocherhans
On 9/8/06, Andy Robinson <[EMAIL PROTECTED]> wrote: > > I have just added an article to the Wiki on how to create charts using > ReportLab's graphics library I hope this helps! > > http://code.djangoproject.com/wiki/Charts Very cool. Thanks Andy! I didn't know ReportLab did anything but pdf befo

Re: Creating graphs in Django application

2006-09-08 Thread Andy Robinson
I have just added an article to the Wiki on how to create charts using ReportLab's graphics library I hope this helps! http://code.djangoproject.com/wiki/Charts Andy Robinson, CEO/Chief Architect, ReportLab Europe Ltd --~--~-~--~~~---~--~~ You received this mes

Re: Creating graphs in Django application

2006-09-08 Thread Derek Hoy
On 9/7/06, Devraj <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I am attempting to create graphs in my Django app.to provide reporting > features. Are there any libraries available to do this in Python or > Django? haven't used it, but there's also Ploticus:

Re: Creating graphs in Django application

2006-09-07 Thread Jeremy Kelley
Quoting Devraj ([EMAIL PROTECTED]): > > Hi everyone, > > I am attempting to create graphs in my Django app.to provide reporting > features. Are there any libraries available to do this in Python or > Django? > > Something like http://www.qualityunit.com/postgraph/ f

Re: Creating graphs in Django application

2006-09-07 Thread Nate Straz
On Thu, Sep 07, 2006 at 01:39:30AM -0700, Devraj wrote: > I am attempting to create graphs in my Django app.to provide reporting > features. Are there any libraries available to do this in Python or > Django? PyX, http://pyx.sourceforge.n

Re: Creating graphs in Django application

2006-09-07 Thread [EMAIL PROTECTED]
non free, but nice: http://www.advsofteng.com/cdpython.html --~--~-~--~~~---~--~~ 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 fro

Re: Creating graphs in Django application

2006-09-07 Thread Jay Klehr
If you don't mind using Flash as the output medium you could try this: http://www.maani.us/xml_charts/ Works with anything that is able to output XML, I've used the PHP version a bit and really like a lot of the options. Jay Devraj wrote: > Hi everyone, > > I am attempti

Re: Creating graphs in Django application

2006-09-07 Thread Gacha
Devraj wrote: > Hi everyone, > > I am attempting to create graphs in my Django app.to provide reporting > features. Are there any libraries available to do this in Python or > Django? > > Something like http://www.qualityunit.com/postgraph/ for PHP

Re: Creating graphs in Django application

2006-09-07 Thread Gacha
Try: http://matplotlib.sourceforge.net/ --~--~-~--~~~---~--~~ 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 e

Creating graphs in Django application

2006-09-07 Thread Devraj
Hi everyone, I am attempting to create graphs in my Django app.to provide reporting features. Are there any libraries available to do this in Python or Django? Something like http://www.qualityunit.com/postgraph/ for PHP Thanks --~--~-~--~~~---~--~~ You