Skip to content

Commit

Permalink
Merge pull request #2106 from chrisyeh96/chrisyeh96-patch-1
Browse files Browse the repository at this point in the history
Fix plotting bug
  • Loading branch information
rbolgaryn authored Aug 9, 2023
2 parents bb687d7 + f6f5c70 commit 8b7d608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/plotting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class GC(GraphicsContextBase):
def __init__(self):
super().__init__()
self._capstyle = 'round'
self.set_capstyle('round')

def custom_new_gc(self):
return GC()
Expand Down

0 comments on commit 8b7d608

Please sign in to comment.