everyone! Is there any js library for plotting function graphs in canonical (general) form? For example: x^2 + y^2 - 5 = 0; x^2 - y^2 + 2 = 0; etc. I know it can be easily done with matplotlib or with some npm packages, but I need to do it in browser directly (without any back-end code)
↧