Clear Filters
Clear Filters

Info

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

my plot uses 3 symbols and 3 colors. The color in the front isoverlapping the color in the back. What is causing this?

1 view (last 30 days)
my plot has 3 curves with symbols and colors. The first color is red with a circle, 2nd color is green with a square, and third color is blue with a triangle. The triangle symbol curve(blue) overlaps the red curve and the red color shows through triangle. It is not filled in. I tried using drawnow to fix this to no avail. Can anyone help with this problem ASAP plz !!!!

Answers (1)

Thorsten
Thorsten on 27 Jul 2016
plot(..., 'MarkerFaceColor', 'w')

This question is closed.

Community Treasure Hunt

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

Start Hunting!