I have the following df
time x count model
0 2020-10-02 aaa 1 Hard
1 2020-10-08 aaa 2 Hard
2 2020-10-10 bbb 1 Hard
3 2020-10-12 ccc 1 Hard
4 2020-10-08 aaa 2 Easy
5 2020-10-10 bbb 1 Easy
I want to plot in the same graph x=time, y=count for each x in different colors for model==Hard