|
From: Angus M. <am...@gm...> - 2012-11-28 21:07:21
|
On 28 November 2012 15:28, Vilson Vieira <vi...@vo...> wrote: > Hi, > > I'm using matplotlib to draw some generative art works. I'm trying to hide > the axis but when I do that the lines that are over the axis are hidden as > well, like this example: http://i.imgur.com/hKqMi.png > > The code I'm using to generate those kind of random walk plots is here: > https://gist.github.com/4164025 > > I already tried subplots_adjust, and set_alpha/set_visible on axis and > spines but anything worked. I think your problem is with clipping. Try the no_clip function in this thread [1] and see if that helps. [1] http://matplotlib.1069221.n5.nabble.com/How-to-turn-off-all-clipping-td1813.html#a1814 Angus -- AJC McMorland Post-doctoral research fellow Neurobiology, University of Pittsburgh |