Winston looks very capable already, I am impressed.
- Will x11(p) be implemented before 1.0? It would be easy to underestimate it given the lack of screen output.
- The first example shows this
setattr(p, "xlabel", L"$\Sigma x^2_i$")
but in my tests you want to leave out the $ symbols.
- Example 4 renders without tick marks
- Example 5 renders without tick labels
Winston looks very capable already, I am impressed.
setattr(p, "xlabel", L"$\Sigma x^2_i$")
but in my tests you want to leave out the $ symbols.