Extra blank space around markers in plots with matplotlib

134 Views Asked by At

Is there a way to remove extra white space around markers in matplotlib with Python ?

Example:

Image with example

I used the following:

plt.xkcd(randomness=100,scale=2,length=800)

Without this style, there is no extra white space. So, I suppose it's the style which change this.

I tried everything related to markers in this page but nothing change about this extra white space : matplotlib.lines.Line2D

0

There are 0 best solutions below