-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc] Add pcolor, contour, imshow to and other small changes #9394
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small comment after looking quickly to the PR. I know that something like
My title
===================
is valid RST, but it may be more pleasant to the eyes of most people to use
My title
========
:)
@@ -54,7 +88,7 @@ | |||
|
|||
.. _screenshots_path_demo: | |||
|
|||
Path demo | |||
Paths | |||
========= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that the current version is valid RST, but would it be possible to match the length of the '====' line with the line beyond?
@@ -168,10 +202,10 @@ | |||
|
|||
.. _screenshots_table_demo: | |||
|
|||
Table demo | |||
Tables | |||
========== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as before, but would it be possible to match the length of the '====' line with the line beyond?
@@ -349,7 +383,7 @@ | |||
|
|||
.. _screenshots_eeg_demo: | |||
|
|||
EEG demo | |||
EEG GUI | |||
========= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as before: would it be possible to match the length of the '====' line with the line beyond?
====== | ||
|
||
Matplotlib can display images (assuming equal-spaced, equal-aspect-ratio | ||
horizontal dimensions) using the :func:`~matplotlib.pyplot.imshow` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- you don't actually need equal aspect ratio
- something seems to be missing before or after "horizontal dimensions"?
Thanks a lot @jklymak ! |
@meeseeksdev backport to v2.1.0-doc |
Backport PR #9394 on branch v2.1.0-doc
PR Summary
imshow
,pcolor
, andcontour
to../tutorials/introductory/sample_plots.py
command
tofunction
Demo
from many of the titles.Redo of #9387 (sorry @anntzer, who already commented)
PR Checklist