python - Possible to set the x values used in OpenPyxl? -


enter image description here

i'm trying achieve following in openypxl. want use delay times values xaxis. can proper series added chart fine, having issues delay. graph representing desired output. possible?

chart_object= charts.linechart() x_axis= charts.reference(overall_stats_sheet, (11,2), (11, 5)) chart_object.set_categories(x_axis) 

continuing discussion here: https://groups.google.com/forum/#!topic/openpyxl-users/pgl9-9k-xok


Comments

Popular posts from this blog

asp.net mvc - Cannot display error message on Editor or EditorFor -

Reliable way to get Windows Version from registry -

python - No exponential form of the z-axis in matplotlib-3D-plots -