Re: [Matplotlib-users] cx_freeze-ing

2013-08-15 Thread phil_thy
Hi gsal, Would you mind sharing a simple example how did you manage to that? I am trying to freeze a simple code with matplotlib for the past two days with no success, every time I get the No module backend_tkagg message... ;( Many thanks for help in advance! gsal wrote oh, I got it...needed

[Matplotlib-users] quiver plots on top of each other?

2013-08-15 Thread vwf
Hello, I would like to have a set of quiver plots on top of each other: the x/y positions remain the same but the arrows have different directions. The arrays are largely empty so the multiple-arrow problem is not that bad (and very interesting). Can this be done? Right now only the last quiver

Re: [Matplotlib-users] quiver plots on top of each other? [solved]

2013-08-15 Thread vwf
Got it working! (new problems in the making...) -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks,

[Matplotlib-users] quiver linewidht problem

2013-08-15 Thread vwf
After some struggling I got my first plots with quiver working. A simple plot is very simple, but a complicated one is very different. Right now I have a 80x80 grid with multiple plots and I plan to go up. For this I need full control of the arrow dimensions. The only way I can get narrow arrow

Re: [Matplotlib-users] quiver plots on top of each other? [solved]

2013-08-15 Thread Benjamin Root
On Aug 15, 2013 1:31 PM, vwf v...@vulkor.net wrote: Got it working! It would be nice to post your solution here in case others are interested. (new problems in the making...) Good, can't wait to hear them! Cheers! Ben Root

Re: [Matplotlib-users] quiver linewidht problem

2013-08-15 Thread Benjamin Root
On Aug 15, 2013 3:07 PM, vwf v...@vulkor.net wrote: After some struggling I got my first plots with quiver working. A simple plot is very simple, but a complicated one is very different. Right now I have a 80x80 grid with multiple plots and I plan to go up. For this I need full control of the