python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Adding subcharts / creating combo charts using python-pptx

Open arpit0515 opened this issue 7 years ago • 3 comments

I have been desperately trying to create combo charts using python pptx & have used the below references for doing the same. I keep getting the error AttributeError: 'CategoryWorkbookWriter' object has no attribute 'x_values_ref'. Is there any other way of creating combo charts using python-pptx?

  1. Python-pptx (Scanny #338)
  2. jbq Python-pptx commit

arpit0515 avatar Jan 04 '19 08:01 arpit0515