-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It would be interesting to create a plotting library frontend. For that we should learn from Matplotlib, as well as the C++ version of it: https://github.com/alandefreitas/matplotplusplus. We need to figure out some good intermediate representation for vector objects that represent the plot.
For the backends some ideas are:
- the glfw library could be used (it seems it is in conda).
- SVG (pure Fortran, just emit the xml as a string)
- PNG (use a C library to actually save it, or stdlib)
- PPM (use stdlib, pure Fortran)
The last two backends can use the algorithms from this library.
Metadata
Metadata
Assignees
Labels
No labels