Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 8ca8a2c + f2d4631 commit 0b9e7abCopy full SHA for 0b9e7ab
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