Is there a way to remove extra white space around markers in matplotlib with Python ?
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