Skip to content

Commit

Permalink
fixed colors array
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySimon committed Feb 28, 2016
1 parent 3ff2653 commit 372d050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Xe-Kr adsorption isotherm survey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
]
},
{
Expand Down

0 comments on commit 372d050

Please sign in to comment.