pyodide / pyodide-blog

The Pyodide blog
https://blog.pyodide.org
Mozilla Public License 2.0
15 stars 12 forks source link

Add Blog Post about HTML5 <canvas> renderer for matplotlib for Pyodide #3

Closed madhur-tandon closed 2 years ago

madhur-tandon commented 2 years ago

This is a blog post that I wrote about adding a new backend renderer for the matplotlib library based on the APIs of HTML5 canvas element. It was supposed to be published in Mozilla Hacks before the leadership and governance changed for Pyodide.

The draft that we wrote is here: https://docs.google.com/document/d/1QasvtJjJTPeMUluVH5nU1I82bECW0R0Bv-9Zip07aK4/edit?usp=sharing

I was thinking if we could publish this via Pyodide's own official blogpost.

cc: @rth

rth commented 2 years ago

Very nice, thank you @madhur-tandon ! It's an interesting read.

Could you create a new post (cf instructions in the readme), convert it to markdown, and open a PR with it (which would also allow to check the rendering preview)? Then we can review and iterate on the details in the PR.

In terms of the final publication date, how does end of November / beginning of December sound? We have a few more announcements to make before and I would rather not make too many of those within a short period of time.

rth commented 2 years ago

Let me know if you need help with passing it to markdown @madhur-tandon , so we can start discussing it in more detail.

madhur-tandon commented 2 years ago

We can close this now @rth?