Pcolor figure quality (not an exporting problem)
Show older comments
I have a pcolor figure which changes quality drastically depending on whether I have a particular element visible or not. The good figure has an array of small dots (basically just using hdl = plot(x,y,'r.')) overlaid on top of the pcolor image at each of the "grid points". I don't always want to see those dots but when I set the dots to be invisible (set(hdl,'visible','off') the quality of the whole figure looks terrible: bad figure.
I can restore the quality by just making those grid points visible again, but I don't always want them. Does anyone have any suggestions?
Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!