First time here? Check out the Help page!
1 | initial version |
If you are familiar with Python, I would suggest to use matplotlib or any libraries based on it (e.g. seaborn) instead of Excel. Have a look at those:
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.contourf.html https://seaborn.pydata.org/generated/seaborn.heatmap.html
2 | No.2 Revision |
If you are familiar with Python, I would suggest to use matplotlib or any libraries based on it (e.g. seaborn) instead of Excel. Have a look at those:
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.contourf.html
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.contourf.html
https://seaborn.pydata.org/generated/seaborn.heatmap.html