LOVE && 心形函数 代码块 import numpy as np import matplotlib.pyplot as plt import math def character(): plt.figure('Love') ax1 = plt.subplot(141) ax1.spines['right'].set_color('none') ax1.spines['top'].set_color('none') ax1.spines['left'].set_color('none') ax1.spines['bottom'].set_c