Skip to content

Commit

Permalink
close #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Jun 20, 2024
1 parent 7258d5c commit 7e5f92c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,6 @@ def __init__(self, *argv, version=2.2, ph=False, loadfile=False, customlib=None,
if self.display_msg:
print(f'Input File {self.netName} loaded successfully.\n')

# Global plot settings
plt.rcParams["figure.figsize"] = [3, 2]
plt.rcParams['figure.dpi'] = 300
plt.rcParams['figure.constrained_layout.use'] = True
plt.rcParams['figure.max_open_warning'] = 30

def addControls(self, control, *argv):
""" Adds a new simple control.

Expand Down

0 comments on commit 7e5f92c

Please sign in to comment.