Skip to content

Commit

Permalink
Fix Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Impaler343 committed May 8, 2024
1 parent e949945 commit 4eba203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/backends/backend_ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ def create_hatch(self, hatch, gc=None):
/PaintProc {{
pop
{linewidth:f} setlinewidth
{self._convert_path(
Path.hatch(hatch), Affine2D().scale(sidelen), simplify=False)}
{self._convert_path(
Path.hatch(hatch), Affine2D().scale(sidelen), simplify=False)}
gsave
fill
grestore
Expand Down

0 comments on commit 4eba203

Please sign in to comment.