how can I adjust the axes for the table
Show older comments
Hi, I have the following two objects.

I have plotted them as :

How can I change the dimensions of the axes so that the plot can fit normally. Thanks
2 Comments
Peter Perkins
on 2 Apr 2018
Nothing to do with your question, but you might find this more convenient to make the plot:
plot(nzpopulation.VarName1,nzpopulation.VarName2,'o')
There's no reason to create Nx1 tables, and dot subscripting is simpler than braces when referring to one variable.
rohail khan
on 2 Apr 2018
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!