|
From: Goyo <goy...@gm...> - 2013-04-26 16:29:33
|
2013/4/26 Chad Parker <par...@gm...> > Hi all- > > I've been working on a plot that puts the bottom and right spines at zero > (adapting some code from the example at > http://matplotlib.org/examples/pylab_examples/spine_placement_demo.html) > , and I've discovered that setting the position of the right spine to > 'zero' seems to locate it at x=1. > > Is this a bug? Or is there something that I'm missing? > It looks like a bug to me, set_position('data', x) puts the spine at x + 1 instead of x. Goyo |