rotate of a contourf contourplot
Mostrar comentarios más antiguos
Hi,
I would like to plot my contourf plot in the xz plane instead of the xy plane. Before (matlab2014a) I extracted the patches of the plot and swapped the X,Y,Z data of the patches accordingly.
However in more recent versions of Matlab I cannot access the patches anymore. Therefore I tried something as:
[~,h]=countourf(...); dir=[1,0,0]; rotate(h,dir,90);
This works for a surf graphics object, but not for a contourf graphics object, but it doesn't raise an exception either.
What could be a workaround?
Thank you in advance!
Kind regards, bvrm
Respuestas (1)
Brecht
el 6 de Abr. de 2018
0 votos
Categorías
Más información sobre Lighting, Transparency, and Shading en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!