Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Remove call to deprecated set_dpi_cor
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Mar 30, 2021
1 parent a89f81d commit 282ff30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/plot/arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def __init__(self, patch, n):
self._n = n

def get_paths(self, renderer):
self._patch.set_dpi_cor(renderer.points_to_pixels(1.))
paths, fillables = self._patch.get_path_in_displaycoord()
return paths

Expand Down

0 comments on commit 282ff30

Please sign in to comment.