Relative Content

Tag Archive for matplotlibhistogramalpha

Plotting histogram with transparent edges

I want to create a histogram using Matplotlib with both transparent facecolor and edgecolor. However, the edgecolor keyword argument doesn’t seem to accept an alpha value. Am I missing something, or is edgecolor really just limited to alpha=1.0?