[Matplotlib-users] Plotting a imshow() image in 3d in matplotlib

2015-05-26 Thread Raj Kumar Manna
estion <http://stackoverflow.com/questions/30464117/plotting-a-imshow-image-in-3d-in-matplotlib> on stackoverflow. Thanks Raj -- ########## Raj Kumar Manna Complex Fluid & Biological Physics Lab IIT Madras Ph. No.

Re: [Matplotlib-users] How to plot a 2d streamline in 3d view in matplotlib

2015-05-21 Thread Raj Kumar Manna
t; just psuedo-code, but it would look something like this: > > ``` > stream = ax.streamplot(..) > art3d.linecollection_2d_to_3d(stream.lines, ) > for p in stream.arrows: > art3d.patch_2d_to_3d(p, ...) > ``` > Again, I have no clue if this actually would work. I hav

[Matplotlib-users] How to plot a 2d streamline in 3d view in matplotlib

2015-05-21 Thread Raj Kumar Manna
d to extract streamlines and arrows from a 2d plot and then transform it to 3d data. How to transform this 2d streamline data to 3d data and plot using mplot3d? Thanks in advance. Raj -- ########## Raj Kumar Manna Complex Fluid & Biological