python - Possible to set the x values used in OpenPyxl? -
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
Post a Comment