cheatsheets-2.png shows interpolation different for none vs None
See original GitHub issueIf you look at the imagine cheatsheets-2.png linked in the README.md: https://github.com/matplotlib/cheatsheets/blob/master/cheatsheets-2.png
in the interpolations image grid, the “none” version actually is using some sort of interpolation. This makes it seem like "none"
and None
are different, but they should not be.
When I run the interpolations.py
script locally
(https://github.com/matplotlib/cheatsheets/blob/master/scripts/interpolations.py) I get the following:
which has the correct top row.
The image in the repo should be updated.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
What is the difference between "is None" and "== None"
The answer is explained here. To quote: A class is free to implement comparison any way it chooses, and it can choose to...
Read more >Image.Interpolation.none | Apple Developer Documentation
A value that indicates a medium level of interpolation quality, between the low- and high-quality values.
Read more >Idea2IC.html
3) Cheat sheets for Analog IC Design An ongoing collection of Cheat Sheets. Details that have been critical to past IC designs. And...
Read more >Interpolation | Interpolation in Python to Fill Missing Values
Interpolation is a technique used to estimate unknown data points ... NaN values and try to fill missing values with different methods of ......
Read more >words.txt
1300 to 1291 and 1278 wiki 1275 the 1275 of 1270 this 1263 for 1255 ... sounds 210 september 210 prototype 210 plans...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, we can add quotes. But still, the “none” does not seem to be really consistent across viewers. Is it worth to mention it?
Might have been closed by #80. @timhoffm, please consider.