Skip to content

Commit 4258160

Browse files
Update lib/matplotlib/backends/backend_ps.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent dd855f0 commit 4258160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_ps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ def _print_ps(
834834
**kwargs):
835835

836836
dpi = self.figure.dpi
837-
self.figure.dpi = 72 # Override the dpi kwarg
837+
self.figure.dpi = 72 # Override the dpi kwarg
838838

839839
dsc_comments = {}
840840
if isinstance(outfile, (str, os.PathLike)):

0 commit comments

Comments
 (0)