new added graphs will have dataset attr set to -1 to include by default all datasets

This commit is contained in:
Stefan Frederik 2022-09-22 14:55:51 +02:00
parent 2487ee98e2
commit 03842a3e4a
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
"subdivx=1\n" "subdivx=1\n"
"node=\"\"\n" "node=\"\"\n"
"color=\"\"\n" "color=\"\"\n"
"dataset=0\n" "dataset=-1\n"
"unitx=u\n" "unitx=u\n"
"logx=0\n" "logx=0\n"
"logy=0\n" "logy=0\n"