How to set x axis label as vector? For example, if I make a graph (1: 5), the x-axis label is [1, 2, 3, 4, 5]. I would like to set it to a vector, for example. [1 4 5 7 10]. Please note that the size of the vector can be huge, so doing it manually is not permissible.
source share