How can I add axes on top and right?
37 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
KALYAN ACHARJYA
il 8 Giu 2023
Modificato: KALYAN ACHARJYA
il 8 Giu 2023
This way
legend('Case 1', 'case 2');
legend_data= legend('Line 1', 'Line 2');
legend_data.Location = 'northwest';
6 Commenti
Vedere anche
Categorie
Scopri di più su Legend in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!