Scale the axis in a contourf plot/ change axis location
Mostra commenti meno recenti
I have a contour plot with positive value for x axis and negative value for y axis, both start from the 0. I want my x axis to be on top, just to make sure scaling make sense. Appreciate any help.
Risposte (1)
M
il 19 Gen 2018
Maybe something like this :
contour(...);
ax=gca;
ax.XAxisLocation='top';
1 Commento
Nahid Taheri
il 19 Gen 2018
Categorie
Scopri di più su Contour Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!