|
From: Daniel J S. <dan...@ie...> - 2005-03-02 01:04:59
|
Ethan Merritt wrote:
>
> Here are some size comparisons for different configuration options:
>
> text data bss dec hex filename
> #-----------------------------------------------------------------------
> 946764 83476 34016 1064256 103d40 gnuplot_default
> 930054 83216 33888 1047158 ffa76 gnuplot_no_strings_histograms
> 941086 81168 33984 1056238 101dee gnuplot_no_aed_regis_tek
> 934260 83196 34016 1051472 100b50 gnuplot_nofilledboxes
> 929010 83204 34016 1046230 ff6d6 gnuplot_noimage
> 848734 78364 30816 957914 e9dda gnuplot_noimage_nopm3d
> 688172 59708 14208 762088 ba0e8 gnuplot_termshortlist
> 614196 54616 13920 682732 a6aec gnuplot_onedriveronly
> 599186 55632 13504 668322 a32a2 gnuplot_nopm3d_termshortlist
>
> These are respectively
>
> - default configuration of current cvs (includes gd and pdf terminals)
> - ./configure --disable-histograms --disable-stringvariables --disable-datastrings
> - comment out some really old terminal drivers
> - ./configure --disable-filledboxes
> - ./configure --disable-with-image
> - ./configure --disable-pm3d
> - build only shortlist terminals (dumb epslatex/pslatex/post/pstex table x11)
> - one terminal driver only (x11 dumb table)
> - shortlist terminals and no pm3d no image
Interesting.
> And a plot attached (which of course could not have been produced
> if all these great options were disabled :-)
:-)
> *** NOTE LOG SCALE ON Y ***
It appears to me that the bars of this PDF overlap slightly. It's as though the bars have lines
along the outside occupying the same coordinates. Is there a "no line" option where the inside
"fill" can go right up against the coordinates as computed by the histogram routine? Or is that
what the -1 below does?
set style fill solid 1.0 border -1
Or should the histogram suggestion be to use "noborder"? I think that is probably the case because
the histogram groups in the
set title "Immigration from different regions\n(give each histogram a separate title)"
demo in histograms.dem looks fairly good. (It uses "noborder".)
So, maybe change the histogram help documentation to read "noborder" rather than "border -1". Also,
I'd suggest "noborder" as the default for solid fill style. (Or would that be too confusing with a
fill style that defaults to no fill? In which case, one would want a border to appear.)
Dan
|