08-27-2019 04:04 AM
Hello,
I would like to scale my x axis in order to control the number of millisecond represented per centimeter
i already calculated the maximum scale of my graph, the minimum of my scale it will be the cursor position and my multiplication scale is the sampling periods.
My question is how i supposed to do so that i can have each milliseconds correpond to 1 cm once i will print my graph .
Thank you
08-27-2019 04:09 AM
Hi virtman,
so that i can have each milliseconds correpond to 1 cm once i will print my graph .
Then you need to take the paper size into account. And the printer margins…
It's much easier to calculate once you know the width of the graph in number of pixels!
08-27-2019 04:16 AM
the paper size would be chosen on the printer dialogue parameters lets say its 125 cm with 5 cm as printer margins
the width is 120 cm of the graph and i could have also the number of pixels by using a specified coefficient
But how could i to have this result please !
08-27-2019 04:39 AM