We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71688 commit 2c01f4dCopy full SHA for 2c01f4d
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu, macos]
21
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
intro/matplotlib/index.rst
@@ -1126,7 +1126,7 @@ from within a python session:
1126
::
1127
1128
>>> import matplotlib.pyplot as plt
1129
- >>> help(plt.plot)
+ >>> help(plt.plot) # doctest: +SKIP
1130
Help on function plot in module matplotlib.pyplot:
1131
<BLANKLINE>
1132
plot(*args: ...) -> 'list[Line2D]'
0 commit comments