In the last video, we saw how to strip non-numerical characters from the Australian Stock Exchange (ASX) stock price percentage change data. This was obtained from an ASX URL that stores historical stock price data in the JSON format. In this video, I attempt to do a multiple line plot of “change in percent” for 5 ASX listed companies with Matplotlib. I then show that an interesting problem arises with my Matplotlib multiple line plot.
Note in the two lines of code:-
1 by 1 sub-plot 1st plot for the legend box
ax = plt.gca()
the comment above is incorrect. The Matplotlib function gca() gets current axes or creates one.
References
The ASX website:
https://www.asx.com.au/
Pandas:
https://pandas.pydata.org/
JSON:
https://www.w3schools.com/js/js_json_...
Anaconda Web Page:
https://www.anaconda.com
Anaconda YouTube Channel:
/ @anacondainc.
In questa pagina del sito puoi guardare il video online My Matplotlib multiple line plot is wrong della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Python Statistical 25 maggio 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 216 volte e gli è piaciuto 1 spettatori. Buona visione!