File: plot-axesproperties.texi

package info (click to toggle)
octave 4.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 94,200 kB
  • ctags: 52,925
  • sloc: cpp: 316,850; ansic: 43,469; fortran: 23,670; sh: 13,805; yacc: 8,204; objc: 7,939; lex: 3,631; java: 2,127; makefile: 1,746; perl: 1,022; awk: 988
file content (658 lines) | stat: -rw-r--r-- 19,226 bytes parent folder | download | duplicates (2)
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
@c DO NOT EDIT!  Generated automatically by genpropdoc.m.

@c Copyright (C) 2014-2015 Pantxo Diribarne
@c
@c This file is part of Octave.
@c
@c Octave is free software; you can redistribute it and/or modify it
@c under the terms of the GNU General Public License as published by the
@c Free Software Foundation; either version 3 of the License, or (at
@c your option) any later version.
@c
@c Octave is distributed in the hope that it will be useful, but WITHOUT
@c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@c FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
@c for more details.
@c
@c You should have received a copy of the GNU General Public License
@c along with Octave; see the file COPYING.  If not, see
@c <http://www.gnu.org/licenses/>.

@table @asis

@anchor{XREFaxes__modified__}
@cindex axes __modified__
@item @code{__modified__}: @qcode{"off"} | @{@qcode{"on"}@}



@anchor{XREFaxesactivepositionproperty}
@cindex axes activepositionproperty
@item @code{activepositionproperty}: @{@qcode{"outerposition"}@} | @qcode{"position"}



@anchor{XREFaxesalim}
@cindex axes alim
@item @code{alim}: def. @code{[0   1]}
Transparency is not yet implemented for axes objects.  @code{alim} is unused.


@anchor{XREFaxesalimmode}
@cindex axes alimmode
@item @code{alimmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesambientlightcolor}
@cindex axes ambientlightcolor
@item @code{ambientlightcolor}: def. @code{[1   1   1]}
Light is not yet implemented for axes objects.  @code{ambientlightcolor} is unused.


@anchor{XREFaxesbeingdeleted}
@cindex axes beingdeleted
@item @code{beingdeleted}: @{@qcode{"off"}@} | @qcode{"on"}



@anchor{XREFaxesbox}
@cindex axes box
@item @code{box}: @qcode{"off"} | @{@qcode{"on"}@}
Control whether the axes has a surrounding box.


@anchor{XREFaxesbusyaction}
@cindex axes busyaction
@item @code{busyaction}: @qcode{"cancel"} | @{@qcode{"queue"}@}



@anchor{XREFaxesbuttondownfcn}
@cindex axes buttondownfcn
@item @code{buttondownfcn}: string | function handle, def. @code{[](0x0)}



@anchor{XREFaxescameraposition}
@cindex axes cameraposition
@item @code{cameraposition}: three-element vector, def. @code{[0.50000   0.50000   9.16025]}



@anchor{XREFaxescamerapositionmode}
@cindex axes camerapositionmode
@item @code{camerapositionmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxescameratarget}
@cindex axes cameratarget
@item @code{cameratarget}: three-element vector, def. @code{[0.50000   0.50000   0.50000]}



@anchor{XREFaxescameratargetmode}
@cindex axes cameratargetmode
@item @code{cameratargetmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxescameraupvector}
@cindex axes cameraupvector
@item @code{cameraupvector}: three-element vector, def. @code{[-0   1   0]}



@anchor{XREFaxescameraupvectormode}
@cindex axes cameraupvectormode
@item @code{cameraupvectormode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxescameraviewangle}
@cindex axes cameraviewangle
@item @code{cameraviewangle}: scalar, def. @code{6.6086}



@anchor{XREFaxescameraviewanglemode}
@cindex axes cameraviewanglemode
@item @code{cameraviewanglemode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxeschildren}
@cindex axes children
@item @code{children} (read-only): vector of graphics handles, def. @code{[](0x1)}
Graphics handles of the axes's children.


@anchor{XREFaxesclim}
@cindex axes clim
@item @code{clim}: two-element vector, def. @code{[0   1]}
Define the limits for the color axis of image children.  Setting @code{clim} also forces the @code{climmode} property to be set to @qcode{"manual"}.  @xref{XREFpcolor, , @w{pcolor function}}.


@anchor{XREFaxesclimmode}
@cindex axes climmode
@item @code{climmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesclipping}
@cindex axes clipping
@item @code{clipping}: @qcode{"off"} | @{@qcode{"on"}@}
@code{clipping} is unused.


@anchor{XREFaxescolor}
@cindex axes color
@item @code{color}: colorspec, def. @code{[1   1   1]}
Color of the axes background.  @xref{Colors, , colorspec}.


@anchor{XREFaxescolororder}
@cindex axes colororder
@item @code{colororder}: N-by-3 RGB matrix, def. 7-by-3 double
RGB values used by plot function for automatic line coloring.


@anchor{XREFaxescreatefcn}
@cindex axes createfcn
@item @code{createfcn}: string | function handle, def. @code{[](0x0)}
Callback function executed immediately after axes has been created.  Function is set by using default property on root object, e.g., @code{set (0, "defaultaxescreatefcn", 'disp ("axes created!")')}.


@anchor{XREFaxescurrentpoint}
@cindex axes currentpoint
@item @code{currentpoint}: 2-by-3 matrix, def. 2-by-3 double
Matrix @code{[xf, yf, zf; xb, yb, zb]} which holds the coordinates (in axes data units) of the point over which the mouse pointer was when the mouse button was pressed.  If a mouse callback function is defined, @code{currentpoint} holds the pointer coordinates at the time the mouse button was pressed.  For 3-D plots, the first row of the returned matrix specifies the point nearest to the current camera position and the second row the furthest point.  The two points forms a line which is perpendicular to the screen.


@anchor{XREFaxesdataaspectratio}
@cindex axes dataaspectratio
@item @code{dataaspectratio}: three-element vector, def. @code{[1   1   1]}
Specify the relative height and width of the data displayed in the axes.  Setting @code{dataaspectratio} to @w{@code{[1, 2]}} causes the length of one unit as displayed on the x-axis to be the same as the length of 2 units on the y-axis.  Setting @code{dataaspectratio} also forces the @code{dataaspectratiomode} property to be set to @qcode{"manual"}.


@anchor{XREFaxesdataaspectratiomode}
@cindex axes dataaspectratiomode
@item @code{dataaspectratiomode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesdeletefcn}
@cindex axes deletefcn
@item @code{deletefcn}: string | function handle, def. @code{[](0x0)}
Callback function executed immediately before axes is deleted.


@anchor{XREFaxesdrawmode}
@cindex axes drawmode
@item @code{drawmode}: @qcode{"fast"} | @{@qcode{"normal"}@}



@anchor{XREFaxesfontangle}
@cindex axes fontangle
@item @code{fontangle}: @qcode{"italic"} | @{@qcode{"normal"}@} | @qcode{"oblique"}



@anchor{XREFaxesfontname}
@cindex axes fontname
@item @code{fontname}: string, def. @qcode{"*"}
Name of the font used for axes annotations.


@anchor{XREFaxesfontsize}
@cindex axes fontsize
@item @code{fontsize}: scalar, def. @code{10}
Size of the font used for axes annotations.  @xref{XREFaxesfontunits, , @w{fontunits property}}.


@anchor{XREFaxesfontunits}
@cindex axes fontunits
@item @code{fontunits}: @qcode{"centimeters"} | @qcode{"inches"} | @qcode{"normalized"} | @qcode{"pixels"} | @{@qcode{"points"}@}
Unit used to interpret @code{fontsize} property.


@anchor{XREFaxesfontweight}
@cindex axes fontweight
@item @code{fontweight}: @qcode{"bold"} | @qcode{"demi"} | @qcode{"light"} | @{@qcode{"normal"}@}



@anchor{XREFaxesgridlinestyle}
@cindex axes gridlinestyle
@item @code{gridlinestyle}: @qcode{"-"} | @qcode{"--"} | @qcode{"-."} | @{@qcode{":"}@} | @qcode{"none"}



@anchor{XREFaxeshandlevisibility}
@cindex axes handlevisibility
@item @code{handlevisibility}: @qcode{"callback"} | @qcode{"off"} | @{@qcode{"on"}@}
If @code{handlevisibility} is @qcode{"off"}, the axes's handle is not visible in its parent's "children" property.


@anchor{XREFaxeshittest}
@cindex axes hittest
@item @code{hittest}: @qcode{"off"} | @{@qcode{"on"}@}



@anchor{XREFaxesinterpreter}
@cindex axes interpreter
@item @code{interpreter}: @qcode{"latex"} | @{@qcode{"none"}@} | @qcode{"tex"}



@anchor{XREFaxesinterruptible}
@cindex axes interruptible
@item @code{interruptible}: @qcode{"off"} | @{@qcode{"on"}@}



@anchor{XREFaxeslayer}
@cindex axes layer
@item @code{layer}: @{@qcode{"bottom"}@} | @qcode{"top"}
Control whether the axes is drawn below child graphics objects (ticks, labels, etc. covered by plotted objects) or above.


@anchor{XREFaxeslinestyleorder}
@cindex axes linestyleorder
@item @code{linestyleorder}: def. @qcode{"-"}



@anchor{XREFaxeslinewidth}
@cindex axes linewidth
@item @code{linewidth}: def. @code{0.50000}



@anchor{XREFaxesminorgridlinestyle}
@cindex axes minorgridlinestyle
@item @code{minorgridlinestyle}: @qcode{"-"} | @qcode{"--"} | @qcode{"-."} | @{@qcode{":"}@} | @qcode{"none"}



@anchor{XREFaxesmousewheelzoom}
@cindex axes mousewheelzoom
@item @code{mousewheelzoom}: scalar in the range (0, 1), def. @code{0.50000}
Fraction of axes limits to zoom for each wheel movement.


@anchor{XREFaxesnextplot}
@cindex axes nextplot
@item @code{nextplot}: @qcode{"add"} | @{@qcode{"replace"}@} | @qcode{"replacechildren"}



@anchor{XREFaxesouterposition}
@cindex axes outerposition
@item @code{outerposition}: four-element vector, def. @code{[0   0   1   1]}
Specify the position of the plot including titles, axes, and legend.  The four elements of the vector are the coordinates of the lower left corner and width and height of the plot, in units normalized to the width and height of the plot window.  For example, @code{[0.2, 0.3, 0.4, 0.5]} sets the lower left corner of the axes at @math{(0.2, 0.3)} and the width and height to be 0.4 and 0.5 respectively.  @xref{XREFaxesposition, , @w{position property}}.


@anchor{XREFaxesparent}
@cindex axes parent
@item @code{parent}: graphics handle
Handle of the parent graphics object.


@anchor{XREFaxesplotboxaspectratio}
@cindex axes plotboxaspectratio
@item @code{plotboxaspectratio}: def. @code{[1   1   1]}



@anchor{XREFaxesplotboxaspectratiomode}
@cindex axes plotboxaspectratiomode
@item @code{plotboxaspectratiomode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesposition}
@cindex axes position
@item @code{position}: four-element vector, def. @code{[0.13000   0.11000   0.77500   0.81500]}
Specify the position of the plot excluding titles, axes, and legend.  The four elements of the vector are the coordinates of the lower left corner and width and height of the plot, in units normalized to the width and height of the plot window.  For example, @code{[0.2, 0.3, 0.4, 0.5]} sets the lower left corner of the axes at @math{(0.2, 0.3)} and the width and height to be 0.4 and 0.5 respectively.  @xref{XREFaxesouterposition, , @w{outerposition property}}.


@anchor{XREFaxesprojection}
@cindex axes projection
@item @code{projection}: @{@qcode{"orthographic"}@} | @qcode{"perspective"}



@anchor{XREFaxesselected}
@cindex axes selected
@item @code{selected}: @{@qcode{"off"}@} | @qcode{"on"}



@anchor{XREFaxesselectionhighlight}
@cindex axes selectionhighlight
@item @code{selectionhighlight}: @qcode{"off"} | @{@qcode{"on"}@}



@anchor{XREFaxestag}
@cindex axes tag
@item @code{tag}: string, def. @qcode{""}
A user-defined string to label the graphics object.


@anchor{XREFaxestickdir}
@cindex axes tickdir
@item @code{tickdir}: @{@qcode{"in"}@} | @qcode{"out"}
Control whether axes tick marks project "in" to the plot box or "out".


@anchor{XREFaxestickdirmode}
@cindex axes tickdirmode
@item @code{tickdirmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesticklength}
@cindex axes ticklength
@item @code{ticklength}: two-element vector, def. @code{[0.010000   0.025000]}
Two-element vector @code{[2Dlen 3Dlen]} specifying the length of the tickmarks relative to the longest visible axis.


@anchor{XREFaxestightinset}
@cindex axes tightinset
@item @code{tightinset} (read-only): def. @code{[0.042857   0.038106   0.000000   0.023810]}



@anchor{XREFaxestitle}
@cindex axes title
@item @code{title}: graphics handle
Graphics handle of the title text object.


@anchor{XREFaxestype}
@cindex axes type
@item @code{type} (read-only): string
Class name of the graphics object.  @code{type} is always @qcode{"axes"}


@anchor{XREFaxesuicontextmenu}
@cindex axes uicontextmenu
@item @code{uicontextmenu}: graphics handle, def. @code{[](0x0)}
Graphics handle of the uicontextmenu object that is currently associated to this axes object.


@anchor{XREFaxesunits}
@cindex axes units
@item @code{units}: @qcode{"centimeters"} | @qcode{"characters"} | @qcode{"inches"} | @{@qcode{"normalized"}@} | @qcode{"pixels"} | @qcode{"points"}



@anchor{XREFaxesuserdata}
@cindex axes userdata
@item @code{userdata}: Any Octave data, def. @code{[](0x0)}
User-defined data to associate with the graphics object.


@anchor{XREFaxesview}
@cindex axes view
@item @code{view}: two-element vector, def. @code{[0   90]}
Two-element vector @code{[azimuth elevation]} specifying the viewpoint for three-dimensional plots


@anchor{XREFaxesvisible}
@cindex axes visible
@item @code{visible}: @qcode{"off"} | @{@qcode{"on"}@}
If @code{visible} is @qcode{"off"}, the axes is not rendered on screen.


@anchor{XREFaxesxaxislocation}
@cindex axes xaxislocation
@item @code{xaxislocation}: @{@qcode{"bottom"}@} | @qcode{"top"} | @qcode{"zero"}



@anchor{XREFaxesxcolor}
@cindex axes xcolor
@item @code{xcolor}: @{colorspec@} | @qcode{"none"}, def. @code{[0   0   0]}
Color of the x-axis.  @xref{Colors, , colorspec}.


@anchor{XREFaxesxdir}
@cindex axes xdir
@item @code{xdir}: @{@qcode{"normal"}@} | @qcode{"reverse"}



@anchor{XREFaxesxgrid}
@cindex axes xgrid
@item @code{xgrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether major x grid lines are displayed.


@anchor{XREFaxesxlabel}
@cindex axes xlabel
@item @code{xlabel}: graphics handle
Graphics handle of the x label text object.


@anchor{XREFaxesxlim}
@cindex axes xlim
@item @code{xlim}: two-element vector, def. @code{[0   1]}
Two-element vector @code{[xmin xmax]} specifying the limits for the x-axis.  Setting @code{xlim} also forces the @code{xlimmode} property to be set to @qcode{"manual"}.  @xref{XREFxlim, , @w{xlim function}}.


@anchor{XREFaxesxlimmode}
@cindex axes xlimmode
@item @code{xlimmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesxminorgrid}
@cindex axes xminorgrid
@item @code{xminorgrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether minor x grid lines are displayed.


@anchor{XREFaxesxminortick}
@cindex axes xminortick
@item @code{xminortick}: @{@qcode{"off"}@} | @qcode{"on"}



@anchor{XREFaxesxscale}
@cindex axes xscale
@item @code{xscale}: @{@qcode{"linear"}@} | @qcode{"log"}



@anchor{XREFaxesxtick}
@cindex axes xtick
@item @code{xtick}: vector
Position of x tick marks.  Setting @code{xtick} also forces the @code{xtickmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxesxticklabel}
@cindex axes xticklabel
@item @code{xticklabel}: string | cell array of strings, def. 1-by-6 cell
Labels of x tick marks.  Setting @code{xticklabel} also forces the @code{xticklabelmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxesxticklabelmode}
@cindex axes xticklabelmode
@item @code{xticklabelmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesxtickmode}
@cindex axes xtickmode
@item @code{xtickmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesyaxislocation}
@cindex axes yaxislocation
@item @code{yaxislocation}: @{@qcode{"left"}@} | @qcode{"right"} | @qcode{"zero"}



@anchor{XREFaxesycolor}
@cindex axes ycolor
@item @code{ycolor}: @{colorspec@} | @qcode{"none"}, def. @code{[0   0   0]}
Color of the y-axis.  @xref{Colors, , colorspec}.


@anchor{XREFaxesydir}
@cindex axes ydir
@item @code{ydir}: @{@qcode{"normal"}@} | @qcode{"reverse"}



@anchor{XREFaxesygrid}
@cindex axes ygrid
@item @code{ygrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether major y grid lines are displayed.


@anchor{XREFaxesylabel}
@cindex axes ylabel
@item @code{ylabel}: graphics handle
Graphics handle of the y label text object.


@anchor{XREFaxesylim}
@cindex axes ylim
@item @code{ylim}: two-element vector, def. @code{[0   1]}
Two-element vector @code{[ymin ymax]} specifying the limits for the y-axis.  Setting @code{ylim} also forces the @code{ylimmode} property to be set to @qcode{"manual"}.  @xref{XREFylim, , @w{ylim function}}.


@anchor{XREFaxesylimmode}
@cindex axes ylimmode
@item @code{ylimmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesyminorgrid}
@cindex axes yminorgrid
@item @code{yminorgrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether minor y grid lines are displayed.


@anchor{XREFaxesyminortick}
@cindex axes yminortick
@item @code{yminortick}: @{@qcode{"off"}@} | @qcode{"on"}



@anchor{XREFaxesyscale}
@cindex axes yscale
@item @code{yscale}: @{@qcode{"linear"}@} | @qcode{"log"}



@anchor{XREFaxesytick}
@cindex axes ytick
@item @code{ytick}: vector
Position of y tick marks.  Setting @code{ytick} also forces the @code{ytickmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxesyticklabel}
@cindex axes yticklabel
@item @code{yticklabel}: string | cell array of strings, def. 1-by-6 cell
Labels of y tick marks.  Setting @code{yticklabel} also forces the @code{yticklabelmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxesyticklabelmode}
@cindex axes yticklabelmode
@item @code{yticklabelmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesytickmode}
@cindex axes ytickmode
@item @code{ytickmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxeszcolor}
@cindex axes zcolor
@item @code{zcolor}: @{colorspec@} | @qcode{"none"}, def. @code{[0   0   0]}
Color of the z-axis.  @xref{Colors, , colorspec}.


@anchor{XREFaxeszdir}
@cindex axes zdir
@item @code{zdir}: @{@qcode{"normal"}@} | @qcode{"reverse"}



@anchor{XREFaxeszgrid}
@cindex axes zgrid
@item @code{zgrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether major z grid lines are displayed.


@anchor{XREFaxeszlabel}
@cindex axes zlabel
@item @code{zlabel}: graphics handle
Graphics handle of the z label text object.


@anchor{XREFaxeszlim}
@cindex axes zlim
@item @code{zlim}: two-element vector, def. @code{[0   1]}
Two-element vector @code{[zmin zmaz]} specifying the limits for the z-axis.  Setting @code{zlim} also forces the @code{zlimmode} property to be set to @qcode{"manual"}.  @xref{XREFzlim, , @w{zlim function}}.


@anchor{XREFaxeszlimmode}
@cindex axes zlimmode
@item @code{zlimmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxeszminorgrid}
@cindex axes zminorgrid
@item @code{zminorgrid}: @{@qcode{"off"}@} | @qcode{"on"}
Control whether minor z grid lines are displayed.


@anchor{XREFaxeszminortick}
@cindex axes zminortick
@item @code{zminortick}: @{@qcode{"off"}@} | @qcode{"on"}



@anchor{XREFaxeszscale}
@cindex axes zscale
@item @code{zscale}: @{@qcode{"linear"}@} | @qcode{"log"}



@anchor{XREFaxesztick}
@cindex axes ztick
@item @code{ztick}: vector
Position of z tick marks.  Setting @code{ztick} also forces the @code{ztickmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxeszticklabel}
@cindex axes zticklabel
@item @code{zticklabel}: string | cell array of strings, def. 1-by-6 cell
Labels of z tick marks.  Setting @code{zticklabel} also forces the @code{zticklabelmode} property to be set to @qcode{"manual"}.


@anchor{XREFaxeszticklabelmode}
@cindex axes zticklabelmode
@item @code{zticklabelmode}: @{@qcode{"auto"}@} | @qcode{"manual"}



@anchor{XREFaxesztickmode}
@cindex axes ztickmode
@item @code{ztickmode}: @{@qcode{"auto"}@} | @qcode{"manual"}


@end table