Replies: 1 comment 2 replies
-
Hi @Hohniker thanks for bringing this up. We'll add an option to transpose plots in a future release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way in Tidy3D plotting to change which direction is considered vertical and which is horizontal? For example sim.plot(x=0) gives a plot of the cross section of a waveguide with the z-axis vertical and y-axis horizontal, resulting in an annoying "sideways" waveguide. I'm working with anisotropic materials, and I'd prefer not to bandaid this problem by renaming axes.
I'm hoping for a syntax akin to sim.plot(x=0, z='x', y = 'y') - but this doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions