Am 11.07.2017 um 13:50 schrieb Sven Schreiber:
Am 10.07.2017 um 23:57 schrieb Allin Cottrell:
>> b) When I right-click on a Midas group/list and click on
"time series
>> plot" I get one plot. It took me a while to realize that it's a
>> hi-freq (monthly) plot. Perhaps the x-axis could be automatically
>> labeled with "months" (=the hi-freq unit) or something like that.
>
> That's now addressed in git and snapshots: see what you think of the
> update.
Will test.
Hm with yesterday's snapshot I get what looks like a plot title at the
top (above the plot area), saying "ld_indpro (monatlich)", where
ld_indpro is the name in this case, and monatlich is monthly in German.
Fine.
However, in the edit dialog window the label appears as y-axis label,
not title plot, and when I change that label text field and click apply
or OK, nothing happens.
The corresponding gnuplot code result of these GUI actions is:
<gnuplot>
set ylabel "grumbl"
...
set nokey
...
set ylabel ''
set title 'ld_indpro (monatlich)'
</gnuplot>
cheers,
sven