Created
April 5, 2018 18:30
-
-
Save bsamuel-ui/24871bef547b4f7cc879d3a1d5ca7c46 to your computer and use it in GitHub Desktop.
Revisions
-
bsamuel-ui created this gist
Apr 5, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ import numpy as np %matplotlib inline from seaborn import tsplot stars_planets = np.sort(0.05 + np.random.rand(100, 8), axis=1) tsplot(np.log(stars_planets), err_style='unit_traces')