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 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 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)
>> --
>> 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-users@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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)
> --
> 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-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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) 
-- 
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-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Graphs for my Django Application

2012-06-10 Thread Tanveer Ali Sha
Hey...!!

Anyone knows about  Django-Chartit..??
Is it good to make use of this for my application??

Thank Yo..:)


On Sat, Jun 9, 2012 at 4:12 PM, Tanveer Ali Sha wrote:

> 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.
>>
>>
>>  
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/django-users/-/DS-4lTg-9gwJ.
>>
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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.
>
>
> 
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/DS-4lTg-9gwJ.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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.



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/DS-4lTg-9gwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 to provide graphs in Django.
>
> Thank Yo...
> Sha  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/415tLSIbJYYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 mature graph library for python.
>
> --
> steve
>
> --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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/flot/

http://drumcoder.co.uk/tags/flot/

Tim.

--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.