Skip to content

changing x/y axis display labels & error bar display #159

Description

@eggulbahar

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions