Skip to content

Commit

Permalink
Updated SciencePlots
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Dec 10, 2022
1 parent 104adbf commit 55bb7ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Analogic Electronics/P3/working_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np
import matplotlib.pyplot as plt
import mplcyberpunk
import SciencePlots # Using my distribution, needs import
import scienceplots

def main():
plt.clf()
Expand Down
4 changes: 2 additions & 2 deletions Digital Electronics and MCUs/P2/digital__plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import matplotlib.pyplot as plt
import pandas as pd
import mplcyberpunk
import SciencePlots # Using my distribution, needs import
import scienceplots

dataFiles = (
('TTL' , 'data-TTL.csv'),
Expand All @@ -41,7 +41,7 @@ def main():

#plt.tight_layout()
plt.savefig(title+'.png')
#plt.show()
plt.show()
return

if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion Oficina Técnica/OT_regressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np
import matplotlib.pyplot as plt
import mplcyberpunk
import SciencePlots # Using my distribution, needs import
import scienceplots
from scipy.stats import linregress

def main():
Expand Down

0 comments on commit 55bb7ac

Please sign in to comment.