Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-18 Thread Asbach, Mark
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 > fro

Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-17 Thread 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 fig, ax = plt.subplots() # Set the

Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-17 Thread Arnaldo Russo
Hi Mark, I really didn't tested anything about yours sketch... But I think "AxisArtist" could be of any help. http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html#axisartist Good luck. Cheers, Arnaldo. --- *Arnaldo D'Amaral Pereira Granja Russo* Lab. de Estudos dos Oceano

[Matplotlib-users] Newbie-question: spines with arrows

2012-06-15 Thread Asbach, Mark
Hi there, I'm sorry to ask such a newbie question, but I'd like to format a custom box plot and although there are numerous examples on the web and tons of docstrings in matplotlib, I'm stuck somehow. My problems center around axes / spines. In detail, my problems are: 1) I want an y-axis on t