Skip to content

Commit 35c733a

Browse files
authored
Update FluxSat_paper_figures.ipynb
1 parent d45d934 commit 35c733a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FluxSat_paper_figures.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"metadata": {},
5555
"outputs": [],
5656
"source": [
57-
"bo_div = cmxml.make_cmap('./blue-orange-div.xml') #make the Matplotlib compatible colormap\n",
57+
"bo_div = cmxml.make_cmap('./colormaps/blue-orange-div.xml') #make the Matplotlib compatible colormap\n",
5858
"vv=.6\n",
5959
"tem=xr.concat([ds2.sel(lon=slice(20,360)),ds2.sel(lon=slice(0,20))],dim='lon')\n",
6060
"fig = plt.figure(figsize=(15, 12))\n",
@@ -119,7 +119,7 @@
119119
"metadata": {},
120120
"outputs": [],
121121
"source": [
122-
"cwave = cmxml.make_cmap('./yelloworange5.xml') #make the Matplotlib compatible colormap\n",
122+
"cwave = cmxml.make_cmap('./colormaps/yelloworange5.xml') #make the Matplotlib compatible colormap\n",
123123
"vv=.75\n",
124124
"fig = plt.figure(figsize=(15, 6))\n",
125125
"#read in Fig 1 data for masking Figure 2 data\n",
@@ -325,7 +325,7 @@
325325
"metadata": {},
326326
"outputs": [],
327327
"source": [
328-
"cwave = cmxml.make_cmap('./yelloworange5.xml') #make the Matplotlib compatible colormap\n",
328+
"cwave = cmxml.make_cmap('./colormaps/yelloworange5.xml') #make the Matplotlib compatible colormap\n",
329329
"proj = ccrs.PlateCarree(central_longitude=-160)\n",
330330
"fig, axes = plt.subplots(ncols=2, nrows=3, constrained_layout=True,subplot_kw=dict(projection=proj),figsize=(10, 9))\n",
331331
"for i in range(6):\n",

0 commit comments

Comments
 (0)