neuniversity / ALY6140

1 stars 3 forks source link

A polyline graph of two or more polylines #53

Open xyz04 opened 5 years ago

xyz04 commented 5 years ago

How do you combine two line graphs into one line graph? I know the code that makes the line graph separately, but when you combine them together, you have a problem. Anybody have an idea?

ghost commented 5 years ago

ax1=sns.kdeplot() ax2=sns.kdeplot()

Maybe a little late, but check the ax in the seaborn plot.