Hi Joe, hi Daniel, 

Am 17.06.2012 um 19:31 schrieb Joe Kington:
> It sounds like you were using the right approach, you just got a bit lost on 
> what some of the keyword parameters to annotate, etc do.
> 
> Here's an example that should do what you want:
> 
> import matplotlib.pyplot as plt
> from matplotlib.ticker import MultipleLocator

thanks a lot. Indeed, I guess that's what I needed. One other part of my 
problem was caused by stupidly copying example code without understanding what 
it does: I had set_smart_bounds(True) and wondered about the axis not beeing 
draw outside of data regions ;-)

> # Turn off the top, right, and bottom major and minor ticks (as in your 
> sketch)
> ax.tick_params(which='both', top=False, right=False, bottom=False, 
>                labelbottom=False)

> Hope that helps!

Indeed, it did!

Again, thanks a lot,
Mark


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to