change tick labels
Unsolved
Qt for Python
-
Hello all,
I am trying to plot a dataset (in CSV format) using Qt chartview. The dataset has a sampling frequency of 10hz which means I am getting 10 data points every second. When I plot with X-axis as index and Y-axis as corresponding values, I get following chart
As you can see in the image, the X-ticks are from 0-300, but I want to convert these to 0-30. or any other range. How should I do this?
Thank you -
Maybe you can share the code you are using for the plot, so we can see if something looks strange ;)
-
@CristianMaureira please find link to my plotting code link .