Microsoft just added these in, so not surprised that they are not detected.
Some are populated pretty easily by multi-indexed pandas Series.
What's weird is that there isn't a shape for them. That is, if a slide has a text box, a line chart and a histogram; calling list(prs.slides[0].shapes) returns a list of only 2 shapes.
I wish I could be more helpful in how I phrased this. For now I'm probably going to stick to making these types of charts with Bokeh, but stylistically it'd be great to be able to access these shapes.
Microsoft just added these in, so not surprised that they are not detected. Some are populated pretty easily by multi-indexed pandas Series.
What's weird is that there isn't a shape for them. That is, if a slide has a text box, a line chart and a histogram; calling list(prs.slides[0].shapes) returns a list of only 2 shapes.
I wish I could be more helpful in how I phrased this. For now I'm probably going to stick to making these types of charts with Bokeh, but stylistically it'd be great to be able to access these shapes.