<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>On Tue, Jun 5, 2018, at 11:53 AM, Thomas Caswell wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>You are going to have a related  issue with the color map.  It is going to take the top/bottom 1/Nth of the range to be marked as over/under which may be _more_ that you want to grab.  I also think it will grab asymmetrical ranges for log scales.<br></div>
</div>
</blockquote><div><br></div>
<div>Ah. Yes this is totally terrible. Very good point. =) So colormaps are segmented to e.g. 256 by default, rather than all the input values?<br></div>
<div><br></div>
<blockquote type="cite"><div dir="ltr"><div>For the API I am thinking something like<br></div>
<div><br></div>
<div>`im = ax.imshow(..., over_color='r', under_color='b')`<br></div>
<div><br></div>
<div>so that you can control that aspect of the color map from the user API.<br></div>
</div>
</blockquote><div><br></div>
<div>That's not too bad I guess. =)<br></div>
<div><br></div>
<div>So, to rephrase your position: a PR to the examples gallery would be welcome? =P</div>
</body>
</html>