Use Brush on a single subplot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I'm creating a gui that contains two subplots: a large 'display' subplot and a smaller 'interactive' subplot. I'd like to use the brush function in the gui but cant find a way to have it work solely for the 'interactive' subplot.
I tried providing the interactive subplot handle to the brush function - brush(interactive_handle) in the hopes it would accomplish this. But the brush function is still being applied to both subplots when I use it.
Thanks in advance, James
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Subplots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!