axis method embedded in wx

Jeremy,

how can I set axes limits on a figure embedded in WX?

I am plotting with

a = self.figmgr.add_subplot(111)

a.plot(x,y)

just like in your example.

I would like to do someting like:

axis([0,10,0,10])

I can’t use the command axis, or a.axis, so how do I do this?

and how would I do this:

set(gca(),‘xticklabels’,[])

set(gca(),‘yticklabels’,[])

set(gca(),‘xticks’,[])

set(gca(),‘yticks’,[])

in the embedded version?

thanks in advance

fiocruz4.jpg
Flávio Codeço Coelho, PhD

Programa de Computação Científica

Fundação Oswaldo Cruz

Rio de Janeiro – Brasil

···