I am using the snippet given here as the starting point for a script. I want to display a volume chart at the bottom of the first (i.e. main) chart. The volume subchart is basically plotted vertical bars.
Ideally, the date (i.e. X axis) labels will be underneath the volume subplot - i.e. the same date (X) axis is used for both the top (main) chart and the subplot. However, if it makes life easier (for anyone submitting a snippet), I can live with a volume subchart (with or without its own X axis date labels).
I find the matplotlib documentation and scattered tutorials very confusing. A link to an example where this kind of graphing is done (or a snippet posted here) will be very useful