
The closes I can come in Python using openpxyl is something like this where series are all lined up next to each other like this

Is there anyway to do the former in openpxyl ?

On 27 Apr 2020, at 16:14, busser...@gmail.com wrote:
Thanks Charlie, But yes - it is the z-index/z-axis that I'm interested in.
I can change the chart type to get a somewhat representative chart, the
3DLineChart[image: chart4.jpg]
But there is really no direct relationship between the peaks in each of
these categories so I'd like to see just the peak values in the vertical
columns like the 3D column display is capable of, as I showed in my
original post. With the 3DLineChart, connecting the peaks just kind of
makes things harder to see/interpret, But I've found no way to do this
using openpyxl, and no other Python to Excel library even comes this close.Probably need to look into matplotlib, but then I need to work out how to
put the figures into Excel. And then, not sure there is any way to maintain
connection to the underlying data.
Well, for a bar chart the procedure is the same as for a line chart. I think the example doesn't set the categories for x-axis correctly but the z-axis is automatic.
But, for any of the complicated charts, you must be prepared to look at the XML of the generated charts because this stuff is not straightforward, particularly not how axes work. If someone has documented how to do it in VB, then the procedure will be similar in openpyxl, or at least involve similar object names.
