<div dir="ltr"><div><div>Hi all,<br><br></div>set_zlim didn't readjust colormap scale. Here's my simple code and resulting figure. Note that I have tried to reset color scale with set_zlim, but the range remains the same. What did I miss?<br>
<br>dd=pf.all_data()<br>ph=PhasePlot(dd,'nH','pok',['cell_mass'],weight_field=None,x_bins=64,y_bins=64,fractional=True)<br>ph.set_zlim('cell_mass',1.e-5,1)<br>ph.show()<br>ph.save('phaseplot.png')<br>
<br><br><a href="http://i.imgur.com/aZ2v7XJ.png">http://i.imgur.com/aZ2v7XJ.png</a><br><br><br>BTW, thanks for recent update for fractional keyword. Now, the fractional keyword gives exactly what I want.<br><br>Chang-Goo<br>
</div></div>