This is a simple Python script that creates a heatmap based on a provided dataset.
- Clone this repository to your local machine using git clone https://github.com/AkifAydin/myHeatmapsInPython
- Make sure you have Python 3.x installed on your machine.
Here's an image example for a simple Heatmap In Python:
Here's an image example for a simple 3DHeatmap In Python:
Prepare your dataset as a CSV file with two columns: x and y. Each row represents a point on the heatmap.
This project is licensed under the MIT License. Feel free to use and modify it as you see fit.

