leovandriel/cvplot

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

santo4ul opened this issue · 1 comments

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.

	`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.