Feeds
已回答
How to put yticklabels (with ticks) on the other (right) side?
set(gca, 'YAxisLocation', 'right');
How to put yticklabels (with ticks) on the other (right) side?
set(gca, 'YAxisLocation', 'right');
2 years 前 | 0
已回答
I would like to have two y-axis and corresponding y-axis ticks and ticks values but with a single set of data points.
set(gca, 'YAxisLocation', 'right');
I would like to have two y-axis and corresponding y-axis ticks and ticks values but with a single set of data points.
set(gca, 'YAxisLocation', 'right');
2 years 前 | 0
