Use Brush on a single subplot
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!