<div dir="ltr">Hi, all--<div><br></div><div>I'm trying to set the color map and extents for some plots, but it doesn't seem to be taking:  If I do</div><div><br></div><div><div>    field= 'Density'</div><div>

    proj = pf.h.proj(ax,field,source=cut_region)</div><div>    pw = proj.to_pw()</div><div>    pw.set_cmap('Density','gray')</div><div>    pw.set_zlim = [0.1,50]</div><div>    pw.save('wtfc.png')<br>

</div><div>    pp = ProjectionPlot(pf,0,'Density')</div><div>    pp.set_cmap('Density','gray')</div><div>    pp.set_zlim = [0.1,50]</div><div>    pp.save('wtfd.png')<br></div><div><br></div>

<div style>the two plots should have the same range on the color map, but they don't.  I tried calls to "refresh" n both pp and pw, but that didn't help.  What am I missing?</div><div style><br></div><div style>

d.</div><div><br></div>-- <br>Sent from my computer.
</div></div>