Skip to content

Commit e9db4a6

Browse files
EliEli
authored andcommitted
Fixed deprecated style.
1 parent 21d35a3 commit e9db4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/cruise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
RED = (228/256., 26/256., 28/256.)
1919
BLUE = (55/256., 126/256., 184/256.)
2020

21-
plt.style.use(['seaborn-paper','seaborn-colorblind'])
21+
plt.style.use(['seaborn-v0_8-paper','seaborn-v0_8-colorblind'])
2222

2323
def process_stations(station_file):
2424
sd=pd.read_csv(station_file,names=["id","x","y","dist_km","elev_navd","name","depth_mllw"],header=0,dtype={"id":pd.StringDtype()})

0 commit comments

Comments
 (0)