How can I plot such a graph using openpyxl?
X axis should be in log, Y axis in linear. I also want to keep 1, 10, 100, 1000 and 10000 in the X-axis as constant axis tick labels.
I tried using a data table, however, all recognised as y data but not x data. I tried to make series, that didn’t work neither.