Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d40a84

Browse filesBrowse files
committed
DOC: remove all whats new 'Example' sub-headings
1 parent 6d89c85 commit 8d40a84
Copy full SHA for 8d40a84

File tree

Expand file treeCollapse file tree

1 file changed

+1
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-13
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+1-13Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ argument and has a method :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.set_proj_ty
204204
The default option is ``'persp'`` as before, and supplying ``'ortho'`` enables
205205
orthographic view.
206206

207-
Example
208-
~~~~~~~
209-
210207
Compare the z-axis which is vertical in orthographic view, but slightly skewed
211208
in 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
272269
rectangle 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``
421416
keyword.
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``
436429
to ``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
474465
default 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)
490479
then 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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.