Sorry, another question so soon, but please be patient...

Is it possible to switch off the black border drawn around bars in a bar
graph?

I tried

g.plot(graph.data.data(d, xname="lineno-1", y="breed", ystack="total"),
    [graph.style.bar([color.cmyk(0.1, 0.5, 0, 0),style.linewidth(0)]), 
    graph.style.stackedbarpos("ystack"),
    graph.style.bar([color.cmyk(0.2, 0.2, 0, 0), style.linewidth(0)])])

but I still get a fine line around the bars. 

Any suggestions?

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

Reply via email to