Is it possible to set the x values ​​used in OpenPyxl?

enter image description here

I am trying to do the following in openypxl. I want to use delay times as values ​​for xaxis. I can get the correct series added to the chart, but I'm having latency issues. The graph represents my desired output. Is it possible?

chart_object= charts.LineChart()
x_axis= charts.Reference(overall_stats_sheet, (11,2), (11, 5))
chart_object.set_categories(x_axis)

      

Continuing this discussion here: https://groups.google.com/forum/#!topic/openpyxl-users/PGL9-9K-Xok

+3
python openpyxl


source to share


No one has answered this question yet

Check out similar questions:

3428
How to sort a dictionary by value?
1731
Are static class variables possible in Python?
1687
How to sort a list of dictionaries by dictionary value?
1349
Why can't Python parse this JSON data?
955
How do I get the ASCII value of a character?
3
openpyxl please do not accept text as a number when importing
2
Openpyxl max_row and max_column erroneously reporting larger size
1
Openpyxl error diagram
0
Python PPTX Internal Hyperlinks Bypass Function
0
can openpyxl change chart data labels to values ​​in selected cells?



All Articles
Loading...
X
Show
Funny
Dev
Pics