[Matplotlib-users] another example of gradient color lines

2013-04-22 Thread Paul Ivanov
Hey everyone, Over on IRC (#scipy channel on freenode), Baribal asked this: I'm computing a dendrite on a continuous surface ([0, 1[, [0, 1[) and want to visualize it. What module would you recommend? In practice, I need to draw lines from x_1/y_1 to x_2/y_2 with a color gradient applied. A

[Matplotlib-users] Rotating axes

2013-04-22 Thread Nick Gnedin
Folks, I am trying to make a plot with axes rotated by 45 degrees, so that the plot looks like a romb. I set the rotating transform for the subplot, but it is still plotted in a normal orientation. Could someone tell my why the set_transform function does not work? Many thanks, Nick Gnedin

Re: [Matplotlib-users] After close the plot window the process keeps running.

2013-04-22 Thread caress...@yahoo.com
The problem was mix axes and pyplot. Plt.savefig was locking the app. I removed all pyplot reference and changed to self.axes.xxx() and self.fig.savefig.(xxx). Worked. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/After-close-the-plot-window-the-process-keeps-run