It would be useful to access the feature data, for example:  Currently resorting to this: ```python [plot_temporal["temporal"].graphics[ix].present() for ix in range(len(plot_temporal["temporal"].graphics))] ```