Skip to content

Cht add pcolormesh #91

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

Merged
merged 4 commits into from
Nov 17, 2021
Merged

Conversation

jklymak
Copy link
Member

@jklymak jklymak commented Nov 15, 2021

pcolormesh does not appear in the cheatsheet, yet it is often more useful than imshow. Suggest replacing xcorr (which is pretty obscure, and plotted in a digital manner, which is not how I've ever seen it done) with pcolormesh. One could argue that adding a stem plot instead of xcorr may be helpful, however if we did that I'd probably get rid of eventplot.

@jklymak jklymak force-pushed the cht-add-pcolormesh branch 2 times, most recently from dfe4f4c to bd6a6ca Compare November 15, 2021 12:57
@jklymak
Copy link
Member Author

jklymak commented Nov 15, 2021

New version:

cheatsheets.pdf
cheatsheets copy

@jklymak
Copy link
Member Author

jklymak commented Nov 15, 2021

I don't really understand why the trim trailing whitespace is failing...

@jimustafa
Copy link
Contributor

I don't really understand why the trim trailing whitespace is failing...

There are 4 space characters in line 14. Might have snuck in when pre-commit checks were not looking...

version: 2.1
orbs:
python: circleci/[email protected]
jobs:
build_docs:
docker:
- image: circleci/python:3.9
steps:
- checkout
- run:
command: echo "placeholder"
workflows:
main:
jobs:
- build_docs

Copy link
Member

@timhoffm timhoffm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that pcolormesh is more relevant than xcorr.

@timhoffm timhoffm merged commit aa80eee into matplotlib:master Nov 17, 2021
@jklymak jklymak deleted the cht-add-pcolormesh branch November 17, 2021 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants