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

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

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -