|
From: Emanuel B. <emb...@st...> - 2016-02-05 04:16:23
|
"Mauricio Galo (Dep. de Cartografia)"
<ga...@fc...> writes:
> You can also use patterns with black and white bars.
> In the link above there are some simple examples:
> with pattern
Thank you, but I'm happy with:
set linetype 1 linecolor rgb "gray"
set linetype 2 linecolor rgb "black"
> different width [...]
>
> http://www2.fct.unesp.br/docentes/carto/galo/web/gnuplot/gnu_exemplos5.htm
If you mean either of
set boxwidth 1.0 relative
set boxwidth 1.5
then neither will do - they make the bars expand
"inward" and overlap long before they get wide enough!
So the four issues I have remain:
1. How can I have the bars *wider* ...
2. ... so the entire label will always be visible
above the bar, centered around the bar's mid?
3. How can I don't have to do this:
set yrange [0.01:33] # hack not to show 0 as labels,
# also to have labels within border
# obviously ugly to have this hard coded
4. How can I set the colors of the labels to the
colors of the bars?
--
underground experts united
http://user.it.uu.se/~embe8573
|