Skip to content

[Doc]: Incorrect image caption in imshow() example #21320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fepegar opened this issue Oct 8, 2021 · 2 comments · Fixed by #21330
Closed

[Doc]: Incorrect image caption in imshow() example #21320

fepegar opened this issue Oct 8, 2021 · 2 comments · Fixed by #21330
Milestone

Comments

@fepegar
Copy link
Contributor

fepegar commented Oct 8, 2021

Documentation Link

https://matplotlib.org/stable/tutorials/introductory/sample_plots.html#images

Problem

The image caption reads

Example of using imshow() to display a CT scan

But the image seems to actually be an MRI.

Suggested improvement

Replace "CT scan" with "MRI".

I tried opening a PR, but can't find the source code anywhere!

Matplotlib Version

Matplotlib documentation version

3.4.3

@story645
Copy link
Member

story645 commented Oct 8, 2021

Here you go if you want to put in the PR

Example of using :func:`~matplotlib.pyplot.imshow` to display a CT scan

The url follows the documentation structure -> the source is in /tutorials/introductory/sample_plots.py

@fepegar
Copy link
Contributor Author

fepegar commented Oct 8, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants