문제

I need to create a step chart using xlsxwriter. I have looked into documentation but could not find any information. Is it possible to create a step chart using xlsxwriter?

https://xlsxwriter.readthedocs.org/en/latest/chart.html

도움이 되었습니까?

해결책

To quote your link "A step chart in Excel can be created from a regular line chart and some clever formatting of your data".

XlsxWriter supports line charts so I guess that it is up to you to do the clever formatting of the data.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top