Overlapping Plots (line) #7886
-
Beta Was this translation helpful? Give feedback.
Answered by
TomNicholas
May 31, 2023
Replies: 1 comment
-
I'm a bit unclear on exactly what you're trying to do, but have you tried using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gkb999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a bit unclear on exactly what you're trying to do, but have you tried using the
hue
keyword argument to the.plot.line()
method? It allows you to make plots like this - documentation here