I am trying to create a pdf file where I draw a graph from a set of points, 2000+ points. The width of the pdf is set to 612. I want to be able to plot all the points in one line. I am currently drawing at a scale of 1 to 1, one point per pixel. How can I scale my drawing so I can draw all 2000+ points.
相关问题
- Sorting 3 numbers without branching [closed]
- Multiple sockets for clients to connect to
- How to compile C++ code in GDB?
- Correctly parse PDF paragraphs with Python
- Why does const allow implicit conversion of refere