@@ -261,25 +261,12 @@ setting in the right subplots.
261261
262262.. _howto-set-zorder :
263263
264- Control the depth of plot elements
265- ----------------------------------
266-
267- Within an axes, the order that the various lines, markers, text,
268- collections, etc appear is determined by the
269- :meth: `~matplotlib.artist.Artist.set_zorder ` property. The default
270- order is patches, lines, text, with collections of lines and
271- collections of patches appearing at the same level as regular lines
272- and patches, respectively::
273-
274- line, = ax.plot(x, y, zorder=10)
275-
276- .. only :: html
277-
278- See :doc: `/gallery/misc/zorder_demo ` for a complete example.
264+ Control the draw order of plot elements
265+ ---------------------------------------
279266
280- You can also use the Axes property
281- :meth: ` ~matplotlib.axes.Axes.set_axisbelow ` to control whether the grid
282- lines are placed above or below your other plot elements .
267+ The draw order of plot elements, and thus which elements will be on top, is
268+ determined by the ` ~.Artist.set_zorder ` property.
269+ See :doc: ` /gallery/misc/zorder_demo ` for a detailed description .
283270
284271.. _howto-axis-equal :
285272
0 commit comments