{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"# Plotting univariate data\n",
"\n",
"(c) 2024–2025 Justin Bois. This work is licensed under a [Creative Commons Attribution License CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/). All code contained herein is licensed under an [MIT license](https://opensource.org/licenses/MIT).\n",
"\n",
"This document was prepared at [Caltech](http://www.caltech.edu) with support financial support from the [Donna and Benjamin M. Rosen Bioengineering Center](http://rosen.caltech.edu).\n",
"\n",
"\n",
"\n",
"*This tutorial was generated from an Jupyter notebook. You can download the notebook [here](plotting_univariate_data.ipynb).*\n",
"\n",
"
\\n\"+\n", " \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n", " \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n", " \"
\\n\"+\n", " \"\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"
\\n\"+\n",
" \"\\n\"+\n \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n \"
\\n\"+\n \"\\n\"+\n \"from bokeh.resources import INLINE\\n\"+\n \"output_notebook(resources=INLINE)\\n\"+\n \"
\\n\"+\n \"date | ID | trial number | impact force (mN) | impact time (ms) | impact force / body weight | adhesive force (mN) | time frog pulls on target (ms) | adhesive force / body weight | adhesive impulse (N-s) | total contact area (mm2) | contact area without mucus (mm2) | contact area with mucus / contact area without mucus | contact pressure (Pa) | adhesive strength (Pa) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
str | str | i64 | i64 | i64 | f64 | i64 | i64 | f64 | f64 | i64 | i64 | f64 | i64 | i64 |
"2013_02_26" | "I" | 3 | 1205 | 46 | 1.95 | -785 | 884 | 1.27 | -0.29 | 387 | 70 | 0.82 | 3117 | -2030 |
"2013_02_26" | "I" | 4 | 2527 | 44 | 4.08 | -983 | 248 | 1.59 | -0.181 | 101 | 94 | 0.07 | 24923 | -9695 |
"2013_03_01" | "I" | 1 | 1745 | 34 | 2.82 | -850 | 211 | 1.37 | -0.157 | 83 | 79 | 0.05 | 21020 | -10239 |
"2013_03_01" | "I" | 2 | 1556 | 41 | 2.51 | -455 | 1025 | 0.74 | -0.17 | 330 | 158 | 0.52 | 4718 | -1381 |
"2013_03_01" | "I" | 3 | 493 | 36 | 0.8 | -974 | 499 | 1.57 | -0.423 | 245 | 216 | 0.12 | 2012 | -3975 |
ID | impact force (mN) |
---|---|
str | f64 |
"I" | 1530.2 |
"II" | 707.35 |
"III" | 550.1 |
"IV" | 419.1 |