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.
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
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