Thomas Robitaille wrote:
> Hello,
>
> The following code should produce identical plots, but in the second
> case the alpha value is ignored:
>
> ---
>
> import matplotlib
> matplotlib.use('Agg')
> import matplotlib.pyplot as mpl
> from matplotlib.patches import Ellipse
> from matplotlib.colle
Hello,
The following code should produce identical plots, but in the second
case the alpha value is ignored:
---
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as mpl
from matplotlib.patches import Ellipse
from matplotlib.collections import PatchCollection
fig = mpl.figure()