01-Draw a multiline plot with matplotlib, custom xkcd, save figure

preview_player
Показать описание
This video guides you how to show a multiline plot using matplotlib and python 3. This video series is good for data sciences and data analysis
SUBSCRIBE TO MY CHANNEL FOR MORE INTERESTING VIDEOS:
You can see code in github:
Рекомендации по теме
Комментарии
Автор

I'm trying to plot a graph with a blood orange line and i cant figure it out.
plt.plot(X, Y, linestyle='-.', linewidth = 2, marker = 'points', color = '#fe4b03')
thats my code. Do you by any chance see the issue?

sandhantzer