Thanks in advance but Sorry to bother those who are not interested.

I had a plot with hatch in it. But the default linewidth for hatch makes it
really hard to see in my current figure layout/scale, so I would like to
increases the hatch linewidth;

plt.bar(ind, s1[:,3],width, color='0.85', edgecolor='black',
linewidth=[0.5],hatch='-----//////')

The linewidth there can only change the width of the edge, but not the
hatch width;


I did several google searches with no solution. But I indeed noticed that
several years ago (back to year 2011), this is impossible as the hatch
linewidth is hard coded as:

hatch_path_stroke.width(1.0);


But is this implemented so that I can change the hatch linewidth?

Best regards

Luis
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to