From: Alan I. <ala...@gm...> - 2019-03-31 17:26:55
|
I've been away from PyX for a bit, and I now find (version 0.14.1) that generating some of my images produced the following warning: "mode setting is deprecated, use the cls argument instead" It would be nice if this warning said it was coming from PyX and even nicer if it pointed to a manual section for transition. The only mention I can find in the manual is in section 8.3, and it involves `text.set`. So I changed pyx.text.set(mode='latex') to pyx.text.set(cls=pyx.text.LatexRunner) The warning is gone; was that a complete response to the issue? Separately, it seems that calling `doaxes` after a fill to the axes location no longer ensures that the axes are drawn on top of the last bit of fill, which is a problem. Did something change? Is there a fix? Finally, am I correct that 0.15 was never released? It seemed on the brink... Thanks for PyX! Alan Isaac |