ZPyrolink

Results 2 comments of ZPyrolink

I looked at `boilerplate.py` and I think I can improve it to adding any methods (like `xlim` or `ylim`) Regarding typing methods based on the backend, why not use `@overload`...

I have improved `boilerplate.py` to automatically generate xlim and ylim on `pyplot.py`. I think we can use the same system to generate `xscale` / `yscale` and `xlabel` / `ylabel` (this...