<div dir="ltr"><div>Hello,<br><br></div>I'm wondering how can I get the color bar limits of a projection plot in the new yt version, I managed to do it in the old 2.5 version in this way:<br><br>**********************************************************************<br clear="all"><div><div>  fn        =data[i]<br>  title     =titles[i]<br>  pro       =fn.h.proj(axis,field,center=fn.domain_center)<br>  proj      =fn.h.proj(0,field,weight_field=field,center=fn.domain_center)<br>  pro_frb   =pro.to_frb((25./h, "Mpc"), 2000)<br>  axs1[i]   =plt.subplot(2,2,i+1)<br>  Image=axs1[i].imshow(pro_frb[field],origin='lower',norm=LogNorm(),extent=(-12.5/h,12.5/h,-12.5/h,12.5/h))<br>  vmin_0,vmax_0 = Image.get_clim()<br>***********************************************************************<br><br></div><div>I tried to find out something similar with the new yt.ProjectionPlot( ) without success, Could you please help me?<br><br></div><div>Kind Regards,<br><br> <br></div><div>-- <br><div class="gmail_signature">Guido</div>
</div></div></div>