@@ -204,9 +204,6 @@ argument and has a method :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.set_proj_ty
204
204
The default option is ``'persp' `` as before, and supplying ``'ortho' `` enables
205
205
orthographic view.
206
206
207
- Example
208
- ~~~~~~~
209
-
210
207
Compare the z-axis which is vertical in orthographic view, but slightly skewed
211
208
in the perspective view.
212
209
@@ -271,8 +268,6 @@ and whether or not the bar will be filled by default depends on the value of
271
268
``True `` or ``False `` to unconditionally always or never use a filled patch
272
269
rectangle for the size bar.
273
270
274
- Example
275
- ~~~~~~~
276
271
277
272
.. plot ::
278
273
:include-source:
@@ -420,8 +415,6 @@ Bulk setting of tick label rotation is now possible via
420
415
:func: `~matplotlib.axis.Axis.set_tick_params ` using the ``rotation ``
421
416
keyword.
422
417
423
- Example
424
- ~~~~~~~
425
418
::
426
419
427
420
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``
436
429
to ``False ``.
437
430
438
431
439
- Example
440
- ~~~~~~~
441
432
.. plot ::
442
433
:include-source:
443
434
:align: center
@@ -474,8 +465,6 @@ A ``which`` parameter now exists for the method
474
465
default behavior will rotate and align the ``major `` tick labels.
475
466
476
467
477
- Example
478
- ~~~~~~~
479
468
::
480
469
481
470
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)
490
479
then the method will use the current figure retrieved by
491
480
:func: `~matplotlib.pyplot.gcf `.
492
481
493
- Example
494
- ~~~~~~~
482
+
495
483
::
496
484
497
485
subplot2grid(shape, loc, rowspan=1, colspan=1, fig=myfig)
0 commit comments