Info

This question is closed. Reopen it to edit or answer.

Can you use a single context menu for multiple objects?

1 view (last 30 days)
Hi all,
Say I have ten plots in a single figure, and now I wish to add some context menus to them so that when I right-click on one of the curves, I can choose from several colors and set that plot to the chosen color. Can I do this with only one context menu object (instead of ten)? The problem I'm having now is that it seems the UIcontextmenu callback doesn't pass as an argument the object that was right-clicked on, so there's no way to tell which curve needs to be colored...
Thanks!
Niko

Answers (0)

Community Treasure Hunt

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

Start Hunting!