leovandriel / cvplot

Graph plots, drawing, layout and windows in OpenCV
MIT License
122 stars 26 forks source link

Question: How to visualize numbers on Y axis or the vertical axis? #14

Closed santo4ul closed 4 years ago

santo4ul commented 4 years ago

How can I visualize the number along the vertical axis?

Given below is my graph. By default, i see the the numbers along the X axis (500, 1000).

image

Thank you.

santo4ul commented 4 years ago
    `cvplot::figure("myplot").gridSize(5);`

Adjusting the grid size as shown above helped me visualize the numbering on my both x and y axes. Hope this helps someone.