Hello, I have been using lcviz to plot xmm-newton lightcurve data. To do that I have been using a read_lightcurve() function that converts XMM-Newton light curve file into a LightCurve object. I have been wondering how could I change the displayed y-axis name from flux to count rate when the data is plotted, as this is the usual way we present xmm lightcurves. Furthermore, I have been struggling to display any of the y-axis error bars. I have included it in my LightCurve object conversion ( LightCurve(time=time, data=tab, flux=tab['rate'], flux_err=tab['error']) ), but for some reason they are not displayed. Am I perhaps missing a step? Many thanks!