On Tue, 1 Sep 2020, Allin Cottrell wrote:
On Tue, 1 Sep 2020, Sven Schreiber wrote:
> And while we're talking about obs markers, here's also a newbie-style
> question: Wouldn't it be good if the obs markers could also be set from
> a series which is already in place?
There's "genr markers" as described in ch. 4 of the Guide, but at present
it's not set up to handle string-valued series. That could be updated fairly
easily, I think.
Yes, fairly easily. Done in git.
genr markers "%s", sername
will now make markers out of string-valued series sername.
Allin