Skip to content

Instantly share code, notes, and snippets.

View yuri4029's full-sized avatar

yuri4029 yuri4029

  • Japan
View GitHub Profile
@yuri4029
yuri4029 / python_heart.py
Created November 12, 2022 13:49 — forked from franktoffel/python_heart.py
How to plot a 3D heart for San Valentin with Python (matplotlib)
'''
=================================
3D heart shape in matplotlib
=================================
Demonstrates how to plot a 3D function in cartesian coordinates.
Uses the marching cubes algorithm in scikit-image to obtain a isosurface.
Example contributed by CAChemE.org
Adapted from: http://www.walkingrandomly.com/?p=2326
'''