On Wed, Oct 15, 2025 at 8:11 AM Cottrell, Allin <cottrell(a)wfu.edu> wrote:
 On Wed, Oct 15, 2025 at 3:15 AM Artur T. <atecon(a)posteo.de> wrote:
 >
 > Hi all,
 >
 > I'm encountering an error with the recent gretl snapshot (v2025c) related to the
gnuplot command. The problem arises when using some options like --dummy and/or
--factorized with discrete series.
 >
 > By the way, I realized that the --dummy option is not documented anymore(?) (I am
pretty sure it was listed in the past). Probably, this option got superseded by the
--factorized option recently (see below).
 The --dummy option flag is retained as an alias for --factorized but
 in terms of the documentation it's superseded.
 > Below is a minimal example illustrating the issue: [...]
 Thanks, Artur. This does look broken. I'm working on it. 
It's now fixed in git. The problem was specific to the case where the
dataset contains observation markers (like country names in mrw.gdt).
In the gnuplot file these markers were being printed incorrectly, such
as to mask most of the actual data.
Allin