How can I add axes on top and right?

38 vues (au cours des 30 derniers jours)
Martina Artioli
Martina Artioli le 8 Juin 2023
Commenté : KALYAN ACHARJYA le 12 Juin 2023
Exactely like this.
Not different axes, I just want to add on top and right same x and y axes to make a kind of "cornice", same colour, same axis and no label!
Thank you very much.

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 8 Juin 2023
Modifié(e) : KALYAN ACHARJYA le 8 Juin 2023
This way
legend('Case 1', 'case 2');
legend_data= legend('Line 1', 'Line 2');
legend_data.Location = 'northwest';
  6 commentaires
Martina Artioli
Martina Artioli le 11 Juin 2023
Yes!!!!! Many tthanks
KALYAN ACHARJYA
KALYAN ACHARJYA le 12 Juin 2023
Glad to know that it worked.

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by