GUI to scale multiple plots
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello together,
I often have several plots and surfs, which I want to scale properly by setting xMax, xMin, xTick, yMax, yMin, yTick for plots answell as cMin, cMax and Ticks of the colorbar, when used on surfs.
Does anyone know or have a GUI, where I can select severeal figures containing either plots or surfs and then scale and rescale the mentionted parameters in the selcected figures? It should probaply use some kind of linkaxes or linkprop.
I assume this is a common task for someone who is working with matlab plots.
Thank you for your effort!
Rafael
3 Commenti
Adam
il 27 Ott 2016
I think it is more common to link axes within a single figure, but if I am building an application that launches figures with axes in them I always keep my axes handles, usually in some managed object so I can do what I want to with them at any point afterwards.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Graphics Object Programming 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!