CDAT / Jupyter-notebooks

1 stars 0 forks source link

vcs Shading Using Patterns in VCS #23

Open dnadeau4 opened 5 years ago

dnadeau4 commented 5 years ago

Patterns legend section is not working, it returns divided by 0. I set the legend.priority=0 and then it run but no legend was showed.

dnadeau4 commented 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)
doutriaux1 commented 5 years ago

@danlipsa could you take a quick look?