andreww / MSAT

MATLAB Seismic Anisotropy Toolkit
http://www1.gly.bris.ac.uk/MSAT/
Other
42 stars 29 forks source link

MS_plot and MS_sphere need easy ways to change the scale #8

Closed andreww closed 11 years ago

andreww commented 11 years ago

So that we can easily compare two materials.

andreww commented 11 years ago

For MS_plot this is provided by 5e6be4fb388d00325c86114a247c6841a178af1d

Use: MS_plot(..., 'pcontours', [minval:spacing:maxval]) or MS_plot(..., 'scontours', [minval:spacing:maxval])

andreww commented 11 years ago

For MS_sphere this is provided by 6d1b1d728f1d53f0f80f3ddd68c497ad4c840d7b

Use: MS_sphere(C, r, 'S', 'contourbounds', minval, maxval)