Sithembewena Lloyd Dube | 30 Jul 2012 16:47
Picon

Plotting a line graph

Hi all,

I need to draw a simple line graph do to the following:
- draw a simple line from y, x = 0 going towards x++. In other words, the line should begin at bottom left and run diagonally towards upper right.

I have tried looking at ReportLab but I do not have enough time to dig through the docs. What plotting solution would anyone suggest?

PS: An image of what I need to do is attached. X axis is miles (or points) won and Y axis is items receivable for those points, so if a user has 10000 miles a green dot should appear on the line demarcating 10000 miles.

--
Regards,
Sithembewena Lloyd Dube

--
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 <at> googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Kevin Anthony | 30 Jul 2012 17:05
Picon
Gravatar

Re: Plotting a line graph

I would look into the Google graph API


On Mon, Jul 30, 2012 at 10:47 AM, Sithembewena Lloyd Dube <zebra05 <at> gmail.com> wrote:
Hi all,

I need to draw a simple line graph do to the following:
- draw a simple line from y, x = 0 going towards x++. In other words, the line should begin at bottom left and run diagonally towards upper right.

I have tried looking at ReportLab but I do not have enough time to dig through the docs. What plotting solution would anyone suggest?

PS: An image of what I need to do is attached. X axis is miles (or points) won and Y axis is items receivable for those points, so if a user has 10000 miles a green dot should appear on the line demarcating 10000 miles.

--
Regards,
Sithembewena Lloyd Dube

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



--
Thanks
Kevin Anthony
www.NoSideRacing.com

Do you use Banshee?
Download the Community Extensions:

--
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 <at> googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Sithembewena Lloyd Dube | 31 Jul 2012 10:17
Picon

Re: Plotting a line graph

Hi Kevin,

Does what I need, thanks :)

On Mon, Jul 30, 2012 at 5:05 PM, Kevin Anthony <kevin.s.anthony <at> gmail.com> wrote:
I would look into the Google graph API

On Mon, Jul 30, 2012 at 10:47 AM, Sithembewena Lloyd Dube <zebra05 <at> gmail.com> wrote:
Hi all,

I need to draw a simple line graph do to the following:
- draw a simple line from y, x = 0 going towards x++. In other words, the line should begin at bottom left and run diagonally towards upper right.

I have tried looking at ReportLab but I do not have enough time to dig through the docs. What plotting solution would anyone suggest?

PS: An image of what I need to do is attached. X axis is miles (or points) won and Y axis is items receivable for those points, so if a user has 10000 miles a green dot should appear on the line demarcating 10000 miles.


--
Regards,
Sithembewena Lloyd Dube

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



--
Thanks
Kevin Anthony
www.NoSideRacing.com

Do you use Banshee?
Download the Community Extensions:

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



--
Regards,
Sithembewena Lloyd Dube

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

Gmane