Am 16.01.2021 um 01:01 schrieb Sven Schreiber:
Hi,
when using cnameset (and presumably also rnameset) w
... related issue: Some empty strings apparently lead to no names at all
being applied:
<hansl>
m = ones(2)
rnameset(m, defarray("hey", ""))
print m # no row names visible (expected "hey" for the first)
</hansl>
thanks
sven