The R Project SVN R

Rev

Rev 63171 | Rev 68947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63171 Rev 63174
Line 22... Line 22...
22
/* Stuff for labels on contour plots
22
/* Stuff for labels on contour plots
23
   Originally written by Nicholas Hildreth
23
   Originally written by Nicholas Hildreth
24
   Adapted by Paul Murrell
24
   Adapted by Paul Murrell
25
*/
25
*/
26
 
26
 
27
/* Only include by plot3d.c, currently */
27
/* Included by src/main/plot3d.c and src/library/graphics/src/plot3d  */
28
 
28
 
29
	/*  C o n t o u r   P l o t t i n g  */
29
	/*  C o n t o u r   P l o t t i n g  */
30
 
30
 
31
typedef struct SEG {
31
typedef struct SEG {
32
    struct SEG *next;
32
    struct SEG *next;