Hi Andre,

On Fri, Mar 10, 2006 at 03:39:30PM +0100, Andre Wobst wrote:
> You need to pass a proper texter instance at the axis constructor.
> See http://pyx.sourceforge.net/manual/module-graph.axis.texter.html
> for available texters.

I'm using this code:
    mynestedbaraxis = pyx.graph.axis.bar(
            defaultsubaxis=pyx.graph.axis.bar(
                dist=0.2,
                painter=None
            )
    )

to create the axes. The axis.bar constructor doesn't allow me to
choose another texter. How can I change the texter on such an axis?
The code comes from the multisubaxis example on the website.

-- 
Sybren Stüvel

"Gravitation cannot be held responsible for people falling in love."
-- Albert Einstein

Attachment: signature.asc
Description: Digital signature

Reply via email to