Skip to content

Commit

Permalink
Fixed deprecated style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli authored and Eli committed Mar 1, 2024
1 parent 21d35a3 commit e9db4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schimpy/cruise.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
RED = (228/256., 26/256., 28/256.)
BLUE = (55/256., 126/256., 184/256.)

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

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

0 comments on commit e9db4a6

Please sign in to comment.