I have a data set like this
And I want to plot flux/date for each target in each passband Something like this
I have tried it using pandas but I have no idea how to do it. I have tried plot.bar and plot.hist
Greetings and thanks in advance
Edit: I'm using Modified Julian Date instead of Calendar date