MATLAB: How to add color dialog box into figure and how to apply specified color

chart;color

i want to create a chart. when i create chart using script. i want to add one more format specifier like color dialog. how to add color dialog to figure and how to apply specified color to chart

Best Answer

Perhaps use my attached colorwheel program to make a color wheel and then use ginput() when you want the user to pick a color from it.