Fix for dpi in pyplot backend
This commit is contained in:
parent
7ce783705a
commit
9e8869acf1
@ -356,7 +356,7 @@ function py_bbox_title(ax)
|
||||
end
|
||||
|
||||
function py_dpi_scale(plt::Plot{PyPlotBackend}, ptsz)
|
||||
ptsz * DPI / plt[:dpi]
|
||||
ptsz * plt[:dpi] / DPI
|
||||
end
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user