Unfortunately, setting the hatch line width in the Agg backend is currently not possible. The width is hardcoded in src / _backend_agg.cpp to "1.0":
hatch_path_stroke.width(1.0);
The same is true for other backends, such as a PDF file, but for these cases it might be easier to plan a monkey.
source
share