> the solution should be to pass a painter in your axes > with titledirection being None.
p = graph.axis.painter.regular(titledirection=None) xaxis = graph.axis.linear(title="This is the x axis", painter=p) yaxis = graph.axis.linear(title="This is the y axis", painter=p) Yes, that works, thank you very much! I should have found it myself :( ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
