Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f922ff

Browse files
authored
Merge pull request#30151 from nakanoh/fix-them-to-then-in-ps-backend-comment
2 parents3574a7e +51bc2b8 commit5f922ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class RendererPS(_backend_pdf_ps.RendererPDFPSBase):
406406
def__init__(self,width,height,pswriter,imagedpi=72):
407407
# Although postscript itself is dpi independent, we need to inform the
408408
# image code about a requested dpi to generate high resolution images
409-
# andthem scale them before embedding them.
409+
# andthen scale them before embedding them.
410410
super().__init__(width,height)
411411
self._pswriter=pswriter
412412
ifmpl.rcParams['text.usetex']:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp