diff --git a/Xe-Kr adsorption isotherm survey.ipynb b/Xe-Kr adsorption isotherm survey.ipynb index 50c8bc4..fbf8efd 100644 --- a/Xe-Kr adsorption isotherm survey.ipynb +++ b/Xe-Kr adsorption isotherm survey.ipynb @@ -247,7 +247,8 @@ "except:\n", " import seaborn as sns\n", " colors = sns.palplot(sns.color_palette(\"husl\", len(structures)))\n", - " np.savetxt(\"color_palette\", sns.color_palette(\"husl\", len(structures)))" + " np.savetxt(\"color_palette\", sns.color_palette(\"husl\", len(structures)))\n", + " colors = np.loadtxt(\"color_palette\")" ] }, {