Run ruff
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
def get_rc_params():
|
||||
colors = ["FF220C", "70D6FF", "8AAA79", "666370", "1C1F33"]
|
||||
rcParams = plt.rcParams
|
||||
@@ -29,4 +30,5 @@ def get_rc_params():
|
||||
rcParams["ytick.right"] = True
|
||||
return rcParams
|
||||
|
||||
plt.rcParams.update(get_rc_params())
|
||||
|
||||
plt.rcParams.update(get_rc_params())
|
||||
|
||||
Reference in New Issue
Block a user