I'm trying to determine if PyX is functional for my needs. One of the charts I need to create is a stacked bar graph for the 12 months of the year. I want to label my x-axis with the first letter of the month for each month. However when I do this, the duplicate letters get removed. How do I get around this?
Second I need to create a horizontal bar graph with no axes so it would simply be a name, a bar, and a value as below. text ||||||| 25% text ||||| 18% text ||| 10% I'm assuming that I'll load the list and sort it so I can get a sorted result. I would also like to be able to try individually colouring the bars. Any suggestions on how best to proceed with these two problems would be much appreciated. T -- Trevor Wiens ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
