Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94d985a

Browse files
STY: Apply end-of-file-fixer pre-commit hook
1 parent 7e04925 commit 94d985a

37 files changed

+24
-37
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ jobs:
305305
pinned: false
306306
close-previous: false
307307
env:
308-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
308+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

LICENSE/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ products or services of Licensee, or any third party.
9696

9797
8. By copying, installing or otherwise using matplotlib,
9898
Licensee agrees to be bound by the terms and conditions of this License
99-
Agreement.
99+
Agreement.

LICENSE/LICENSE_BAKOMA

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@
3737

3838
3939
40-

LICENSE/LICENSE_CARLOGO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ TERMINATION
4242
This license becomes null and void if any of the above conditions are not met.
4343

4444
DISCLAIMER
45-
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
45+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

LICENSE/LICENSE_COURIERTEN

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ is acknowledged as shown below on all unmodified copies of the 4 Charter
1515
Type 1 fonts.
1616

1717
BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
18-

LICENSE/LICENSE_STIX

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ material breach of the Terms and Conditions herein by licensee.
6868
MicroPress Inc. for the STI Pub Companies. To obtain additional
6969
mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow
7070
Street, Forest Hills, NY 11375, USA - Phone: (718) 575-1816.
71-

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,3 @@ For more information, please visit `the informational page
116116
<https://sustainable-open-science-and-software.github.io/>`__ or download the
117117
`participant information sheet
118118
<https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf>`__.
119-

doc/_static/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ contour_frontpage.png
22
histogram_frontpage.png
33
membrane_frontpage.png
44
surface3d_frontpage.png
5-

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"name": "2.2",
2020
"version": "2.2.4"
2121
},
22-
]
22+
]

doc/api/_enums_api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
.. autoclass:: CapStyle
1313
:members: demo
1414
:exclude-members: butt, round, projecting, input_description
15-

doc/api/lines_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Functions
2626
:template: autosummary.rst
2727

2828
segment_hits
29-
29+

doc/api/next_api_changes/behavior/22639-RA.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ MacOSX backend to use sRGB instead of GenericRGB colorspace
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
MacOSX backend now display sRGB tagged image instead of GenericRGB which is
44
an older (now deprecated) Apple colorspace. This is the source colorspace
5-
used by ColorSync to convert to the current display profile.
5+
used by ColorSync to convert to the current display profile.

doc/api/next_api_changes/behavior/22691-JMK.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ QuadMesh mouseover defaults to False
33

44
New in 3.5, `.QuadMesh.get_cursor_data` allows display of data values
55
under the cursor. However, this can be very slow for large meshes, so
6-
by `.QuadMesh.set_mouseover` defaults to *False*.
6+
by `.QuadMesh.set_mouseover` defaults to *False*.

doc/api/next_api_changes/deprecations/22133-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
The modules ``matplotlib.AFM``, ``matplotlib.configfont_pattern``, and
55
``matplotlib.Type1Font`` are considered internal and public access is
6-
deprecated.
6+
deprecated.

doc/api/next_api_changes/deprecations/22134-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Modules ``tight_bbox`` and ``tight_layout`` deprecated
22
------------------------------------------------------
33

44
The modules ``matplotlib.tight_bbox`` and ``matplotlib.tight_layout`` are
5-
considered internal and public access is deprecated.
5+
considered internal and public access is deprecated.

doc/api/next_api_changes/deprecations/22268-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ is deprecated.
77

88
For ``is_close_to_int`` use ``math.isclose(x, round(x))`` instead.
99
For ``is_decade`` use
10-
``y = numpy.log(x)/numpy.log(base); numpy.isclose(y, numpy.round(y))``
10+
``y = numpy.log(x)/numpy.log(base); numpy.isclose(y, numpy.round(y))``

doc/api/next_api_changes/deprecations/22345-JK.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The methods `~.Figure.set_constrained_layout_pads` and
1111
`~.Figure.get_constrained_layout_pads` are will be deprecated in favor of
1212
``figure.get_layout_engine().set()`` and
1313
``figure.get_layout_engine().get()``, and currently emit a
14-
``PendingDeprecationWarning``.
14+
``PendingDeprecationWarning``.

doc/api/next_api_changes/development/22205-ES.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ being bumped:
1313

1414
This is consistent with our :ref:`min_deps_policy` and `NEP29
1515
<https://numpy.org/neps/nep-0029-deprecation_policy.html>`__
16-

doc/api/next_api_changes/removals/21980-CC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Removed loaded modules logging
33

44
The list of currently loaded modules is no longer logged at the DEBUG level at Matplotlib import time,
55
because it can produce extensive output and make other valuable DEBUG statements difficult to find.
6-
If you were relying on this please arrange for your own logging (the built-in `sys.modules` can be used to get the currently loaded modules).
6+
If you were relying on this please arrange for your own logging (the built-in `sys.modules` can be used to get the currently loaded modules).

