@@ -276,7 +276,7 @@ The following changes were made to the default behavior of
276276`~matplotlib.axes.Axes.scatter `
277277
278278- The default size of the elements in a scatter plot is now based on
279- the rcParam `` lines.markersize ` ` so it is consistent with ``plot(X,
279+ :rc: ` lines.markersize ` so it is consistent with ``plot(X,
280280 Y, 'o') ``. The old value was 20, and the new value is 36 (6^2).
281281- Scatter markers no longer have a black edge.
282282- If the color of the markers is not specified it will follow the
@@ -643,7 +643,7 @@ Hatching
643643The color of the lines in the hatch is now determined by
644644
645645- If an edge color is explicitly set, use that for the hatch color
646- - If the edge color is not explicitly set, use `` rcParam[' hatch.color'] ` ` which
646+ - If the edge color is not explicitly set, use :rc: ` hatch.color ` which
647647 is looked up at artist creation time.
648648
649649The width of the lines in a hatch pattern is now configurable by the
@@ -948,8 +948,8 @@ sets the view limits to 5% wider than the data range.
948948
949949The size of the padding in the x and y directions is controlled by the
950950``'axes.xmargin' `` and ``'axes.ymargin' `` rcParams respectively. Whether
951- the view limits should be 'round numbers' is controlled by the
952- `` ' axes.autolimit_mode' `` rcParam . In the original ``'round_number' `` mode,
951+ the view limits should be 'round numbers' is controlled by
952+ :rc: ` axes.autolimit_mode ` . In the original ``'round_number' `` mode,
953953the view limits coincide with ticks.
954954
955955The previous default can be restored by using::
@@ -1132,7 +1132,7 @@ but cannot be controlled independently via ``rcParams``.
11321132
11331133With the default of ``rcParams['axes.formatter.useoffset'] = True ``,
11341134an offset will be used when it will save 4 or more digits. This can
1135- be controlled with the new rcParam, `` axes.formatter.offset_threshold ` `.
1135+ be controlled with the new :rc: ` axes.formatter.offset_threshold `.
11361136To restore the previous behavior of using an offset to save 2 or more
11371137digits, use ``rcParams['axes.formatter.offset_threshold'] = 2 ``.
11381138
0 commit comments