Bug in contour-plot with array channels and inset #1993
Unanswered
Hvass-Labs
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It's not a bug, it's just a different chart than what you expect. Try this option for example:
The two charts are different because they map different things: at the top, it's samples at certain locations, with associated values, and we're trying to interpolate the value across the whole chart. At the bottom, it's a regular array of pixels, all have a given value and there's no interpolation (or extrapolation for that matter). To clarify the role of extrapolation: when we extrapolate values defined from a straight-line edge, we expect to get this "smearing" pattern. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There seems to be a bug in the contour-plot when used with array-channels and an inset, where instead of having an empty space for the inset, the edges of the contour-plot get smeared, plus other artifacts.
Please have a look at this Notebook.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions