▲ | shakna 11 hours ago | |||||||||||||||||||||||||||||||
Fortran has a few nice plotting libraries. [0] Including matplotlib. Personally, I've only used ogpf, which is a single-file library, making it easier to run for beginners. | ||||||||||||||||||||||||||||||||
▲ | noobermin 10 hours ago | parent [-] | |||||||||||||||||||||||||||||||
I did a cursory scan and some of these seem not my cup of tea, but honestly ogpf looks rather pleasant for quick plots. Thanks! I might use this. That said, the point of these being external libraries and thus making them a bit less convenient still sort of stands, as being external libraries means you need to link them which exposes more CS tier stuff (installing libraries, make files, etc) that distracts from just learning codes, which again just motivates using a tool that abstracts some of that behind a managed package and library system. I'm assuming you could use things like lfortran in jupyter which I imagine might allow these things to be bundled, although I haven't followed that effort as of late. | ||||||||||||||||||||||||||||||||
|