search for: do_contour

Displaying 2 results from an estimated 2 matches for "do_contour".

2000 Jan 17
1
lwd patches for "contour"
...:23:26 2000 --- src/main/names.c Mon Jan 17 11:50:54 2000 *************** *** 644,650 **** {"identify", do_identify, 0, 11, 6, PP_FUNCALL}, {"strheight", do_strheight, 0, 11, 3, PP_FUNCALL}, {"strwidth", do_strwidth, 0, 11, 3, PP_FUNCALL}, ! {"contour", do_contour, 0, 11, 6, PP_FUNCALL}, {"image", do_image, 0, 11, 5, PP_FUNCALL}, {"dend", do_dend, 0, 111, 6, PP_FUNCALL}, {"dend.window", do_dendwindow, 0, 111, 6, PP_FUNCALL}, --- 644,650 ---- {"identify", do_identify, 0, 11, 6, PP_FUNCALL}, {"strheight&qu...
2012 Mar 13
0
111 FIXMEs in main/src
...platform.c- if(perms) _wchmod(dest, sb.st_mode & 0777); -- plot3d.c:/* FIXME - This could pretty easily be adapted to handle NA */ plot3d.c-/* values on the grid. Just search the diagonals for cutpoints */ -- plot3d.c:/* FIXME: [Code consistency] Use macro for the parallel parts of plot3d.c- do_contour, do_filledcontour & do_image ... -- plot.c: FIXME: bg needs similar change, but that requires changes to plot.c- the specific drivers. */ -- plot.c: /* FIXME: should this skip 0-sized symbols? */ plot.c- thiscol = INTEGER(col)[i % ncol]; -- plot.c: /* FIXME? plot.c- * See...