-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plotting.html
443 lines (437 loc) · 15.2 KB
/
Plotting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html xmlns:mwsh="http://www.mathworks.com/namespace/mcode/v1/syntaxhighlight.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Plotting (DocHelp Toolbox)
</title>
<!-- DOCNAME: DocHelp Toolbox -->
<meta name="chunktype" content="refpage">
<!-- CHUNKNAME: Plotting -->
<!-- HEADSTUFF: Plotting -->
<!-- HEADSTUFF -->
<meta name="refentity" content="method:Plotting">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="toctype" content="fcn">
<link rel="stylesheet" href="up.css"><script language="JavaScript" src="docscripts.js"></script></head>
<body><a name="top_of_page"></a><div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container"><a class="brand" href="/">MTEX Toolbox</a><ul class="nav">
<li><a href="/download.html">Downloads</a></li>
</ul>
<ul class="nav">
<li><a href="/documentation.html">Documentation</a></li>
</ul>
<ul class="nav">
<li><a href="/team.html">People</a></li>
</ul>
<ul class="nav">
<li><a href="/publications.html">Publications</a></li>
</ul>
<ul class="nav">
<li><a href="/support.html">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>Plotting</h1>
<div class="subheading">
<p>Explains different plot types and how to customize them, inlcuding annotations, spherical projections, color coding.</p>
</div>
<p>
<table class="ref" width="90%">
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('PlottingIntro_block','PlottingIntro_expandable_text');"
valign="top"
width="15">
<img id="PlottingIntro_expandable_text" src="arrow_right.gif" style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="PlottingIntro.html">Plotting Overview<td valign="top" width="75%">Overview over the plotting facilities of MTEX,
including annotations, plot types, color coding, combined plots and export of plots.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="PlottingIntro_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="PlottingIntro.html#3">Plotting in MTEX</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#4">Plot Types</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#5">Spherical Projections</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#6">Color Coding</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#7">Plot Annotations</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#8">Combined Plots</a>
</td>
</tr>
<tr>
<td>
<a href="PlottingIntro.html#9">Exporting Plots</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('Annotations_demo_block','Annotations_demo_expandable_text');"
valign="top"
width="15">
<img id="Annotations_demo_expandable_text" src="arrow_right.gif" style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="Annotations_demo.html">Annotations<td valign="top" width="75%">Explains how to add annotations to plots. This includes
colorbars, legends, specimen directions and crystal directions.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="Annotations_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="Annotations_demo.html#3">Colorbars</a>
</td>
</tr>
<tr>
<td>
<a href="Annotations_demo.html#6">Annotating Directions, Orientations, Fibres</a>
</td>
</tr>
<tr>
<td>
<a href="Annotations_demo.html#11">Legends</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('CombinedPlots_demo_block','CombinedPlots_demo_expandable_text');"
valign="top"
width="15">
<img id="CombinedPlots_demo_expandable_text" src="arrow_right.gif"
style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="CombinedPlots_demo.html">Combined Plots<td valign="top" width="75%">Explains how to combine several plots, e.g. plotting
on the top of an inverse pole figure some important crystal directions.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="CombinedPlots_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="CombinedPlots_demo.html#3">General Principle</a>
</td>
</tr>
<tr>
<td>
<a href="CombinedPlots_demo.html#4">Combine Different EBSD Data</a>
</td>
</tr>
<tr>
<td>
<a href="CombinedPlots_demo.html#8">Combine countoured pole figures (smooth ODF plots) with EBSD Data Scatter Plots</a>
</td>
</tr>
<tr>
<td>
<a href="CombinedPlots_demo.html#10">Add Miller Indices to an Inverse Pole Figure Plot</a>
</td>
</tr>
<tr>
<td>
<a href="CombinedPlots_demo.html#11">Combining different plots in one figure</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('PlotTypes_demo_block','PlotTypes_demo_expandable_text');"
valign="top"
width="15">
<img id="PlotTypes_demo_expandable_text" src="arrow_right.gif" style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="PlotTypes_demo.html">Plot Types<td valign="top" width="75%">Explains the different plot types, i.e., scatter plots,
contour plots, and line plots.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="PlotTypes_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="PlotTypes_demo.html#3">A Sample ODFs</a>
</td>
</tr>
<tr>
<td>
<a href="PlotTypes_demo.html#5">Scatter Plots</a>
</td>
</tr>
<tr>
<td>
<a href="PlotTypes_demo.html#10">Contour Plots</a>
</td>
</tr>
<tr>
<td>
<a href="PlotTypes_demo.html#11"> Filled Contour Plots</a>
</td>
</tr>
<tr>
<td>
<a href="PlotTypes_demo.html#12">Smooth Interpolated Plots</a>
</td>
</tr>
<tr>
<td>
<a href="PlotTypes_demo.html#13">Line Plots</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('SphericalProjection_demo_block','SphericalProjection_demo_expandable_text');"
valign="top"
width="15">
<img id="SphericalProjection_demo_expandable_text" src="arrow_right.gif"
style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="SphericalProjection_demo.html">Spherical Projections<td valign="top" width="75%">Explains the spherical projections
MTEX offers for plotting crystal and specimen directions, pole figures and ODF.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="SphericalProjection_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="SphericalProjection_demo.html#3">Introduction</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#4">Alignment of the Hemispheres</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#7">Alignment of the Coordinate Axes</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#9">Equal Area Projection (Schmidt Projection)</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#10">Equal Distance Projection</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#11">Stereographic Projection (Equal Angle Projection)</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#12">Plain Projection</a>
</td>
</tr>
<tr>
<td>
<a href="SphericalProjection_demo.html#13">Three-dimensional Plots</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('ColorCoding_demo_block','ColorCoding_demo_expandable_text');"
valign="top"
width="15">
<img id="ColorCoding_demo_expandable_text" src="arrow_right.gif" style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="ColorCoding_demo.html">Pole Figure Color Coding<td valign="top" width="75%">Explains how to control color coding
across multiple plots.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="ColorCoding_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="ColorCoding_demo.html#4">A sample ODFs and Simulated Pole Figure Data</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#5">Setting a Colormap</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#9">Tight Colorcoding</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#10">Equal Colorcoding</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#11">Setting an Explicit Colorrange</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#12">Setting the Contour Levels</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#13">Modifying the Color range After Plotting</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCoding_demo.html#14">Logarithmic Plots</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" width="15">
<div align="center">
<a href="#"
onClick="return toggleexpander('ColorCodingEBSD_demo_block','ColorCodingEBSD_demo_expandable_text');"
valign="top"
width="15">
<img id="ColorCodingEBSD_demo_expandable_text" src="arrow_right.gif"
style="border:0px"/></a>
</div>
</td>
<td valign="top" width="250px">
<a href="ColorCodingEBSD_demo.html">EBSD Color Coding<td valign="top" width="75%">Explains EBSD color coding.</td></a>
</td>
</tr>
<tr>
<td/>
<td colspan="2">
<div class="expander" id="ColorCodingEBSD_demo_block"
style="display:none; background:#e7ebf7; padding-left:2ex;">
<table>
<tr>
<td>
<a href="ColorCodingEBSD_demo.html#4">Colorcoding of orientations</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCodingEBSD_demo.html#5">Assigning the Euler angles to the RGB values</a>
</td>
</tr>
<tr>
<td>
<a href="ColorCodingEBSD_demo.html#10">Colorcoding according to inverse pole figure</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</p>
<p style="font-size:1px;"></p>
<table class="footer" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="baseline" align="right">DocHelp 0.1 beta</td>
</tr>
</table><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83346204-1', 'auto');
ga('send', 'pageview');
</script></div>
</body>
</html>