search for: c_filledcontour

Displaying 1 result from an estimated 1 matches for "c_filledcontour".

2019 Mar 15
1
Could we make filled.contour() more suitable for PDF viewers?
...lem. In principle, this is a problem with the PDF viewer, and not R. However, it would be better if filled.contour() didn't have this result. And I've decided not to use filled.contour() because of this. Note that filled.contour() calls .filled.contour(), which calls: + .External.graphics(C_filledcontour, x, y, z, levels, col) Also note that I had a similar plot with a similar problem. It contained the following line: + polygon (xsub, ysub, border=NA, col=colstr) But the problem was corrected after changing it to: + polygon (xsub, ysub, border=colstr, col=colstr) I'm assuming that an equally...