From Newsgroup: comp.lang.tcl
Arjen <
user153@newsgrouper.org.invalid> posted:
meshparts <alexandru.dadalau@meshparts.de> posted:
Not shure if the the github repo is monitored so here is a note on a bug fix that happens when plotting more than 99 sequential plots:
https://github.com/tcltk/tklib/compare/master...Meshparts:tklib:patch-1
Thanks for pointing this out. I thought that was fixed. But I will have a look!
Indeed, it is not yet solved. I found the culprit though that caused the error for XY-plots. I will have to test that my solution works for all plots, but
my change is in plotpriv.tcl:
if { [string match {[0-9]*} $w] } {
set c [string range $w [string first . $w] end]
} else {
set c $w
}
Originally the second line was:
set c [string range $w 2 end]
There are quite a few of these constructs.
Regards,
Arjen
--- Synchronet 3.21f-Linux NewsLink 1.2