python - Matplotlib transparent line plots -
i plotting 2 similar trajectories in matplotlib , i'd plot each of lines partial transparency red (plotted second) doesn't obscure blue.
edit: here's image transparent lines.
plain , simple:
plt.plot(x, y, 'r-', alpha=0.7)
(i know add nothing new, straightforward answer should visible).
Comments
Post a Comment