Skip to content

Scaling of crystal shape plot in Matlab Figure #2236

Answered by zmichels
LCedrig asked this question in Ask Anything
Discussion options

You must be logged in to vote

Yah, I see now... even in the documentation, some of the figures are clipped out of frame.

add a zoom specification following the plot command... to zoom out and see the whole shape:

plot(cS,'colored')
zoom(.5)

Also... FWIW, there is a fancy quartz crystal shape that ships with mtex (and for some odd reason, it does not require the zoom to show the whole thing):

csq = crystalShape.quartz
plot(csq, 'colored')

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LCedrig
Comment options

Answer selected by LCedrig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants