comparison doc/interpreter/genpropdoc.m @ 30665:bf28cc6f2f46

doc: Fix typo in cset 4c0c02102ba9
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 23 Jan 2022 20:35:47 +0100
parents 4c0c02102ba9
children 05a1b9a60efa
comparison
equal deleted inserted replaced
30664:88c7a53b8373 30665:bf28cc6f2f46
982 case "ylim" 982 case "ylim"
983 s.doc = "Two-element vector @code{[ymin ymax]} specifying the limits \ 983 s.doc = "Two-element vector @code{[ymin ymax]} specifying the limits \
984 for the y-axis. __modemsg__. @xref{XREFylim, , @w{ylim function}}."; 984 for the y-axis. __modemsg__. @xref{XREFylim, , @w{ylim function}}.";
985 s.valid = valid_2elvec; 985 s.valid = valid_2elvec;
986 986
987 case "xlimitmethod" 987 case "ylimitmethod"
988 s.doc = "Method used to determine the y axis limits when the \ 988 s.doc = "Method used to determine the y axis limits when the \
989 @code{xlimmode} property is @qcode{\"auto\"}. The default value, \ 989 @code{xlimmode} property is @qcode{\"auto\"}. The default value, \
990 @qcode{\"tickaligned\"} makes limits align with the closest ticks. With \ 990 @qcode{\"tickaligned\"} makes limits align with the closest ticks. With \
991 value @qcode{\"tight\"} the limits are adjusted to enclose all the graphics \ 991 value @qcode{\"tight\"} the limits are adjusted to enclose all the graphics \
992 objects in the axes, while with value @qcode{\"padded\"}, an additionnal \ 992 objects in the axes, while with value @qcode{\"padded\"}, an additionnal \
1029 case "zlim" 1029 case "zlim"
1030 s.doc = "Two-element vector @code{[zmin zmaz]} specifying the limits \ 1030 s.doc = "Two-element vector @code{[zmin zmaz]} specifying the limits \
1031 for the z-axis. __modemsg__. @xref{XREFzlim, , @w{zlim function}}."; 1031 for the z-axis. __modemsg__. @xref{XREFzlim, , @w{zlim function}}.";
1032 s.valid = valid_2elvec; 1032 s.valid = valid_2elvec;
1033 1033
1034 case "xlimitmethod" 1034 case "zlimitmethod"
1035 s.doc = "Method used to determine the z axis limits when the \ 1035 s.doc = "Method used to determine the z axis limits when the \
1036 @code{xlimmode} property is @qcode{\"auto\"}. The default value, \ 1036 @code{xlimmode} property is @qcode{\"auto\"}. The default value, \
1037 @qcode{\"tickaligned\"} makes limits align with the closest ticks. With \ 1037 @qcode{\"tickaligned\"} makes limits align with the closest ticks. With \
1038 value @qcode{\"tight\"} the limits are adjusted to enclose all the graphics \ 1038 value @qcode{\"tight\"} the limits are adjusted to enclose all the graphics \
1039 objects in the axes, while with value @qcode{\"padded\"}, an additionnal \ 1039 objects in the axes, while with value @qcode{\"padded\"}, an additionnal \