I have a many-item data file and I want to plot only data from a selected region. I can give as axis parameters the beginning and the end of my data section, but if the selected region is too small, the the program aborts with the message that overflow happens during transforming the coordinates. It looks like that the package reads data and attempts to transform it to coordinates, instead of dropping values outside the selected region, and transforming to graphics only the points which remain. Is there any way to force the latter behavior? (I want to avoid making several plot files, containing only a section of the large data file)
Asked
Active
Viewed 34 times