This file contains 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 characters
{ | |
"cell_type": "code", | |
"execution_count": 13, | |
"id": "922307c8", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"image/png": "iVBORw0KGgoAAAANSUhEUgAAA24AAANuCAYAAABuUVpnAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjUuMSwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/YYfK9AAAACXBIWXMAAAsTAAALEwEAmpwYAACayklEQVR4nOzdd5gV5f3+8XtO20pHqpQFBMSCdERULFhQsYEIFkBFZElUEmtibFF/lq89LASiYMNGVFRQBI0apEgRUFBU2GXpnWXZes6Z5/fHqrGgAntm5pT367q8YmB3PvfiAuc+zzPPWMYYIwAAAABA3PJ5HQAAAAAA8NsobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAAAEOcobgAAAAAQ5yhuAAAAABDnKG4AAAA |
This file contains 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 characters
{ | |
"cell_type": "markdown", | |
"id": "d4a7d047", | |
"metadata": {}, | |
"source": [ | |
"### Combine these plots in a subplot grid\n", | |
"\n", | |
"Note, it's not essential to align these y axis ranges because you are analyzing the dots within each change, and you are not comparing each chart to its neighbor as with some other plot types." | |
] | |
}, |
This file contains 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 characters
# import the turtle library | |
import turtle | |
# add a graph paper image from file as a background | |
turtle.bgpic("Probability_Graph_Paper_Template-landscape.png") | |
# change the shape back to the cute little turtle | |
turtle.shape("turtle") | |
# give it a good name (optional but motivating) | |
squirtle = turtle |
This file contains 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 characters
visualization.double_histogram(feature_name="density") |
NewerOlder