I'm having a hard time understanding what is actually required for the
graph.data.list method.

My goal is that take information from a database query from mysql, and graph
the numbers that I am getting from it.

The data is an integer, and a text field telling us what the integer
represents.

I.e. (1,"Ponies", 4,"sheep", 9, "cows", 16, "newts")

I can arrange the data in a variety of ways, that's not a problem.

What do I need to do to get those values as a bar graph?

The expected output would be four bars, drawn to the height of the integers,
and labeled with the text strings.

Thanks in advance.



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to