doc/api/next_api_changes/removals/22516-OG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ be used as a replacement.
1717

1818
In the WX backend, the property ``IDLE_DELAY`` is removed. In addition, the
1919
parameter ``origin`` of ``gui_repaint()`` is removed, as well as the method
20-
``get_canvas()``. No replacements are provided.
20+
``get_canvas()``. No replacements are provided.

doc/api/toolkits/mplot3d/faq.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ Work is being done to eliminate this issue. For matplotlib v1.1.0, there is
4949
a semi-official manner to modify these parameters. See the note in the
5050
:mod:`.mplot3d.axis3d` section of the mplot3d API documentation for
5151
more information.
52-

doc/api/transformations.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
interval_contains, interval_contains_open
1616
:show-inheritance:
1717
:special-members:
18-

doc/devel/style_guide.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,3 @@ resources contain common best practices for writing documentation.
406406
* `Google Developer Style Guide <https://developers.google.com/style>`_
407407
* `IBM Style Guide <https://www.oreilly.com/library/view/the-ibm-style/9780132118989/>`_
408408
* `Red Hat Style Guide <https://stylepedia.net/style/#grammar>`_
409-

doc/devel/testing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,3 @@ The test discovery scope can be narrowed to single test modules or even single
256256
functions::
257257

258258
python -m pytest --pyargs matplotlib.tests.test_simplification.py::test_clipping
259-

doc/missing-references.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,4 +1107,4 @@
11071107
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_ylim3d:24"
11081108
]
11091109
}
1110-
}
1110+
}

doc/users/next_whats_new/inset_axes_improvements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Axes.inset_axes Flexibility
33

44
`matplotlib.axes.Axes.inset_axes` now accepts the *projection*, *polar* and
55
*axes_class* keyword arguments, so that subclasses of `matplotlib.axes.Axes` may
6-
be returned.
6+
be returned.

doc/users/next_whats_new/layout_engine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ New ``layout_engine`` module
44
Matplotlib ships with ``tight_layout`` and ``constrained_layout`` layout
55
engines. A new ``layout_engine`` module is provided to allow downstream
66
libraries to write their own layout engines and `~.figure.Figure` objects can
7-
now take a `.LayoutEngine` subclass as an argument to the *layout* parameter.
7+
now take a `.LayoutEngine` subclass as an argument to the *layout* parameter.

doc/users/next_whats_new/list_font_names.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ available font names in matplotlib with:
77
.. code-block:: python
88
99
from matplotlib import font_manager
10-
font_manager.get_font_names()
10+
font_manager.get_font_names()

doc/users/next_whats_new/modify_stairs_fill_edge_behaviour.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edge by setting edgecolor="none". Calling ``set_color()``
66
on the Patch after would make the Patch appear larger.
77
Updated treatment prevents this. Likewise calling
88
``stairs(..., fill=True, lw=3)`` will behave more
9-
transparently.
9+
transparently.

doc/users/next_whats_new/windows_arm64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Preliminary support for windows on arm64 target added.
55

66
Matplotlib for windows/arm64 requires FreeType 2.11 or above.
77

8-
No binary wheels are available yet but can be built from source.
8+
No binary wheels are available yet but can be built from source.

lib/matplotlib/backends/web_backend/css/page.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ span#login_widget {
8080
margin: 10px;
8181
vertical-align: top;
8282
}
83-

lib/matplotlib/tests/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ the Testing section of the Matplotlib Developers’ Guide:
66

77
* https://matplotlib.org/devel/testing.html
88
* <mpl_source_dir>/doc/devel/coding_guide.rst (equivalent, but in reST format)
9-

plot_types/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Overview of many common plotting commands in Matplotlib.
99

1010
Note that we have stripped all labels, but they are present by default.
1111
See the `gallery <../gallery/index.html>`_ for many more examples and
12-
the `tutorials page <../tutorials/index.html>`_ for longer examples.
12+
the `tutorials page <../tutorials/index.html>`_ for longer examples.

plot_types/arrays/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Plots of arrays and fields
44
--------------------------
55

6-
Plotting for arrays of data ``Z(x, y)`` and fields ``U(x, y), V(x, y)``.
6+
Plotting for arrays of data ``Z(x, y)`` and fields ``U(x, y), V(x, y)``.

plot_types/basic/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Basic
44
-----
55

6-
Basic plot types, usually y versus x.
6+
Basic plot types, usually y versus x.

plot_types/stats/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Statistics plots
44
----------------
55

6-
Plots for statistical analysis.
6+
Plots for statistical analysis.

plot_types/unstructured/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Unstructured coordinates
66
Sometimes we collect data ``z`` at coordinates ``(x,y)`` and want to visualize
77
as a contour. Instead of gridding the data and then using
88
`~.axes.Axes.contour`, we can use a triangulation algorithm and fill the
9-
triangles.
9+
triangles.

0 commit comments

Comments
 (0)