No description
Find a file
2025-02-22 23:08:57 -05:00
matplotlib-cpp@ef0383f131 initial commit 2025-02-22 23:08:57 -05:00
galaxy_density_plot.png initial commit 2025-02-22 23:08:57 -05:00
main.cpp initial commit 2025-02-22 23:08:57 -05:00
README.md initial commit 2025-02-22 23:08:57 -05:00

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