SciData-Visuals is a collection of scripts for scientific data visualization using Python. This project includes various visualizations such as 3D surface plots, correlation heatmaps, Fourier transforms, regression plots, and more.
To run the scripts in this project, you need to have the following Python libraries installed:
numpy
pandas
matplotlib
seaborn
scikit-learn
pip3 install numpy pandas matplotlib seaborn scikit-learn
python3 3d_surface_plot.py
python3 correlation_heatmap.py