comparison src/pt-plot.h @ 2543:050924aee81a

[project @ 1996-11-20 03:03:01 by jwe]
author jwe
date Wed, 20 Nov 1996 03:03:02 +0000
parents fd8d48295891
children 8b262e771614
comparison
equal deleted inserted replaced
2542:484977eb65ad 2543:050924aee81a
212 212
213 ~subplot_style (void); 213 ~subplot_style (void);
214 214
215 int print (ostrstream& plot_buf); 215 int print (ostrstream& plot_buf);
216 216
217 int errorbars (void); 217 bool columns_ok (int nc);
218 218
219 string style (void) { return sp_style; } 219 string style (void) { return sp_style; }
220 220
221 tree_expression *linetype (void) { return sp_linetype; } 221 tree_expression *linetype (void) { return sp_linetype; }
222 222