<div dir="ltr">It may be worth adding a note to the example as to why this distinction exists?  Right now it's a bit "magical"...<div>Antony</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-26 10:47 GMT-07:00 Eric Firing <span dir="ltr"><<a href="mailto:efiring@hawaii.edu" target="_blank">efiring@hawaii.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2016/07/22 8:24 AM, Smit, Christine E. (GSFC-610.2)[TELOPHASE CORP] wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi! I’m trying to plot data using imshow and ending up with more colors<br>
than I specify in the colormap. This is causing problems with a downstream<br>
user who is machine reading images to determine approximate data values<br>
based on colors. I think the issue has something to do with rounding<br>
because many colors in the image are only slightly off from the colors I<br>
specified. My plots have exactly one pixel per data value, so each pixel¹s<br>
color should be exactly a color in the colormap.<br>
</blockquote>
<br></span>
Christine,<br>
<br>
To solve the problem, try using interpolation = 'nearest' rather than 'none'.  The distinction between these is two is endlessly confusing, but <a href="http://matplotlib.org/examples/images_contours_and_fields/interpolation_none_vs_nearest.html" rel="noreferrer" target="_blank">http://matplotlib.org/examples/images_contours_and_fields/interpolation_none_vs_nearest.html</a> is an attempt to illustrate it.<br>
<br>
In your example, with "nearest" I get 5 unique colors, not 6.<span class="HOEnZb"><font color="#888888"><br>
<br>
Eric</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</div></div></blockquote></div><br></div>