You may need to remove the alpha=0.05 or set it as 1 I think.
Chao
On Mon, Aug 3, 2015 at 12:51 AM, albad17 [via matplotlib] <
ml-node+s1069221n45995...@n5.nabble.com> wrote:
> For some reason when I plot a scatter plot like this:
>
> plt.scatter(diamonds['carat'], diamonds['price'], color = 'bl
Remove the `alpha=0.05` kwargs which is setting the alpha to be almost
transparent.
Tom
On Sun, Aug 2, 2015 at 6:53 PM albad17 wrote:
> For some reason when I plot a scatter plot like this:
>
> plt.scatter(diamonds['carat'], diamonds['price'], color = 'black', alpha =
> 0.05)
> plt.xlabel('Cara