Question: Cylindrical fieldplot3d

Hi,

I am missing two options in the "fieldplot3d" command, which I am using in cylindrical coordinates: one is "style=contour" and the other is "axes=cylindrical" where apparently only the "axes=boxed" option as available.
Any ideas how I can get this?

Or can I show a polar plane at one end of the cylinder? like in the post:
http://www.mapleprimes.com/questions/38553-Plot-3D-Cylindrical-Coordinates


this is my plot:

with(plots):with(VectorCalculus):
SetCoordinates(cylindrical[r,phi,z]):
fld := VectorField(<r,z,phi>);
fieldplot3d(fld,0..1,0..2*Pi,0..1, lightmodel=light2,axes=boxed,thickness=2);

many thanks.



Please Wait...