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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

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