|
From: Vilson V. <vi...@vo...> - 2012-11-28 20:59:13
|
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. Any help? Thank you so much. -- Vilson Vieira vi...@vo... ((( http://automata.cc ))) ((( http://musa.cc ))) ((( http://labmacambira.sourceforge.net ))) |