Re: [Matplotlib-users] Pick a particular data from array

2014-06-18 Thread dydy2014
Thank you Paul for your comment, but what I need not just put a line in the contour. I want to pick value along the red line, so which the data that placed on the red line. Then I will plot it in the other type of plot. -- View this message in context: http://matplotlib.1069221.n5.nabble.co

Re: [Matplotlib-users] colors

2014-06-18 Thread Bruno Pace
Ok, so using the norm=SymLogNorm I cannot distinguish the values that are exactly 0.0 from the really small ones, right? Would it be possible to make use of the set_bad method without having to use masked arrays, just combining the SymLogNorm and the set_bad? Thanks! 2014-06-17 21:20 GMT+02:00 E

[Matplotlib-users] animation optimization

2014-06-18 Thread Bruno Pace
Hey all, I am trying to produce an animation from several images generated with imshow from a sequence of arrays in time, I have done that in several ways. However, my animations consist of several frames (on the order of 1 frames) and thus the simulation crashes when it's too large. The solu