We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca8a2c commit f2d4631Copy full SHA for f2d4631
lib/matplotlib/tests/baseline_images/test_axes/pcolormesh.png
801 Bytes
src/_backend_agg.cpp
@@ -1925,7 +1925,7 @@ RendererAgg::draw_quad_mesh(const Py::Tuple& args)
1925
1926
Py::Object transforms_obj = Py::List(0);
1927
Py::Tuple linewidths(1);
1928
- linewidths[0] = Py::Float(gc.linewidth);
+ linewidths[0] = Py::Float(gc.linewidth * 72.0 / dpi);
1929
Py::SeqBase<Py::Object> linestyles_obj;
1930
Py::Tuple antialiaseds(1);
1931
antialiaseds[0] = Py::Int(antialiased ? 1 : 0);
0 commit comments