@@ -2645,8 +2645,7 @@ def grid(self, b=None, which='major', axis='both', **kwargs):
26452645 """
26462646 Turn the axes grids on or off.
26472647
2648- Set the axes grids on or off; *b* is a boolean. (For MATLAB
2649- compatibility, *b* may also be a string, 'on' or 'off'.)
2648+ Set the axes grids on or off; *b* is a boolean.
26502649
26512650 If *b* is *None* and ``len(kwargs)==0``, toggle the grid state. If
26522651 *kwargs* are supplied, it is assumed that you want a grid and *b*
@@ -2861,12 +2860,11 @@ def tick_params(self, axis='both', **kwargs):
28612860 zorder : float
28622861 Tick and label zorder.
28632862
2864- bottom, top, left, right : bool or {'on', 'off'}
2865- controls whether to draw the respective ticks.
2863+ bottom, top, left, right : bool
2864+ Whether to draw the respective ticks.
28662865
2867- labelbottom, labeltop, labelleft, labelright : bool or {'on', 'off'}
2868- controls whether to draw the
2869- respective tick labels.
2866+ labelbottom, labeltop, labelleft, labelright : bool
2867+ Whether to draw the respective tick labels.
28702868
28712869 labelrotation : float
28722870 Tick label rotation
0 commit comments