<div dir="ltr">Hi All,<div><br></div><div>I'm trying to make a plot similar to the pre-fab projection time-series example described here:</div><div><br></div><div><a href="http://yt-project.org/doc/cookbook/complex_plots.html#time-series-multipanel">http://yt-project.org/doc/cookbook/complex_plots.html#time-series-multipanel</a><br>

</div><div><br></div><div>I'd love it if the colorbar label didn't say "PartType0_smoothed_density" or whatever, but rather something physical.  </div><div><br></div><div>In the past, I've been able to (thanks to Nathan's advice) access the matplotlib primitives for a single projection plot via something like:</div>

<div><br></div><div>>    px = ProjectionPlot(ds1,'x',("deposit","PartType0_smoothed_density"))</div><div>>    plot = px.plots[('deposit','PartType0_smoothed_density')]</div>

<div>>    colorbar_axes = plot.cax</div><div>>    colorbar_axes.set_ylabel("N$_H$ g cm$^{-2}$")</div><div><br></div><div><br></div><div>So, similarly, I thought I could try something like:</div><div><br></div>

<div>>plot.cax.set_ylabel("N$_H$ g cm$^{-2}$")</div><div><br></div><div>in the above time-series example, but it doesn't seem to adjust the colorbar label.  I'm sure I'm missing something obvious but can't seem to figure it out - any help would be greatly appreciated.</div>

<div><br></div><div>thanks!</div><div>desika</div><div><br></div><div><br></div><div><br></div></div>