Re: django graphics

2013-07-10 Thread carlos
Hi the other library js for graphis is http://www.flotcharts.org/ On Wed, Jul 10, 2013 at 9:17 AM, pa xapy wrote: > why you do this with django? > there so many js libraries > i think that for the web purposes its best solution than generate graphics > with python. > personally, i'm using the h

Re: django graphics

2013-07-10 Thread pa xapy
why you do this with django? there so many js libraries i think that for the web purposes its best solution than generate graphics with python. personally, i'm using the http://www.highcharts.com/ - flexible and easy to start. great docs. On Tuesday, July 9, 2013 5:30:45 PM UTC+4, amanjot kaur w

Re: django graphics

2013-07-10 Thread Derek
Good advice about using forms to capture the plot parameters - be aware that you do not need to save anything to disk (unless you want/need to). There's an example here of creating one and returning it directly via the response: http://wiki.scipy.org/Cookbook/Matplotlib/Django On Tuesday, 9

Re: django graphics

2013-07-09 Thread John
On 09/07/13 15:40, amanjot kaur wrote: > > > > There are many python plotting libraries. I usually use matplotlib > because my plots tend to be quite technical. > > > I also tried to use matplotlib but I think it is filereadable but my > requirements are to add values from front end and t

Re: django graphics

2013-07-09 Thread amanjot kaur
> > > There are many python plotting libraries. I usually use matplotlib > because my plots tend to be quite technical. > I also tried to use matplotlib but I think it is filereadable but my requirements are to add values from front end and then with one click graph will be ceated on these v

Re: django graphics

2013-07-09 Thread John
On 09/07/13 14:30, amanjot kaur wrote: > Please suggest me some module/library in django to plot graphs which > takes input from user. -- Amanjot, There are many python plotting libraries. I usually use matplotlib because my plots tend to be quite technical. John -- You received this message be

Re: django graphics

2013-07-09 Thread Nigel Legg
I was going to look at Django Chartit - http://chartit.shutupandship.com/for this, unless anyone has better suggestions? Regards, Nigel Legg 07914 740972 http://www.treavnianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 9 July 2013 08:39, amanjot kaur wrote: >

Re: Django Graphics

2010-12-02 Thread George Silva
Perhaps you can process/display CAD drawings using PostGIS + OpenLayers? On Thu, Dec 2, 2010 at 8:36 AM, Shamail Tayyab wrote: > Have you also tried the python's imaging library? > > You can easily make any type of images in PIL and the display them as > images in browser. > (Should fit your req

Re: Django Graphics

2010-12-02 Thread Shamail Tayyab
Have you also tried the python's imaging library? You can easily make any type of images in PIL and the display them as images in browser. (Should fit your requirement of circles, triangles etc and has lots more) Tx -- Shamail Tayyab Blog: http://shamail.in/blog On Dec 2, 3:08 pm, Jagdeep Singh

Re: Django Graphics

2010-12-02 Thread Tom Evans
On Thu, Dec 2, 2010 at 10:08 AM, Jagdeep Singh Malhi wrote: > > > On Dec 2, 1:18 pm, "Cal Leeming [Simplicity Media Ltd]" > wrote: >> Please define 'handle graphics'. >> >> Do you mean serving graphics media? Creating graphics on the fly? >> Resizing? Overlaying? Give us some clues ;) > > CAD. >

Re: Django Graphics

2010-12-02 Thread Kenneth Gonsalves
On Thu, 2010-12-02 at 02:08 -0800, Jagdeep Singh Malhi wrote: > > Do you mean serving graphics media? Creating graphics on the fly? > > Resizing? Overlaying? Give us some clues ;) > > CAD. > > Making circle, triangle etc like in AutoCAD / QCAD, or paint brush > > Making sketches / figures. dja

Re: Django Graphics

2010-12-02 Thread Jagdeep Singh Malhi
On Dec 2, 1:18 pm, "Cal Leeming [Simplicity Media Ltd]" wrote: > Please define 'handle graphics'. > > Do you mean serving graphics media? Creating graphics on the fly? > Resizing? Overlaying? Give us some clues ;) CAD. Making circle, triangle etc like in AutoCAD / QCAD, or paint brush Making

Re: Django Graphics

2010-12-02 Thread Kenneth Gonsalves
On Thu, 2010-12-02 at 00:14 -0800, Jagdeep Singh Malhi wrote: > Can we handle graphics in Django? yes -- regards Kenneth Gonsalves -- 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...@googlegroups.c

Re: Django Graphics

2010-12-02 Thread Cal Leeming [Simplicity Media Ltd]
Ah. http://lmgtfy.com/?q=django+charts+ ;) On 02/12/2010 08:22, Venkatraman S wrote: On Thu, Dec 2, 2010 at 1:44 PM, Jagdeep Singh Malhi mailto:singh.malh...@gmail.com>> wrote: Can we handle graphics in Django? referring to charts? -- You received this message because you are subscr

Re: Django Graphics

2010-12-02 Thread Venkatraman S
On Thu, Dec 2, 2010 at 1:44 PM, Jagdeep Singh Malhi wrote: > Can we handle graphics in Django? > > referring to charts? -- 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...@googlegroups.com. To unsu

Re: Django Graphics

2010-12-02 Thread Cal Leeming [Simplicity Media Ltd]
Please define 'handle graphics'. Do you mean serving graphics media? Creating graphics on the fly? Resizing? Overlaying? Give us some clues ;) On 02/12/2010 08:14, Jagdeep Singh Malhi wrote: Can we handle graphics in Django? -- You received this message because you are subscribed to the Go