Hi Uri,
What version of matplotlib are you using? I guess the get_frame()
method is deprecated (but still available) in the recent version of
matplotlib. Instead, frame and patch attributes can be used.
I only started looking into the code behind the matplotlib recently so
I don't know much abou
You can suppress the tick marks on the top and right axis as Mathieu
suggested. Setting frame_on as False will suppresse both the bounding
lines and the white background patch of the axes. You can suppress
only the bounding lines by
ax = gca()
ax.frame.set_visble(False)
Note that this will dele
Uri,
You could look have a look at :
gca().xaxis.tick_bottom()
gca().yaxis.tick_left()
or hide the frame :
ax = axes( FrameOne=False )
Hope this helps.
On Tue, Aug 26, 2008 at 11:35 PM, Uri Laserson <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is it possible to create plots that only have a single x