edgecolors - how to color the border of markers

前端 未结 0 1200
南方客
南方客 2021-01-04 02:22
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.scatter(0.028, 0.008, marker=\'_\', s=300, lw = 4, color=\'blue\', edgecolors= \'black\', clip_on=False,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题