Skip to content

Commit

Permalink
Merge branch 'develop' into facts_statcom
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke authored Aug 9, 2023
2 parents 59a4812 + 8b7d608 commit 3fb57ee
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 3fb57ee

Please sign in to comment.