Skip to content

Commit 0500862

Browse files
committed
heat map
1 parent fe1d6a7 commit 0500862

2 files changed

Lines changed: 30 additions & 16 deletions

File tree

Request/.ipynb_checkpoints/heat_maps-checkpoint.ipynb

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,13 @@
418418
"helix.ix[:,['Energy', 'helix3 phase','helix 2 phase', 'helix1 phase']].head()"
419419
]
420420
},
421+
{
422+
"cell_type": "markdown",
423+
"metadata": {},
424+
"source": [
425+
"<h3 align='Left'> Scatter Matrix (Not too useful in this case)</h3>"
426+
]
427+
},
421428
{
422429
"cell_type": "code",
423430
"execution_count": 12,
@@ -437,11 +444,18 @@
437444
}
438445
],
439446
"source": [
440-
"# correlations. you can also have hist on the diagonal\n",
447+
"# you can also have hist on the diagonal\n",
441448
"from pandas.tools.plotting import scatter_matrix\n",
442449
"scatter_matrix(couple_columns,alpha=0.03, figsize=(10, 10), diagonal='kde');"
443450
]
444451
},
452+
{
453+
"cell_type": "markdown",
454+
"metadata": {},
455+
"source": [
456+
"Only interesting part is that the Energy is mostly in the negative 400 to 350 range, but that should have been obvious looking at the data. A heat map may be more useful to see how the columns are related to eachother. "
457+
]
458+
},
445459
{
446460
"cell_type": "markdown",
447461
"metadata": {},
@@ -458,13 +472,6 @@
458472
"outputs": [],
459473
"source": []
460474
},
461-
{
462-
"cell_type": "markdown",
463-
"metadata": {},
464-
"source": [
465-
"## Was this Cell below what you wanted? "
466-
]
467-
},
468475
{
469476
"cell_type": "code",
470477
"execution_count": 18,

Request/heat_maps.ipynb

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,13 @@
418418
"helix.ix[:,['Energy', 'helix3 phase','helix 2 phase', 'helix1 phase']].head()"
419419
]
420420
},
421+
{
422+
"cell_type": "markdown",
423+
"metadata": {},
424+
"source": [
425+
"<h3 align='Left'> Scatter Matrix (Not too useful in this case)</h3>"
426+
]
427+
},
421428
{
422429
"cell_type": "code",
423430
"execution_count": 12,
@@ -437,11 +444,18 @@
437444
}
438445
],
439446
"source": [
440-
"# correlations. you can also have hist on the diagonal\n",
447+
"# you can also have hist on the diagonal\n",
441448
"from pandas.tools.plotting import scatter_matrix\n",
442449
"scatter_matrix(couple_columns,alpha=0.03, figsize=(10, 10), diagonal='kde');"
443450
]
444451
},
452+
{
453+
"cell_type": "markdown",
454+
"metadata": {},
455+
"source": [
456+
"Only interesting part is that the Energy is mostly in the negative 400 to 350 range, but that should have been obvious looking at the data. A heat map may be more useful to see how the columns are related to eachother. "
457+
]
458+
},
445459
{
446460
"cell_type": "markdown",
447461
"metadata": {},
@@ -458,13 +472,6 @@
458472
"outputs": [],
459473
"source": []
460474
},
461-
{
462-
"cell_type": "markdown",
463-
"metadata": {},
464-
"source": [
465-
"## Was this Cell below what you wanted? "
466-
]
467-
},
468475
{
469476
"cell_type": "code",
470477
"execution_count": 18,

0 commit comments

Comments
 (0)