{ "cells": [ { "cell_type": "markdown", "id": "9695f80e", "metadata": {}, "source": [ "# Plot dot plot\n", "\n", "This notebook will help you generate \"Prism-style\" dot plots in Python, inspect the distribution of your data, and run two-sample statistics.\n", "
\n", " | Condition_1 | \n", "Condition_2 | \n", "
---|---|---|
0 | \n", "1 | \n", "3 | \n", "
1 | \n", "3 | \n", "4 | \n", "
2 | \n", "3 | \n", "5 | \n", "
3 | \n", "2 | \n", "3 | \n", "
4 | \n", "1 | \n", "2 | \n", "
5 | \n", "2 | \n", "6 | \n", "
6 | \n", "4 | \n", "7 | \n", "
7 | \n", "2 | \n", "8 | \n", "
8 | \n", "5 | \n", "3 | \n", "