Open dnadeau4 opened 5 years ago
# could even have a legend
tmpl2.legend.x1 = .54
tmpl2.legend.x2 = .62
tmpl2.legend.y1 = .885
tmpl2.legend.y2 = .985
tmpl2.legend.priority=0 !!!! not working !!!!
gm2.legend = {.5:" Bad"}
x.clear()
x.plot(clt,gm)
x.plot(bad,gm2,tmpl2)
@danlipsa could you take a quick look?
Patterns legend section is not working, it returns
divided by 0
. I set thelegend.priority=0
and then it run but no legend was showed.