No description
- C++ 100%
| matplotlib-cpp@ef0383f131 | ||
| galaxy_density_plot.png | ||
| main.cpp | ||
| README.md | ||
Chatgpt generated plotting program. Uses C++ bindings for matplotlib. Requires python3 to have matplotlib installed.
Compile with
g++ main.cpp -o plot -I/usr/include/python3.10 -lpython3.10