Matplotlib Tutorial 22 - cleaning chart, custom fills, pruning

preview_player
Показать описание
Welcome to another Matplotlib tutorial! In this tutorial, we're going to clean our chart a bit, and then do a few more customizations.

Рекомендации по теме
Комментарии
Автор

You don't actualy need that for loop to rotate dates. plt.xticks(rotation=45) does the work. Great series btw, thanks!

tadasseniunas
Автор

I have converted the py filw to an exe file and when I open the created exe file I am getting an error window. "failed to execute script pyi_rth_qt4plugins" Please help me fix this

ranjithkt
Автор

Can we make the graph of price(ax2) start at the leftmost of the x-axis?

Gohoylol
Автор

Can you demonstrate how to make candlestick plots from a pandas dataframe?

fhashim
Автор

If see this error : AttributeError: 'AxesSubplot' object has no attribute 'get_xtickables'
plt.setp(ax1.get_xticklabels(), visible=False)
plt.setp(ax2.get_xticklabels(), visible=False)

tarikcanli
Автор

I think that this video should have a title "Matplotlib Tutorial 22 - Cleaning chart, custom fills, pruning".

kamilziemian