mirror of
https://github.com/galera951/experiment-automation.git
synced 2024-11-21 13:15:53 +03:00
add tools template
This commit is contained in:
parent
4e5325d178
commit
f8c0880d7e
16
processing_tools.py
Normal file
16
processing_tools.py
Normal file
@ -0,0 +1,16 @@
|
||||
import numpy as np
|
||||
from scipy.optimize import curve_fit
|
||||
import pandas as pd
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import matplotlib
|
||||
import scienceplots
|
||||
|
||||
plt.style.use(['science', 'russian-font'])
|
||||
|
||||
matplotlib.rcParams.update({
|
||||
'figure.figsize': [6, 4],
|
||||
'savefig.facecolor': 'white',
|
||||
'figure.dpi': 150.0,
|
||||
'font.size': 12.0,
|
||||
})
|
Loading…
Reference in New Issue
Block a user