Skip to content

Commit

Permalink
Update local-losses-grapher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Oct 19, 2022
1 parent 01b1f77 commit 50a57b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Fluid Mechanics/03.2 Local Losses/local-losses-grapher.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ def valveLosses(plotEnv):

if __name__ == '__main__':
# Initialize matplotlib styles
plt.style.use(['latex-sans','science','grid','std-colors'])
plt.style.use(['latex-sans','science','ieee','grid','std-colors'])
plt.rcParams.update({
'figure.dpi': '125',
'figure.dpi': '150',
'figure.figsize': '8, 5'
})
#lossesCharts(plt)

lossesCharts(plt)
valveLosses(plt)
print('Data was analyzed successfully. Have a nice day.')

0 comments on commit 50a57b3

Please sign in to comment.