Ilya Zakharevich on Mon, 9 Nov 1998 01:21:55 -0500 (EST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Additions to plotting patch |
This is an addition to the patch whcih implemented new functions plotpointsize() and plotfile(): I forgot to patch plotnull.c. Sorry, Ilya --- ./src/graph/plotnull.c.pre Sun Nov 8 21:26:24 1998 +++ ./src/graph/plotnull.c Mon Nov 9 01:19:06 1998 @@ -11,3 +11,11 @@ term_set(char *s) {return 1;} void PARI_get_plot(long fatal) { err(talker,"high resolution graphics disabled"); } + +long +plot_outfile_set(char *s) { return 1; } + +void +set_pointsize(double d) +{ +}