Skip to content

Commit

Permalink
Add local comparison (#29)
Browse files Browse the repository at this point in the history
* remove unused notebooks

* add figs

* Update utilities.py

* added measures

* Create plot_fig3.ipynb

* Update plot_fig3.ipynb

* cleaning things up

* file organization

* add fig3 plots

* update illustration
  • Loading branch information
nwlandry authored Mar 30, 2024
1 parent 45877c6 commit ef376c4
Show file tree
Hide file tree
Showing 17 changed files with 675 additions and 244 deletions.
1 change: 1 addition & 0 deletions Data/zkc_tmax_comparison.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions Extra/plot_fig1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@
"\n",
"import arviz as az\n",
"import cmasher as cmr\n",
"import matplotlib as mpl\n",
"import matplotlib.cm as cm\n",
"import matplotlib.colors as mcolors\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import seaborn as sns\n",
"import xgi\n",
"from cycler import cycler\n",
"\n",
"import fig_settings as fs\n",
"from lcs import *\n",
"\n",
"import matplotlib as mpl\n",
"import matplotlib.colors as mcolors\n",
"from cycler import cycler\n",
"\n",
"\n",
"# Set the global default size of the axis labels\n",
"plt.rcParams[\"axes.labelsize\"] = 20\n",
"# Set the global default size of the tick labels\n",
Expand Down
Loading

0 comments on commit ef376c4

Please sign in to comment.