Hello!
You need a library on js (the jQuery is already screwed into the project) to draw function graphs. More specifically - second order curves in canonical form.
Need to:
- Work in several coordinate systems, one — the parent, the rest — are shifted relative to the parent by (xn, yn) and rotated through a certain angle (which I cannot find anywhere).
- Draw graphs of functions in each system separately, preferably in different colors.
- I really want the opportunity to conveniently move the canvas and scale it.