From: Ethan M. <merritt@u.washington.edu> - 2004-07-22 00:57:16
|
On Wednesday 21 July 2004 05:35 pm, Hans-Bernhard Broeker wrote: > > Hmm... what with your recent joining of filledboxes and filledcurves, can > filled rectangles still be supported by a terminal driver if there are no > filledcurves? Yes. The parameters to term->fillbox are different than the parameters to term->filled_polygon. Any terminal that has support for filled_polygon can use it to implement fillbox, or not, or make it conditional. Core routines that used to call term->fillbox still do so. > At least for the case at hand (dumb.trm), > term->filled_box() isn't supported either. Whereas an attempt to > dense-fill yerrorbars might well come out too huge in file size to be > useful yerrorbars draws a vertical line for each data point in the input file. That is half the number of lines you would get by drawing both curves with lines. Yerrorbars is what the docs say you get if you specify an "inappropriate" 3-column plotting style, and it turns out to look quite reasonable in this case. Even the output on the dumb terminal looks sensible. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |