{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# Pick event demo 2\n\nCompute the mean (mu) and standard deviation (sigma) of 100 data sets and plot\nmu vs. sigma. When you click on one of the (mu, sigma) points, plot the raw\ndata from the dataset that generated this point.\n\n
This example exercises the interactive capabilities of Matplotlib, and this\n will not appear in the static documentation. Please run this code on your\n machine to see the interactivity.\n\n You can copy and paste individual parts, or download the entire example\n using the link at the bottom of the page.