Ashutosh Sathe

Results 5 comments of Ashutosh Sathe

Hi, (Sorry for late reply) Actually yes, I did implement my solution `set_size_inches` but it seems that after a resize, my new dimensions for canvas aren't exactly same in inches...

So right now I'm getting the size of wrapper `div` as width, height. I'm multiplying them both by `self._ratio` followed by a division of `fig.dpi` as described [here](https://github.com/matplotlib/matplotlib/blob/bf464c36add4c00c7ee8a10f811856d4571f5df6/lib/matplotlib/backends/backend_webagg_core.py#L317). This produces...

@mdboom I have pushed all my code to a test branch [here](https://github.com/ashutoshbsathe/pyodide/blob/cccc48b9bd6fb2e1408ac2d2cef847fc0a102194/packages/matplotlib/src/wasm_backend.py#L230). Please check and let me know. (P.S. : I commented out `self.manager.resize(w, h)` button during debugging since it...

Hi, @mdboom I've been long due to my exams and unavailability of my buildbox In the meantime, I looked for pixel conversion formulae and it seems the current implementation is...

Hi, can this please be merged as a different (de)serialization format? Several issues through years have encountered this issue and have used this PR to fix it. Making sure that...