<div dir="ltr"><div><div><div>Dear all,<br>I am using the following code to create a slice plot of Temperature with a fixed temperature scale (1e4,5e7).<br>pf = load(fn)<br>pc = PlotCollection(pf)<br>p=pc.add_slice("Temperature", 2).set_log_field(False)<br>
p.set_zlim(1e4,5e7).save()<br><br></div>but I am getting following error <br><br>p.set_zlim(1e4,5e7).save()<br>AttributeError: 'NoneType' object has no attribute 'set_zlim'<br><br></div>Please suggest me solution.<br>
</div>Thank You,<br><div><div><br clear="all"><div><br>-- <br><div dir="ltr">Reju Sam John</div>
</div></div></div></div>