@@ -204,9 +204,6 @@ argument and has a method :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.set_proj_ty
204204The default option is ``'persp' `` as before, and supplying ``'ortho' `` enables
205205orthographic view.
206206
207- Example
208- ~~~~~~~
209-
210207Compare the z-axis which is vertical in orthographic view, but slightly skewed
211208in the perspective view.
212209
@@ -271,8 +268,6 @@ and whether or not the bar will be filled by default depends on the value of
271268``True `` or ``False `` to unconditionally always or never use a filled patch
272269rectangle for the size bar.
273270
274- Example
275- ~~~~~~~
276271
277272.. plot ::
278273 :include-source:
@@ -420,8 +415,6 @@ Bulk setting of tick label rotation is now possible via
420415:func: `~matplotlib.axis.Axis.set_tick_params ` using the ``rotation ``
421416keyword.
422417
423- Example
424- ~~~~~~~
425418::
426419
427420 ax.xaxis.set_tick_params(which='both', rotation=90)
@@ -436,8 +429,6 @@ remains to shade the bars, but now users have the option of setting ``shade``
436429to ``False ``.
437430
438431
439- Example
440- ~~~~~~~
441432.. plot ::
442433 :include-source:
443434 :align: center
@@ -474,8 +465,6 @@ A ``which`` parameter now exists for the method
474465default behavior will rotate and align the ``major `` tick labels.
475466
476467
477- Example
478- ~~~~~~~
479468::
480469
481470 fig.autofmt_xdate(bottom=0.2, rotation=30, ha='right', which='minor')
@@ -490,8 +479,7 @@ figure where the subplots will be created. If ``fig`` is ``None`` (default)
490479then the method will use the current figure retrieved by
491480:func: `~matplotlib.pyplot.gcf `.
492481
493- Example
494- ~~~~~~~
482+
495483::
496484
497485 subplot2grid(shape, loc, rowspan=1, colspan=1, fig=myfig)
0 commit comments