Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aflaxman/11156203 to your computer and use it in GitHub Desktop.
Save aflaxman/11156203 to your computer and use it in GitHub Desktop.
mpld3 text callout plugin
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:e138aafd6ff439505598da3580a0313ffac8a140264b8370a7981fdb9be32a91"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"!date"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Mon May 19 06:04:22 PDT 2014\r\n"
]
}
],
"prompt_number": 1
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# A plugin to add text callouts to a scatter plot interactively\n",
"\n",
"User story: as a graph maker, I want to include text to callout specific outlier data points, in a visually appealing way. It would be convenient to do this interactively, and then be able to save the results for later.\n",
"\n",
"\n",
"Requirements:\n",
"\n",
"* click on a point to reveal the text callout\n",
"* drag the text to move it to a better place\n",
"* include a line from the text to the point (if necessary)\n",
"* save results"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"import matplotlib.pyplot as plt, numpy as np, mpld3\n",
"%matplotlib inline\n",
"mpld3.enable_notebook()"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"# set random seed for reproducible results\n",
"np.random.seed(123456789)"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 5
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"xx = np.random.laplace(size=100)\n",
"yy = np.random.laplace(size=100)\n",
"ss = map(lambda x: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'[x], np.random.randint(26, size=100))"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 6
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"# the problem: too many text callouts, too close together\n",
"\n",
"plt.plot(xx, yy, linestyle='none', marker='s', mew=2, mec='k', mfc='none')\n",
"for s_i, x_i, y_i in zip(ss, xx, yy):\n",
" plt.text(x_i+.1, y_i, s_i, ha='left', va='center')"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"\n",
"\n",
"<style>\n",
"\n",
"</style>\n",
"\n",
"<div id=\"fig_el8859791141923509680519\"></div>\n",
"<script>\n",
"function mpld3_load_lib(url, callback){\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = true;\n",
" s.onreadystatechange = s.onload = callback;\n",
" s.onerror = function(){console.warn(\"failed to load library \" + url);};\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
"}\n",
"\n",
"if(typeof(mpld3) !== \"undefined\" && mpld3._mpld3IsLoaded){\n",
" // already loaded: just create the figure\n",
" !function(mpld3){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859791141923509680519\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16792135602850716, 0.5535517574969734], \"rotation\": -0.0, \"id\": \"el885982257424\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.17071564222697133, -1.0962304397374543], \"rotation\": -0.0, \"id\": \"el885982282000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.11929095069897264, -0.697397577680517], \"rotation\": -0.0, \"id\": \"el885982281040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.6570930840449988, 1.1036358550133438], \"rotation\": -0.0, \"id\": \"el885982283920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5655360806287234, 0.9840047892844668], \"rotation\": -0.0, \"id\": \"el885982178576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.8039800806060816, -0.07011036544587769], \"rotation\": -0.0, \"id\": \"el885982179664\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.5599769294036625, 0.10087584288932681], \"rotation\": -0.0, \"id\": \"el885982180752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.0718342739782036, 0.45700967919724544], \"rotation\": -0.0, \"id\": \"el885982181840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.517172690220592, -0.013984001724256963], \"rotation\": -0.0, \"id\": \"el885982228048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4381200375514155, 0.540121738914455], \"rotation\": -0.0, \"id\": \"el885982229136\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.692857307948625, 0.5229315101282587], \"rotation\": -0.0, \"id\": \"el885982230224\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7880609377182705, -0.1328525189726129], \"rotation\": -0.0, \"id\": \"el885982292816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.113613608040872, -0.8998713602501379], \"rotation\": -0.0, \"id\": \"el885982293904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5305744957973475, -0.16644216883391913], \"rotation\": -0.0, \"id\": \"el885982294992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.846560478170833, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982296080\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6730149031252225, 1.1838127745423013], \"rotation\": -0.0, \"id\": \"el885982309520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.6086632029741748, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982310608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.24660662553680227, -0.14752812552023425], \"rotation\": -0.0, \"id\": \"el885982311696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"C\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8927319314711233, 1.546495699690908], \"rotation\": -0.0, \"id\": \"el885982312784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9807711080081543, 0.10560023252621568], \"rotation\": -0.0, \"id\": \"el885982322128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3540462221996302, -0.7026085732216262], \"rotation\": -0.0, \"id\": \"el885982323216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.7037454001354035, -0.17089661800604578], \"rotation\": -0.0, \"id\": \"el885982324304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3608685868688153, -2.6130132200418568], \"rotation\": -0.0, \"id\": \"el885982325392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10664185006545376, 0.5941445436252722], \"rotation\": -0.0, \"id\": \"el885982334736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.3318903312367523, 0.06873533932464285], \"rotation\": -0.0, \"id\": \"el885982335824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.18788123862515568, -0.46717132784732185], \"rotation\": -0.0, \"id\": \"el885982336912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6244537079789029, 0.8726679319631628], \"rotation\": -0.0, \"id\": \"el885982350352\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5842204144967149, -0.3944225071896905], \"rotation\": -0.0, \"id\": \"el885982351440\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.23962026114804866, 1.0981166191771734], \"rotation\": -0.0, \"id\": \"el885982352528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.221729240979548, 0.45110692905908334], \"rotation\": -0.0, \"id\": \"el885982353616\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4964138625370442, -1.144917438681567], \"rotation\": -0.0, \"id\": \"el885982358864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.05986913124349958, -1.1362534398270026], \"rotation\": -0.0, \"id\": \"el885982359952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.46801038615390667, -0.03605794728452982], \"rotation\": -0.0, \"id\": \"el885982361040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.634430455068916, 0.33086737616186396], \"rotation\": -0.0, \"id\": \"el885982362128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1649762011439977, 0.02088463814746541], \"rotation\": -0.0, \"id\": \"el885978729040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.317400421393364, -0.4267853881612133], \"rotation\": -0.0, \"id\": \"el885978725520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4260121746151129, -1.0624415054014116], \"rotation\": -0.0, \"id\": \"el885978728656\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8493013716630252, 0.36426753086112373], \"rotation\": -0.0, \"id\": \"el885978722384\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.004569293827659998, 0.596208105759237], \"rotation\": -0.0, \"id\": \"el885978724432\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0425463210533497, 0.40746637878107256], \"rotation\": -0.0, \"id\": \"el885978724240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7821337189393244, 0.18218043253364313], \"rotation\": -0.0, \"id\": \"el885978721680\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.9320780715018462, -0.6419517358309926], \"rotation\": -0.0, \"id\": \"el885978929296\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7188467860309432, -1.0651572944689427], \"rotation\": -0.0, \"id\": \"el885978926672\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [5.598280647821096, -0.0014312531308891142], \"rotation\": -0.0, \"id\": \"el885978926864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3301594056107485, -4.710399556108404], \"rotation\": -0.0, \"id\": \"el885978928912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.5445556116983994, 0.6741116847767701], \"rotation\": -0.0, \"id\": \"el885978867216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.21770546521000544, -1.2025125483740897], \"rotation\": -0.0, \"id\": \"el885978864784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.34740484605551236, 0.02529333733390922], \"rotation\": -0.0, \"id\": \"el885978866640\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.10421813289523188, 1.794521108963091], \"rotation\": -0.0, \"id\": \"el885978868112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16853951058651867, 0.03890362875452063], \"rotation\": -0.0, \"id\": \"el885978805008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4930822623539256, 0.3199203099720597], \"rotation\": -0.0, \"id\": \"el885978804304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.012862830052710439, -0.5215220226575144], \"rotation\": -0.0, \"id\": \"el885978806160\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.415252156026432, 2.070741573782322], \"rotation\": -0.0, \"id\": \"el885978704976\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7159553050253306, -2.1323833519683895], \"rotation\": -0.0, \"id\": \"el885978706064\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9402725791559341, -0.16126949357887907], \"rotation\": -0.0, \"id\": \"el885978707152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.16379565245968, 2.3280783715243185], \"rotation\": -0.0, \"id\": \"el885978708240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2312611611852957, -0.27400761967789133], \"rotation\": -0.0, \"id\": \"el885978766736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1163508727427785, -0.5645100430468151], \"rotation\": -0.0, \"id\": \"el885978767824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1072119865999917, -0.6235741633094909], \"rotation\": -0.0, \"id\": \"el885978768912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1993058713100597, -2.021860298002012], \"rotation\": -0.0, \"id\": \"el885978770000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.89595567553894, 0.33292931209238313], \"rotation\": -0.0, \"id\": \"el885978795728\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.08118279517142538, 0.6012462034279626], \"rotation\": -0.0, \"id\": \"el885978796816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.787905562078716, 0.5635269884326063], \"rotation\": -0.0, \"id\": \"el885978797904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.8701069575217948, 1.3471501908614965], \"rotation\": -0.0, \"id\": \"el885978917840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.22282949920449655, -0.37772840107378575], \"rotation\": -0.0, \"id\": \"el885978918928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.304397159418401, 2.9374624023094507], \"rotation\": -0.0, \"id\": \"el885982154576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.2982785417047026, 1.2676165788417266], \"rotation\": -0.0, \"id\": \"el885982184272\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10535900784571003, -0.9859007155745718], \"rotation\": -0.0, \"id\": \"el885979197264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6631099853745107, -0.10796130018438328], \"rotation\": -0.0, \"id\": \"el885982129936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7977490828674796, -3.002345034477707], \"rotation\": -0.0, \"id\": \"el885952030480\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.1371823741107216, -0.1461460925500242], \"rotation\": -0.0, \"id\": \"el885978919696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.26734662706589535, -0.5541645989134789], \"rotation\": -0.0, \"id\": \"el885978920784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3856087969270967, -0.9044746109045123], \"rotation\": -0.0, \"id\": \"el885978754000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2581755187636845, -2.2378599251567395], \"rotation\": -0.0, \"id\": \"el885978755088\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9413765822495012, -0.46879166722381765], \"rotation\": -0.0, \"id\": \"el885978756176\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.3091515266196772, -0.7974523231552293], \"rotation\": -0.0, \"id\": \"el885978757264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.4137121187327154, -0.17085454172474887], \"rotation\": -0.0, \"id\": \"el885978823952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2051566026796119, -0.7123278907034623], \"rotation\": -0.0, \"id\": \"el885978825040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.571198445689641, 0.7644520459192271], \"rotation\": -0.0, \"id\": \"el885978826128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.372028836941331, -0.334385049577932], \"rotation\": -0.0, \"id\": \"el885978827216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.3559550470699002, -0.29142350334926537], \"rotation\": -0.0, \"id\": \"el885978852944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.2913978697435833, 0.5202449053674958], \"rotation\": -0.0, \"id\": \"el885978854032\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.2776342653717199, -0.48802769093958775], \"rotation\": -0.0, \"id\": \"el885978855120\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5293604304024884, -0.45298366800759643], \"rotation\": -0.0, \"id\": \"el885978880848\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7521188275297965, -0.331721315644849], \"rotation\": -0.0, \"id\": \"el885978881936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9660292433901666, -1.7804781620612276], \"rotation\": -0.0, \"id\": \"el885978883024\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.024291101910461, 1.2852137754064699], \"rotation\": -0.0, \"id\": \"el885978884112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.825147632735821, -1.573039347168753], \"rotation\": -0.0, \"id\": \"el885978905744\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9334575516500124, -0.05016765798333821], \"rotation\": -0.0, \"id\": \"el885978906832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5088466932090074, -1.690472561071702], \"rotation\": -0.0, \"id\": \"el885978907920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5067197223463912, 0.6035941103464546], \"rotation\": -0.0, \"id\": \"el885978909008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0431455921440784, -2.020077990675362], \"rotation\": -0.0, \"id\": \"el885978938832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9594307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885978939920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3850953612893063, -0.27377791040721444], \"rotation\": -0.0, \"id\": \"el885978941008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.02863442664092325, -1.3397406247603243], \"rotation\": -0.0, \"id\": \"el885978942096\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.051747808559356, 0.40122780730838], \"rotation\": -0.0, \"id\": \"el885981000464\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1169648925117452, -0.1801359519832772], \"rotation\": -0.0, \"id\": \"el885980998800\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.823096717650409, -0.9716328034968015], \"rotation\": -0.0, \"id\": \"el885981000016\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.087197795725324, -0.62100414853192], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.5684700229364803, -0.9687605106028614], \"rotation\": -0.0, \"id\": \"el885980954640\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982257360pts\"}], \"id\": \"el885978203472\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885979114192\"});\n",
" }(mpld3);\n",
"}else if(typeof define === \"function\" && define.amd){\n",
" // require.js is available: use it to load d3/mpld3\n",
" require.config({paths: {d3: \"https://mpld3.github.io/js/d3.v3.min\"}});\n",
" require([\"d3\"], function(d3){\n",
" window.d3 = d3;\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859791141923509680519\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16792135602850716, 0.5535517574969734], \"rotation\": -0.0, \"id\": \"el885982257424\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.17071564222697133, -1.0962304397374543], \"rotation\": -0.0, \"id\": \"el885982282000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.11929095069897264, -0.697397577680517], \"rotation\": -0.0, \"id\": \"el885982281040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.6570930840449988, 1.1036358550133438], \"rotation\": -0.0, \"id\": \"el885982283920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5655360806287234, 0.9840047892844668], \"rotation\": -0.0, \"id\": \"el885982178576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.8039800806060816, -0.07011036544587769], \"rotation\": -0.0, \"id\": \"el885982179664\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.5599769294036625, 0.10087584288932681], \"rotation\": -0.0, \"id\": \"el885982180752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.0718342739782036, 0.45700967919724544], \"rotation\": -0.0, \"id\": \"el885982181840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.517172690220592, -0.013984001724256963], \"rotation\": -0.0, \"id\": \"el885982228048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4381200375514155, 0.540121738914455], \"rotation\": -0.0, \"id\": \"el885982229136\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.692857307948625, 0.5229315101282587], \"rotation\": -0.0, \"id\": \"el885982230224\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7880609377182705, -0.1328525189726129], \"rotation\": -0.0, \"id\": \"el885982292816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.113613608040872, -0.8998713602501379], \"rotation\": -0.0, \"id\": \"el885982293904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5305744957973475, -0.16644216883391913], \"rotation\": -0.0, \"id\": \"el885982294992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.846560478170833, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982296080\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6730149031252225, 1.1838127745423013], \"rotation\": -0.0, \"id\": \"el885982309520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.6086632029741748, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982310608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.24660662553680227, -0.14752812552023425], \"rotation\": -0.0, \"id\": \"el885982311696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"C\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8927319314711233, 1.546495699690908], \"rotation\": -0.0, \"id\": \"el885982312784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9807711080081543, 0.10560023252621568], \"rotation\": -0.0, \"id\": \"el885982322128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3540462221996302, -0.7026085732216262], \"rotation\": -0.0, \"id\": \"el885982323216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.7037454001354035, -0.17089661800604578], \"rotation\": -0.0, \"id\": \"el885982324304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3608685868688153, -2.6130132200418568], \"rotation\": -0.0, \"id\": \"el885982325392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10664185006545376, 0.5941445436252722], \"rotation\": -0.0, \"id\": \"el885982334736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.3318903312367523, 0.06873533932464285], \"rotation\": -0.0, \"id\": \"el885982335824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.18788123862515568, -0.46717132784732185], \"rotation\": -0.0, \"id\": \"el885982336912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6244537079789029, 0.8726679319631628], \"rotation\": -0.0, \"id\": \"el885982350352\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5842204144967149, -0.3944225071896905], \"rotation\": -0.0, \"id\": \"el885982351440\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.23962026114804866, 1.0981166191771734], \"rotation\": -0.0, \"id\": \"el885982352528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.221729240979548, 0.45110692905908334], \"rotation\": -0.0, \"id\": \"el885982353616\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4964138625370442, -1.144917438681567], \"rotation\": -0.0, \"id\": \"el885982358864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.05986913124349958, -1.1362534398270026], \"rotation\": -0.0, \"id\": \"el885982359952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.46801038615390667, -0.03605794728452982], \"rotation\": -0.0, \"id\": \"el885982361040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.634430455068916, 0.33086737616186396], \"rotation\": -0.0, \"id\": \"el885982362128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1649762011439977, 0.02088463814746541], \"rotation\": -0.0, \"id\": \"el885978729040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.317400421393364, -0.4267853881612133], \"rotation\": -0.0, \"id\": \"el885978725520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4260121746151129, -1.0624415054014116], \"rotation\": -0.0, \"id\": \"el885978728656\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8493013716630252, 0.36426753086112373], \"rotation\": -0.0, \"id\": \"el885978722384\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.004569293827659998, 0.596208105759237], \"rotation\": -0.0, \"id\": \"el885978724432\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0425463210533497, 0.40746637878107256], \"rotation\": -0.0, \"id\": \"el885978724240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7821337189393244, 0.18218043253364313], \"rotation\": -0.0, \"id\": \"el885978721680\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.9320780715018462, -0.6419517358309926], \"rotation\": -0.0, \"id\": \"el885978929296\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7188467860309432, -1.0651572944689427], \"rotation\": -0.0, \"id\": \"el885978926672\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [5.598280647821096, -0.0014312531308891142], \"rotation\": -0.0, \"id\": \"el885978926864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3301594056107485, -4.710399556108404], \"rotation\": -0.0, \"id\": \"el885978928912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.5445556116983994, 0.6741116847767701], \"rotation\": -0.0, \"id\": \"el885978867216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.21770546521000544, -1.2025125483740897], \"rotation\": -0.0, \"id\": \"el885978864784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.34740484605551236, 0.02529333733390922], \"rotation\": -0.0, \"id\": \"el885978866640\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.10421813289523188, 1.794521108963091], \"rotation\": -0.0, \"id\": \"el885978868112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16853951058651867, 0.03890362875452063], \"rotation\": -0.0, \"id\": \"el885978805008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4930822623539256, 0.3199203099720597], \"rotation\": -0.0, \"id\": \"el885978804304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.012862830052710439, -0.5215220226575144], \"rotation\": -0.0, \"id\": \"el885978806160\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.415252156026432, 2.070741573782322], \"rotation\": -0.0, \"id\": \"el885978704976\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7159553050253306, -2.1323833519683895], \"rotation\": -0.0, \"id\": \"el885978706064\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9402725791559341, -0.16126949357887907], \"rotation\": -0.0, \"id\": \"el885978707152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.16379565245968, 2.3280783715243185], \"rotation\": -0.0, \"id\": \"el885978708240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2312611611852957, -0.27400761967789133], \"rotation\": -0.0, \"id\": \"el885978766736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1163508727427785, -0.5645100430468151], \"rotation\": -0.0, \"id\": \"el885978767824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1072119865999917, -0.6235741633094909], \"rotation\": -0.0, \"id\": \"el885978768912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1993058713100597, -2.021860298002012], \"rotation\": -0.0, \"id\": \"el885978770000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.89595567553894, 0.33292931209238313], \"rotation\": -0.0, \"id\": \"el885978795728\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.08118279517142538, 0.6012462034279626], \"rotation\": -0.0, \"id\": \"el885978796816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.787905562078716, 0.5635269884326063], \"rotation\": -0.0, \"id\": \"el885978797904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.8701069575217948, 1.3471501908614965], \"rotation\": -0.0, \"id\": \"el885978917840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.22282949920449655, -0.37772840107378575], \"rotation\": -0.0, \"id\": \"el885978918928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.304397159418401, 2.9374624023094507], \"rotation\": -0.0, \"id\": \"el885982154576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.2982785417047026, 1.2676165788417266], \"rotation\": -0.0, \"id\": \"el885982184272\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10535900784571003, -0.9859007155745718], \"rotation\": -0.0, \"id\": \"el885979197264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6631099853745107, -0.10796130018438328], \"rotation\": -0.0, \"id\": \"el885982129936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7977490828674796, -3.002345034477707], \"rotation\": -0.0, \"id\": \"el885952030480\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.1371823741107216, -0.1461460925500242], \"rotation\": -0.0, \"id\": \"el885978919696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.26734662706589535, -0.5541645989134789], \"rotation\": -0.0, \"id\": \"el885978920784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3856087969270967, -0.9044746109045123], \"rotation\": -0.0, \"id\": \"el885978754000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2581755187636845, -2.2378599251567395], \"rotation\": -0.0, \"id\": \"el885978755088\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9413765822495012, -0.46879166722381765], \"rotation\": -0.0, \"id\": \"el885978756176\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.3091515266196772, -0.7974523231552293], \"rotation\": -0.0, \"id\": \"el885978757264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.4137121187327154, -0.17085454172474887], \"rotation\": -0.0, \"id\": \"el885978823952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2051566026796119, -0.7123278907034623], \"rotation\": -0.0, \"id\": \"el885978825040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.571198445689641, 0.7644520459192271], \"rotation\": -0.0, \"id\": \"el885978826128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.372028836941331, -0.334385049577932], \"rotation\": -0.0, \"id\": \"el885978827216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.3559550470699002, -0.29142350334926537], \"rotation\": -0.0, \"id\": \"el885978852944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.2913978697435833, 0.5202449053674958], \"rotation\": -0.0, \"id\": \"el885978854032\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.2776342653717199, -0.48802769093958775], \"rotation\": -0.0, \"id\": \"el885978855120\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5293604304024884, -0.45298366800759643], \"rotation\": -0.0, \"id\": \"el885978880848\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7521188275297965, -0.331721315644849], \"rotation\": -0.0, \"id\": \"el885978881936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9660292433901666, -1.7804781620612276], \"rotation\": -0.0, \"id\": \"el885978883024\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.024291101910461, 1.2852137754064699], \"rotation\": -0.0, \"id\": \"el885978884112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.825147632735821, -1.573039347168753], \"rotation\": -0.0, \"id\": \"el885978905744\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9334575516500124, -0.05016765798333821], \"rotation\": -0.0, \"id\": \"el885978906832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5088466932090074, -1.690472561071702], \"rotation\": -0.0, \"id\": \"el885978907920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5067197223463912, 0.6035941103464546], \"rotation\": -0.0, \"id\": \"el885978909008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0431455921440784, -2.020077990675362], \"rotation\": -0.0, \"id\": \"el885978938832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9594307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885978939920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3850953612893063, -0.27377791040721444], \"rotation\": -0.0, \"id\": \"el885978941008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.02863442664092325, -1.3397406247603243], \"rotation\": -0.0, \"id\": \"el885978942096\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.051747808559356, 0.40122780730838], \"rotation\": -0.0, \"id\": \"el885981000464\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1169648925117452, -0.1801359519832772], \"rotation\": -0.0, \"id\": \"el885980998800\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.823096717650409, -0.9716328034968015], \"rotation\": -0.0, \"id\": \"el885981000016\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.087197795725324, -0.62100414853192], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.5684700229364803, -0.9687605106028614], \"rotation\": -0.0, \"id\": \"el885980954640\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982257360pts\"}], \"id\": \"el885978203472\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885979114192\"});\n",
" });\n",
" });\n",
"}else{\n",
" // require.js not available: dynamically load d3 & mpld3\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/d3.v3.min.js\", function(){\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859791141923509680519\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16792135602850716, 0.5535517574969734], \"rotation\": -0.0, \"id\": \"el885982257424\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.17071564222697133, -1.0962304397374543], \"rotation\": -0.0, \"id\": \"el885982282000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.11929095069897264, -0.697397577680517], \"rotation\": -0.0, \"id\": \"el885982281040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.6570930840449988, 1.1036358550133438], \"rotation\": -0.0, \"id\": \"el885982283920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5655360806287234, 0.9840047892844668], \"rotation\": -0.0, \"id\": \"el885982178576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.8039800806060816, -0.07011036544587769], \"rotation\": -0.0, \"id\": \"el885982179664\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.5599769294036625, 0.10087584288932681], \"rotation\": -0.0, \"id\": \"el885982180752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.0718342739782036, 0.45700967919724544], \"rotation\": -0.0, \"id\": \"el885982181840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.517172690220592, -0.013984001724256963], \"rotation\": -0.0, \"id\": \"el885982228048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4381200375514155, 0.540121738914455], \"rotation\": -0.0, \"id\": \"el885982229136\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.692857307948625, 0.5229315101282587], \"rotation\": -0.0, \"id\": \"el885982230224\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7880609377182705, -0.1328525189726129], \"rotation\": -0.0, \"id\": \"el885982292816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.113613608040872, -0.8998713602501379], \"rotation\": -0.0, \"id\": \"el885982293904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5305744957973475, -0.16644216883391913], \"rotation\": -0.0, \"id\": \"el885982294992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.846560478170833, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982296080\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6730149031252225, 1.1838127745423013], \"rotation\": -0.0, \"id\": \"el885982309520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.6086632029741748, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982310608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.24660662553680227, -0.14752812552023425], \"rotation\": -0.0, \"id\": \"el885982311696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"C\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8927319314711233, 1.546495699690908], \"rotation\": -0.0, \"id\": \"el885982312784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9807711080081543, 0.10560023252621568], \"rotation\": -0.0, \"id\": \"el885982322128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3540462221996302, -0.7026085732216262], \"rotation\": -0.0, \"id\": \"el885982323216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.7037454001354035, -0.17089661800604578], \"rotation\": -0.0, \"id\": \"el885982324304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3608685868688153, -2.6130132200418568], \"rotation\": -0.0, \"id\": \"el885982325392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10664185006545376, 0.5941445436252722], \"rotation\": -0.0, \"id\": \"el885982334736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.3318903312367523, 0.06873533932464285], \"rotation\": -0.0, \"id\": \"el885982335824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.18788123862515568, -0.46717132784732185], \"rotation\": -0.0, \"id\": \"el885982336912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6244537079789029, 0.8726679319631628], \"rotation\": -0.0, \"id\": \"el885982350352\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5842204144967149, -0.3944225071896905], \"rotation\": -0.0, \"id\": \"el885982351440\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.23962026114804866, 1.0981166191771734], \"rotation\": -0.0, \"id\": \"el885982352528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.221729240979548, 0.45110692905908334], \"rotation\": -0.0, \"id\": \"el885982353616\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4964138625370442, -1.144917438681567], \"rotation\": -0.0, \"id\": \"el885982358864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.05986913124349958, -1.1362534398270026], \"rotation\": -0.0, \"id\": \"el885982359952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.46801038615390667, -0.03605794728452982], \"rotation\": -0.0, \"id\": \"el885982361040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.634430455068916, 0.33086737616186396], \"rotation\": -0.0, \"id\": \"el885982362128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1649762011439977, 0.02088463814746541], \"rotation\": -0.0, \"id\": \"el885978729040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.317400421393364, -0.4267853881612133], \"rotation\": -0.0, \"id\": \"el885978725520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.4260121746151129, -1.0624415054014116], \"rotation\": -0.0, \"id\": \"el885978728656\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8493013716630252, 0.36426753086112373], \"rotation\": -0.0, \"id\": \"el885978722384\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.004569293827659998, 0.596208105759237], \"rotation\": -0.0, \"id\": \"el885978724432\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0425463210533497, 0.40746637878107256], \"rotation\": -0.0, \"id\": \"el885978724240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7821337189393244, 0.18218043253364313], \"rotation\": -0.0, \"id\": \"el885978721680\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.9320780715018462, -0.6419517358309926], \"rotation\": -0.0, \"id\": \"el885978929296\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7188467860309432, -1.0651572944689427], \"rotation\": -0.0, \"id\": \"el885978926672\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [5.598280647821096, -0.0014312531308891142], \"rotation\": -0.0, \"id\": \"el885978926864\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3301594056107485, -4.710399556108404], \"rotation\": -0.0, \"id\": \"el885978928912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.5445556116983994, 0.6741116847767701], \"rotation\": -0.0, \"id\": \"el885978867216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Q\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.21770546521000544, -1.2025125483740897], \"rotation\": -0.0, \"id\": \"el885978864784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.34740484605551236, 0.02529333733390922], \"rotation\": -0.0, \"id\": \"el885978866640\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.10421813289523188, 1.794521108963091], \"rotation\": -0.0, \"id\": \"el885978868112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.16853951058651867, 0.03890362875452063], \"rotation\": -0.0, \"id\": \"el885978805008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.4930822623539256, 0.3199203099720597], \"rotation\": -0.0, \"id\": \"el885978804304\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.012862830052710439, -0.5215220226575144], \"rotation\": -0.0, \"id\": \"el885978806160\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"M\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.415252156026432, 2.070741573782322], \"rotation\": -0.0, \"id\": \"el885978704976\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7159553050253306, -2.1323833519683895], \"rotation\": -0.0, \"id\": \"el885978706064\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.9402725791559341, -0.16126949357887907], \"rotation\": -0.0, \"id\": \"el885978707152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.16379565245968, 2.3280783715243185], \"rotation\": -0.0, \"id\": \"el885978708240\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2312611611852957, -0.27400761967789133], \"rotation\": -0.0, \"id\": \"el885978766736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"G\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1163508727427785, -0.5645100430468151], \"rotation\": -0.0, \"id\": \"el885978767824\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"W\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1072119865999917, -0.6235741633094909], \"rotation\": -0.0, \"id\": \"el885978768912\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.1993058713100597, -2.021860298002012], \"rotation\": -0.0, \"id\": \"el885978770000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.89595567553894, 0.33292931209238313], \"rotation\": -0.0, \"id\": \"el885978795728\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.08118279517142538, 0.6012462034279626], \"rotation\": -0.0, \"id\": \"el885978796816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"R\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.787905562078716, 0.5635269884326063], \"rotation\": -0.0, \"id\": \"el885978797904\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.8701069575217948, 1.3471501908614965], \"rotation\": -0.0, \"id\": \"el885978917840\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.22282949920449655, -0.37772840107378575], \"rotation\": -0.0, \"id\": \"el885978918928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.304397159418401, 2.9374624023094507], \"rotation\": -0.0, \"id\": \"el885982154576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.2982785417047026, 1.2676165788417266], \"rotation\": -0.0, \"id\": \"el885982184272\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"I\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.10535900784571003, -0.9859007155745718], \"rotation\": -0.0, \"id\": \"el885979197264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.6631099853745107, -0.10796130018438328], \"rotation\": -0.0, \"id\": \"el885982129936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7977490828674796, -3.002345034477707], \"rotation\": -0.0, \"id\": \"el885952030480\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.1371823741107216, -0.1461460925500242], \"rotation\": -0.0, \"id\": \"el885978919696\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.26734662706589535, -0.5541645989134789], \"rotation\": -0.0, \"id\": \"el885978920784\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"S\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.3856087969270967, -0.9044746109045123], \"rotation\": -0.0, \"id\": \"el885978754000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2581755187636845, -2.2378599251567395], \"rotation\": -0.0, \"id\": \"el885978755088\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9413765822495012, -0.46879166722381765], \"rotation\": -0.0, \"id\": \"el885978756176\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.3091515266196772, -0.7974523231552293], \"rotation\": -0.0, \"id\": \"el885978757264\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.4137121187327154, -0.17085454172474887], \"rotation\": -0.0, \"id\": \"el885978823952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"V\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.2051566026796119, -0.7123278907034623], \"rotation\": -0.0, \"id\": \"el885978825040\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"F\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [2.571198445689641, 0.7644520459192271], \"rotation\": -0.0, \"id\": \"el885978826128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.372028836941331, -0.334385049577932], \"rotation\": -0.0, \"id\": \"el885978827216\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.3559550470699002, -0.29142350334926537], \"rotation\": -0.0, \"id\": \"el885978852944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"U\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.2913978697435833, 0.5202449053674958], \"rotation\": -0.0, \"id\": \"el885978854032\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.2776342653717199, -0.48802769093958775], \"rotation\": -0.0, \"id\": \"el885978855120\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.5293604304024884, -0.45298366800759643], \"rotation\": -0.0, \"id\": \"el885978880848\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.7521188275297965, -0.331721315644849], \"rotation\": -0.0, \"id\": \"el885978881936\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"X\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9660292433901666, -1.7804781620612276], \"rotation\": -0.0, \"id\": \"el885978883024\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [3.024291101910461, 1.2852137754064699], \"rotation\": -0.0, \"id\": \"el885978884112\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Y\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.825147632735821, -1.573039347168753], \"rotation\": -0.0, \"id\": \"el885978905744\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"H\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9334575516500124, -0.05016765798333821], \"rotation\": -0.0, \"id\": \"el885978906832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"P\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5088466932090074, -1.690472561071702], \"rotation\": -0.0, \"id\": \"el885978907920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"J\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.5067197223463912, 0.6035941103464546], \"rotation\": -0.0, \"id\": \"el885978909008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"A\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.0431455921440784, -2.020077990675362], \"rotation\": -0.0, \"id\": \"el885978938832\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.9594307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885978939920\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.3850953612893063, -0.27377791040721444], \"rotation\": -0.0, \"id\": \"el885978941008\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.02863442664092325, -1.3397406247603243], \"rotation\": -0.0, \"id\": \"el885978942096\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"N\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.051747808559356, 0.40122780730838], \"rotation\": -0.0, \"id\": \"el885981000464\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"D\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [1.1169648925117452, -0.1801359519832772], \"rotation\": -0.0, \"id\": \"el885980998800\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"T\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.823096717650409, -0.9716328034968015], \"rotation\": -0.0, \"id\": \"el885981000016\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"Z\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-1.087197795725324, -0.62100414853192], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.5684700229364803, -0.9687605106028614], \"rotation\": -0.0, \"id\": \"el885980954640\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982257360pts\"}], \"id\": \"el885978203472\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885979114192\"});\n",
" })\n",
" });\n",
"}\n",
"</script>"
],
"metadata": {},
"output_type": "display_data",
"png": "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\n",
"text": [
"<matplotlib.figure.Figure at 0x4b72fd0>"
]
}
],
"prompt_number": 7
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"# the solution: a plugin so that the text is only revealed when a marker is clicked\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib as mpl\n",
"\n",
"class CalloutPlugin(mpld3.plugins.PluginBase):\n",
" JAVASCRIPT = r\"\"\"\n",
" mpld3.register_plugin(\"callout\", CalloutPlugin);\n",
" CalloutPlugin.prototype = Object.create(mpld3.Plugin.prototype);\n",
" CalloutPlugin.prototype.constructor = CalloutPlugin;\n",
" CalloutPlugin.prototype.requiredProps = [\"id\"];\n",
" CalloutPlugin.prototype.defaultProps = {labels: null}\n",
" \n",
" var my_icon = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUTDC0v7E0+LAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAa0lEQVQoz32QQRLAIAwCA///Mz3Y6cSG4EkjoAsk1VgAqspecVP3TTIA6MHTQ6sOHm7Zm4dWHcC4wc3hmVzT7xEbYf66dX/xnEOI7M9KYgie6qvW6ZH0grYOmQGOxzCEQn8C5k5mHAOrbeIBWLlaA3heUtcAAAAASUVORK5CYII=\";\n",
"\n",
" function CalloutPlugin(fig, props){\n",
" mpld3.Plugin.call(this, fig, props);\n",
" // add a button to enable/disable box zoom\n",
" var SaveButton = mpld3.ButtonFactory({\n",
" buttonID: \"save\",\n",
" sticky: false,\n",
" onActivate: function(){save_callouts(this.props.callouts);}.bind(this),\n",
" icon: function(){return my_icon;},\n",
" });\n",
" this.fig.buttons.push(SaveButton);\n",
" };\n",
"\n",
" function save_callouts(callouts) {\n",
" function callout_py(d) {\n",
" return \"plt.text(\" + d.x + \", \" + d.y + \", '\" + d.s + \"', va='center')\\n\"\n",
" + \"plt.plot([\" + d.x1 + \", \" + d.x2 + \"], [\" + d.y1 + \", \" + d.y2 + \"], 'k-')\\n\"\n",
" }\n",
" prompt(\"Copy code to generate callouts:\", callouts.map(callout_py).join(\"\\n\"));\n",
" }\n",
"\n",
" CalloutPlugin.prototype.draw = function(){\n",
" mpld3.t = this; // for debugging and interactive development\n",
" this.props.callouts = [];\n",
" \n",
" var obj = mpld3.get_element(this.props.id), // the points to callout interactively\n",
" callouts = this.props.callouts, // the list of callouts (initially empty)\n",
" labels = this.props.labels, // the labels, in a local var for easy access\n",
" x_offset = .02 * (obj.ax.x.domain()[1] - obj.ax.x.domain()[0]),\n",
" callout_group = obj.group.append(\"g\");\n",
" \n",
" // add behavior: click-on-marker to add text callout \n",
" obj.elements()\n",
" .on(\"mousedown.callout\", function(d, i){\n",
" callouts.push({x:d[0]+x_offset, y:d[1], // coords for marker\n",
" x1:d[0], y1:d[1], // coords for callout line start\n",
" x2:d[0]+x_offset, y2:d[1], // coords for callout line end\n",
" s:labels[i]});\n",
" redraw_callouts();\n",
" });\n",
"\n",
" // add behavior: drag-to-reposition callout label\n",
" var drag_label = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x),\n",
" y:obj.ax.y(d.y)}; })\n",
" .on(\"drag\", function(d) {\n",
" del_x = d.x2 - d.x;\n",
" del_y = d.y2 - d.y;\n",
" \n",
" d.x = obj.ax.x.invert(d3.event.x);\n",
" d.y = obj.ax.y.invert(d3.event.y);\n",
" \n",
" d.x2 = d.x + del_x;\n",
" d.y2 = d.y + del_y;\n",
" \n",
" redraw_callouts();\n",
" });\n",
" \n",
" // add behavior: drag-to-reposition callout line\n",
" var drag_line = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x2),\n",
" y:obj.ax.y(d.y2)}; })\n",
" .on(\"drag\", function(d) {\n",
" d.x2 = obj.ax.x.invert(d3.event.x);\n",
" d.y2 = obj.ax.y.invert(d3.event.y);\n",
" redraw_callouts();\n",
" });\n",
"\n",
" function redraw_callouts() {\n",
" var labels = callout_group.selectAll(\"text\")\n",
" .data(callouts),\n",
" lines = callout_group.selectAll(\"line\")\n",
" .data(callouts);\n",
" \n",
" // add new text elements, if necessary\n",
" labels.enter().append(\"text\")\n",
" .text(function(d) { return d.s; })\n",
" .attr(\"class\", \"mpld3-text\")\n",
" .style(\"font-size\", 11)\n",
" .style(\"text-anchor\", \"start\")\n",
" .style(\"dominant-baseline\", \"central\")\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_label);\n",
"\n",
" // update text locations, which could have been changed by dragging\n",
" labels\n",
" .attr(\"x\", function(d) { return obj.ax.x(d.x); })\n",
" .attr(\"y\", function(d) { return obj.ax.y(d.y); });\n",
" \n",
" // add new line elements, if necessary\n",
" lines.enter().append(\"line\")\n",
" .style(\"stroke\", \"black\")\n",
" .attr(\"x1\", function(d) { return obj.ax.x(d.x1); })\n",
" .attr(\"y1\", function(d) { return obj.ax.y(d.y1); })\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_line);\n",
" \n",
" // update line elements, hiding if the get too short\n",
" lines\n",
" .attr(\"x2\", function(d) { return obj.ax.x(d.x2); })\n",
" .attr(\"y2\", function(d) { return obj.ax.y(d.y2); });\n",
" };\n",
" }\n",
" \"\"\"\n",
"\n",
" def __init__(self, points, labels):\n",
" if isinstance(points, mpl.lines.Line2D):\n",
" suffix = \"pts\"\n",
" else:\n",
" suffix = None\n",
"\n",
" self.dict_ = {\"type\": \"callout\",\n",
" \"id\": mpld3.utils.get_id(points, suffix),\n",
" \"labels\": labels}\n",
"\n",
"points = plt.plot(xx, yy, linestyle='none', marker='s', mew=2, mec='k', mfc='none')\n",
"mpld3.plugins.clear(plt.gcf())\n",
"mpld3.plugins.connect(plt.gcf(), CalloutPlugin(points[0], ss))\n",
"\n",
"mpld3.save_html(plt.gcf(), '/homes/abie/mpld3/t.html')"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"\n",
"\n",
"<style>\n",
"\n",
"</style>\n",
"\n",
"<div id=\"fig_el8859821264808393473790\"></div>\n",
"<script>\n",
"function mpld3_load_lib(url, callback){\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = true;\n",
" s.onreadystatechange = s.onload = callback;\n",
" s.onerror = function(){console.warn(\"failed to load library \" + url);};\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
"}\n",
"\n",
"if(typeof(mpld3) !== \"undefined\" && mpld3._mpld3IsLoaded){\n",
" // already loaded: just create the figure\n",
" !function(mpld3){\n",
" \n",
" mpld3.register_plugin(\"callout\", CalloutPlugin);\n",
" CalloutPlugin.prototype = Object.create(mpld3.Plugin.prototype);\n",
" CalloutPlugin.prototype.constructor = CalloutPlugin;\n",
" CalloutPlugin.prototype.requiredProps = [\"id\"];\n",
" CalloutPlugin.prototype.defaultProps = {labels: null}\n",
" \n",
" var my_icon = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUTDC0v7E0+LAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAa0lEQVQoz32QQRLAIAwCA///Mz3Y6cSG4EkjoAsk1VgAqspecVP3TTIA6MHTQ6sOHm7Zm4dWHcC4wc3hmVzT7xEbYf66dX/xnEOI7M9KYgie6qvW6ZH0grYOmQGOxzCEQn8C5k5mHAOrbeIBWLlaA3heUtcAAAAASUVORK5CYII=\";\n",
"\n",
" function CalloutPlugin(fig, props){\n",
" mpld3.Plugin.call(this, fig, props);\n",
" // add a button to enable/disable box zoom\n",
" var SaveButton = mpld3.ButtonFactory({\n",
" buttonID: \"save\",\n",
" sticky: false,\n",
" onActivate: function(){save_callouts(this.props.callouts);}.bind(this),\n",
" icon: function(){return my_icon;},\n",
" });\n",
" this.fig.buttons.push(SaveButton);\n",
" };\n",
"\n",
" function save_callouts(callouts) {\n",
" function callout_py(d) {\n",
" return \"plt.text(\" + d.x + \", \" + d.y + \", '\" + d.s + \"', va='center')\\n\"\n",
" + \"plt.plot([\" + d.x1 + \", \" + d.x2 + \"], [\" + d.y1 + \", \" + d.y2 + \"], 'k-')\\n\"\n",
" }\n",
" prompt(\"Copy code to generate callouts:\", callouts.map(callout_py).join(\"\\n\"));\n",
" }\n",
"\n",
" CalloutPlugin.prototype.draw = function(){\n",
" mpld3.t = this; // for debugging and interactive development\n",
" this.props.callouts = [];\n",
" \n",
" var obj = mpld3.get_element(this.props.id), // the points to callout interactively\n",
" callouts = this.props.callouts, // the list of callouts (initially empty)\n",
" labels = this.props.labels, // the labels, in a local var for easy access\n",
" x_offset = .02 * (obj.ax.x.domain()[1] - obj.ax.x.domain()[0]),\n",
" callout_group = obj.group.append(\"g\");\n",
" \n",
" // add behavior: click-on-marker to add text callout \n",
" obj.elements()\n",
" .on(\"mousedown.callout\", function(d, i){\n",
" callouts.push({x:d[0]+x_offset, y:d[1], // coords for marker\n",
" x1:d[0], y1:d[1], // coords for callout line start\n",
" x2:d[0]+x_offset, y2:d[1], // coords for callout line end\n",
" s:labels[i]});\n",
" redraw_callouts();\n",
" });\n",
"\n",
" // add behavior: drag-to-reposition callout label\n",
" var drag_label = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x),\n",
" y:obj.ax.y(d.y)}; })\n",
" .on(\"drag\", function(d) {\n",
" del_x = d.x2 - d.x;\n",
" del_y = d.y2 - d.y;\n",
" \n",
" d.x = obj.ax.x.invert(d3.event.x);\n",
" d.y = obj.ax.y.invert(d3.event.y);\n",
" \n",
" d.x2 = d.x + del_x;\n",
" d.y2 = d.y + del_y;\n",
" \n",
" redraw_callouts();\n",
" });\n",
" \n",
" // add behavior: drag-to-reposition callout line\n",
" var drag_line = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x2),\n",
" y:obj.ax.y(d.y2)}; })\n",
" .on(\"drag\", function(d) {\n",
" d.x2 = obj.ax.x.invert(d3.event.x);\n",
" d.y2 = obj.ax.y.invert(d3.event.y);\n",
" redraw_callouts();\n",
" });\n",
"\n",
" function redraw_callouts() {\n",
" var labels = callout_group.selectAll(\"text\")\n",
" .data(callouts),\n",
" lines = callout_group.selectAll(\"line\")\n",
" .data(callouts);\n",
" \n",
" // add new text elements, if necessary\n",
" labels.enter().append(\"text\")\n",
" .text(function(d) { return d.s; })\n",
" .attr(\"class\", \"mpld3-text\")\n",
" .style(\"font-size\", 11)\n",
" .style(\"text-anchor\", \"start\")\n",
" .style(\"dominant-baseline\", \"central\")\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_label);\n",
"\n",
" // update text locations, which could have been changed by dragging\n",
" labels\n",
" .attr(\"x\", function(d) { return obj.ax.x(d.x); })\n",
" .attr(\"y\", function(d) { return obj.ax.y(d.y); });\n",
" \n",
" // add new line elements, if necessary\n",
" lines.enter().append(\"line\")\n",
" .style(\"stroke\", \"black\")\n",
" .attr(\"x1\", function(d) { return obj.ax.x(d.x1); })\n",
" .attr(\"y1\", function(d) { return obj.ax.y(d.y1); })\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_line);\n",
" \n",
" // update line elements, hiding if the get too short\n",
" lines\n",
" .attr(\"x2\", function(d) { return obj.ax.x(d.x2); })\n",
" .attr(\"y2\", function(d) { return obj.ax.y(d.y2); });\n",
" };\n",
" }\n",
" \n",
" mpld3.draw_figure(\"fig_el8859821264808393473790\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885984807568pts\"}], \"id\": \"el885982125840\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"labels\": [\"V\", \"M\", \"U\", \"I\", \"Q\", \"N\", \"G\", \"T\", \"H\", \"I\", \"N\", \"K\", \"Q\", \"R\", \"O\", \"Q\", \"B\", \"Y\", \"C\", \"K\", \"U\", \"H\", \"X\", \"K\", \"F\", \"P\", \"O\", \"A\", \"M\", \"M\", \"Z\", \"P\", \"H\", \"J\", \"P\", \"O\", \"N\", \"Z\", \"B\", \"W\", \"O\", \"H\", \"G\", \"E\", \"K\", \"K\", \"Q\", \"Z\", \"K\", \"J\", \"Y\", \"A\", \"M\", \"S\", \"F\", \"J\", \"R\", \"G\", \"W\", \"S\", \"V\", \"E\", \"R\", \"I\", \"N\", \"B\", \"Y\", \"I\", \"F\", \"K\", \"U\", \"H\", \"S\", \"X\", \"K\", \"D\", \"P\", \"V\", \"F\", \"K\", \"Y\", \"U\", \"O\", \"N\", \"O\", \"X\", \"Y\", \"Y\", \"H\", \"P\", \"J\", \"A\", \"E\", \"O\", \"K\", \"N\", \"D\", \"T\", \"Z\", \"B\"], \"type\": \"callout\", \"id\": \"el885984807568pts\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885982126480\"});\n",
" }(mpld3);\n",
"}else if(typeof define === \"function\" && define.amd){\n",
" // require.js is available: use it to load d3/mpld3\n",
" require.config({paths: {d3: \"https://mpld3.github.io/js/d3.v3.min\"}});\n",
" require([\"d3\"], function(d3){\n",
" window.d3 = d3;\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.register_plugin(\"callout\", CalloutPlugin);\n",
" CalloutPlugin.prototype = Object.create(mpld3.Plugin.prototype);\n",
" CalloutPlugin.prototype.constructor = CalloutPlugin;\n",
" CalloutPlugin.prototype.requiredProps = [\"id\"];\n",
" CalloutPlugin.prototype.defaultProps = {labels: null}\n",
" \n",
" var my_icon = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUTDC0v7E0+LAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAa0lEQVQoz32QQRLAIAwCA///Mz3Y6cSG4EkjoAsk1VgAqspecVP3TTIA6MHTQ6sOHm7Zm4dWHcC4wc3hmVzT7xEbYf66dX/xnEOI7M9KYgie6qvW6ZH0grYOmQGOxzCEQn8C5k5mHAOrbeIBWLlaA3heUtcAAAAASUVORK5CYII=\";\n",
"\n",
" function CalloutPlugin(fig, props){\n",
" mpld3.Plugin.call(this, fig, props);\n",
" // add a button to enable/disable box zoom\n",
" var SaveButton = mpld3.ButtonFactory({\n",
" buttonID: \"save\",\n",
" sticky: false,\n",
" onActivate: function(){save_callouts(this.props.callouts);}.bind(this),\n",
" icon: function(){return my_icon;},\n",
" });\n",
" this.fig.buttons.push(SaveButton);\n",
" };\n",
"\n",
" function save_callouts(callouts) {\n",
" function callout_py(d) {\n",
" return \"plt.text(\" + d.x + \", \" + d.y + \", '\" + d.s + \"', va='center')\\n\"\n",
" + \"plt.plot([\" + d.x1 + \", \" + d.x2 + \"], [\" + d.y1 + \", \" + d.y2 + \"], 'k-')\\n\"\n",
" }\n",
" prompt(\"Copy code to generate callouts:\", callouts.map(callout_py).join(\"\\n\"));\n",
" }\n",
"\n",
" CalloutPlugin.prototype.draw = function(){\n",
" mpld3.t = this; // for debugging and interactive development\n",
" this.props.callouts = [];\n",
" \n",
" var obj = mpld3.get_element(this.props.id), // the points to callout interactively\n",
" callouts = this.props.callouts, // the list of callouts (initially empty)\n",
" labels = this.props.labels, // the labels, in a local var for easy access\n",
" x_offset = .02 * (obj.ax.x.domain()[1] - obj.ax.x.domain()[0]),\n",
" callout_group = obj.group.append(\"g\");\n",
" \n",
" // add behavior: click-on-marker to add text callout \n",
" obj.elements()\n",
" .on(\"mousedown.callout\", function(d, i){\n",
" callouts.push({x:d[0]+x_offset, y:d[1], // coords for marker\n",
" x1:d[0], y1:d[1], // coords for callout line start\n",
" x2:d[0]+x_offset, y2:d[1], // coords for callout line end\n",
" s:labels[i]});\n",
" redraw_callouts();\n",
" });\n",
"\n",
" // add behavior: drag-to-reposition callout label\n",
" var drag_label = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x),\n",
" y:obj.ax.y(d.y)}; })\n",
" .on(\"drag\", function(d) {\n",
" del_x = d.x2 - d.x;\n",
" del_y = d.y2 - d.y;\n",
" \n",
" d.x = obj.ax.x.invert(d3.event.x);\n",
" d.y = obj.ax.y.invert(d3.event.y);\n",
" \n",
" d.x2 = d.x + del_x;\n",
" d.y2 = d.y + del_y;\n",
" \n",
" redraw_callouts();\n",
" });\n",
" \n",
" // add behavior: drag-to-reposition callout line\n",
" var drag_line = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x2),\n",
" y:obj.ax.y(d.y2)}; })\n",
" .on(\"drag\", function(d) {\n",
" d.x2 = obj.ax.x.invert(d3.event.x);\n",
" d.y2 = obj.ax.y.invert(d3.event.y);\n",
" redraw_callouts();\n",
" });\n",
"\n",
" function redraw_callouts() {\n",
" var labels = callout_group.selectAll(\"text\")\n",
" .data(callouts),\n",
" lines = callout_group.selectAll(\"line\")\n",
" .data(callouts);\n",
" \n",
" // add new text elements, if necessary\n",
" labels.enter().append(\"text\")\n",
" .text(function(d) { return d.s; })\n",
" .attr(\"class\", \"mpld3-text\")\n",
" .style(\"font-size\", 11)\n",
" .style(\"text-anchor\", \"start\")\n",
" .style(\"dominant-baseline\", \"central\")\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_label);\n",
"\n",
" // update text locations, which could have been changed by dragging\n",
" labels\n",
" .attr(\"x\", function(d) { return obj.ax.x(d.x); })\n",
" .attr(\"y\", function(d) { return obj.ax.y(d.y); });\n",
" \n",
" // add new line elements, if necessary\n",
" lines.enter().append(\"line\")\n",
" .style(\"stroke\", \"black\")\n",
" .attr(\"x1\", function(d) { return obj.ax.x(d.x1); })\n",
" .attr(\"y1\", function(d) { return obj.ax.y(d.y1); })\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_line);\n",
" \n",
" // update line elements, hiding if the get too short\n",
" lines\n",
" .attr(\"x2\", function(d) { return obj.ax.x(d.x2); })\n",
" .attr(\"y2\", function(d) { return obj.ax.y(d.y2); });\n",
" };\n",
" }\n",
" \n",
" mpld3.draw_figure(\"fig_el8859821264808393473790\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885984807568pts\"}], \"id\": \"el885982125840\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"labels\": [\"V\", \"M\", \"U\", \"I\", \"Q\", \"N\", \"G\", \"T\", \"H\", \"I\", \"N\", \"K\", \"Q\", \"R\", \"O\", \"Q\", \"B\", \"Y\", \"C\", \"K\", \"U\", \"H\", \"X\", \"K\", \"F\", \"P\", \"O\", \"A\", \"M\", \"M\", \"Z\", \"P\", \"H\", \"J\", \"P\", \"O\", \"N\", \"Z\", \"B\", \"W\", \"O\", \"H\", \"G\", \"E\", \"K\", \"K\", \"Q\", \"Z\", \"K\", \"J\", \"Y\", \"A\", \"M\", \"S\", \"F\", \"J\", \"R\", \"G\", \"W\", \"S\", \"V\", \"E\", \"R\", \"I\", \"N\", \"B\", \"Y\", \"I\", \"F\", \"K\", \"U\", \"H\", \"S\", \"X\", \"K\", \"D\", \"P\", \"V\", \"F\", \"K\", \"Y\", \"U\", \"O\", \"N\", \"O\", \"X\", \"Y\", \"Y\", \"H\", \"P\", \"J\", \"A\", \"E\", \"O\", \"K\", \"N\", \"D\", \"T\", \"Z\", \"B\"], \"type\": \"callout\", \"id\": \"el885984807568pts\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885982126480\"});\n",
" });\n",
" });\n",
"}else{\n",
" // require.js not available: dynamically load d3 & mpld3\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/d3.v3.min.js\", function(){\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.register_plugin(\"callout\", CalloutPlugin);\n",
" CalloutPlugin.prototype = Object.create(mpld3.Plugin.prototype);\n",
" CalloutPlugin.prototype.constructor = CalloutPlugin;\n",
" CalloutPlugin.prototype.requiredProps = [\"id\"];\n",
" CalloutPlugin.prototype.defaultProps = {labels: null}\n",
" \n",
" var my_icon = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUTDC0v7E0+LAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAa0lEQVQoz32QQRLAIAwCA///Mz3Y6cSG4EkjoAsk1VgAqspecVP3TTIA6MHTQ6sOHm7Zm4dWHcC4wc3hmVzT7xEbYf66dX/xnEOI7M9KYgie6qvW6ZH0grYOmQGOxzCEQn8C5k5mHAOrbeIBWLlaA3heUtcAAAAASUVORK5CYII=\";\n",
"\n",
" function CalloutPlugin(fig, props){\n",
" mpld3.Plugin.call(this, fig, props);\n",
" // add a button to enable/disable box zoom\n",
" var SaveButton = mpld3.ButtonFactory({\n",
" buttonID: \"save\",\n",
" sticky: false,\n",
" onActivate: function(){save_callouts(this.props.callouts);}.bind(this),\n",
" icon: function(){return my_icon;},\n",
" });\n",
" this.fig.buttons.push(SaveButton);\n",
" };\n",
"\n",
" function save_callouts(callouts) {\n",
" function callout_py(d) {\n",
" return \"plt.text(\" + d.x + \", \" + d.y + \", '\" + d.s + \"', va='center')\\n\"\n",
" + \"plt.plot([\" + d.x1 + \", \" + d.x2 + \"], [\" + d.y1 + \", \" + d.y2 + \"], 'k-')\\n\"\n",
" }\n",
" prompt(\"Copy code to generate callouts:\", callouts.map(callout_py).join(\"\\n\"));\n",
" }\n",
"\n",
" CalloutPlugin.prototype.draw = function(){\n",
" mpld3.t = this; // for debugging and interactive development\n",
" this.props.callouts = [];\n",
" \n",
" var obj = mpld3.get_element(this.props.id), // the points to callout interactively\n",
" callouts = this.props.callouts, // the list of callouts (initially empty)\n",
" labels = this.props.labels, // the labels, in a local var for easy access\n",
" x_offset = .02 * (obj.ax.x.domain()[1] - obj.ax.x.domain()[0]),\n",
" callout_group = obj.group.append(\"g\");\n",
" \n",
" // add behavior: click-on-marker to add text callout \n",
" obj.elements()\n",
" .on(\"mousedown.callout\", function(d, i){\n",
" callouts.push({x:d[0]+x_offset, y:d[1], // coords for marker\n",
" x1:d[0], y1:d[1], // coords for callout line start\n",
" x2:d[0]+x_offset, y2:d[1], // coords for callout line end\n",
" s:labels[i]});\n",
" redraw_callouts();\n",
" });\n",
"\n",
" // add behavior: drag-to-reposition callout label\n",
" var drag_label = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x),\n",
" y:obj.ax.y(d.y)}; })\n",
" .on(\"drag\", function(d) {\n",
" del_x = d.x2 - d.x;\n",
" del_y = d.y2 - d.y;\n",
" \n",
" d.x = obj.ax.x.invert(d3.event.x);\n",
" d.y = obj.ax.y.invert(d3.event.y);\n",
" \n",
" d.x2 = d.x + del_x;\n",
" d.y2 = d.y + del_y;\n",
" \n",
" redraw_callouts();\n",
" });\n",
" \n",
" // add behavior: drag-to-reposition callout line\n",
" var drag_line = d3.behavior.drag()\n",
" .origin(function(d) { return {x:obj.ax.x(d.x2),\n",
" y:obj.ax.y(d.y2)}; })\n",
" .on(\"drag\", function(d) {\n",
" d.x2 = obj.ax.x.invert(d3.event.x);\n",
" d.y2 = obj.ax.y.invert(d3.event.y);\n",
" redraw_callouts();\n",
" });\n",
"\n",
" function redraw_callouts() {\n",
" var labels = callout_group.selectAll(\"text\")\n",
" .data(callouts),\n",
" lines = callout_group.selectAll(\"line\")\n",
" .data(callouts);\n",
" \n",
" // add new text elements, if necessary\n",
" labels.enter().append(\"text\")\n",
" .text(function(d) { return d.s; })\n",
" .attr(\"class\", \"mpld3-text\")\n",
" .style(\"font-size\", 11)\n",
" .style(\"text-anchor\", \"start\")\n",
" .style(\"dominant-baseline\", \"central\")\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_label);\n",
"\n",
" // update text locations, which could have been changed by dragging\n",
" labels\n",
" .attr(\"x\", function(d) { return obj.ax.x(d.x); })\n",
" .attr(\"y\", function(d) { return obj.ax.y(d.y); });\n",
" \n",
" // add new line elements, if necessary\n",
" lines.enter().append(\"line\")\n",
" .style(\"stroke\", \"black\")\n",
" .attr(\"x1\", function(d) { return obj.ax.x(d.x1); })\n",
" .attr(\"y1\", function(d) { return obj.ax.y(d.y1); })\n",
" .style(\"cursor\", \"default\")\n",
" .call(drag_line);\n",
" \n",
" // update line elements, hiding if the get too short\n",
" lines\n",
" .attr(\"x2\", function(d) { return obj.ax.x(d.x2); })\n",
" .attr(\"y2\", function(d) { return obj.ax.y(d.y2); });\n",
" };\n",
" }\n",
" \n",
" mpld3.draw_figure(\"fig_el8859821264808393473790\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885984807568pts\"}], \"id\": \"el885982125840\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"labels\": [\"V\", \"M\", \"U\", \"I\", \"Q\", \"N\", \"G\", \"T\", \"H\", \"I\", \"N\", \"K\", \"Q\", \"R\", \"O\", \"Q\", \"B\", \"Y\", \"C\", \"K\", \"U\", \"H\", \"X\", \"K\", \"F\", \"P\", \"O\", \"A\", \"M\", \"M\", \"Z\", \"P\", \"H\", \"J\", \"P\", \"O\", \"N\", \"Z\", \"B\", \"W\", \"O\", \"H\", \"G\", \"E\", \"K\", \"K\", \"Q\", \"Z\", \"K\", \"J\", \"Y\", \"A\", \"M\", \"S\", \"F\", \"J\", \"R\", \"G\", \"W\", \"S\", \"V\", \"E\", \"R\", \"I\", \"N\", \"B\", \"Y\", \"I\", \"F\", \"K\", \"U\", \"H\", \"S\", \"X\", \"K\", \"D\", \"P\", \"V\", \"F\", \"K\", \"Y\", \"U\", \"O\", \"N\", \"O\", \"X\", \"Y\", \"Y\", \"H\", \"P\", \"J\", \"A\", \"E\", \"O\", \"K\", \"N\", \"D\", \"T\", \"Z\", \"B\"], \"type\": \"callout\", \"id\": \"el885984807568pts\"}], \"data\": {\"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885982126480\"});\n",
" })\n",
" });\n",
"}\n",
"</script>"
],
"metadata": {},
"output_type": "display_data",
"png": "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\n",
"text": [
"<matplotlib.figure.Figure at 0x4e52690>"
]
}
],
"prompt_number": 8
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"points = plt.plot(xx, yy, linestyle='none', marker='s', mew=2, mec='k', mfc='none')\n",
"plt.text(-4.706560478170832, 0.9353331172884595, 'O', va='center')\n",
"plt.plot([-4.9465604781708326, -4.706560478170832], [0.9353331172884595, 0.9353331172884595], 'k-')\n",
"\n",
"plt.text(-3.4686632029741746, -1.3667202773545069, 'B', va='center')\n",
"plt.plot([-3.708663202974175, -3.4686632029741746], [-1.3667202773545069, -1.3667202773545069], 'k-')\n",
"\n",
"plt.text(-0.8194307249812032, -4.747189445562187, 'E', va='center')\n",
"plt.plot([-1.0594307249812032, -0.8194307249812032], [-4.747189445562187, -4.747189445562187], 'k-')\n",
"\n",
"plt.text(4.383441938143678, -0.3885280273244378, 'E', va='center')\n",
"plt.plot([5.498280647821097, 4.641506454272712], [-0.0014312531308891142, -0.3562699628083088], 'k-')\n",
"\n",
"plt.text(-2.132139094902272, 2.5181075635997727, 'B', va='center')\n",
"plt.plot([-2.404397159418401, -2.132139094902272], [2.9374624023094507, 2.5181075635997727], 'k-')\n",
"\n",
"plt.text(0.7927400507720375, -4.323302781914856, 'K', va='center')\n",
"plt.plot([0.2301594056107485, 0.7927400507720375], [-4.710399556108404, -4.323302781914856], 'k-')"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 9,
"text": [
"[<matplotlib.lines.Line2D at 0x4b22050>]"
]
},
{
"html": [
"\n",
"\n",
"<style>\n",
"\n",
"</style>\n",
"\n",
"<div id=\"fig_el8859520078887424327825\"></div>\n",
"<script>\n",
"function mpld3_load_lib(url, callback){\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = true;\n",
" s.onreadystatechange = s.onload = callback;\n",
" s.onerror = function(){console.warn(\"failed to load library \" + url);};\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
"}\n",
"\n",
"if(typeof(mpld3) !== \"undefined\" && mpld3._mpld3IsLoaded){\n",
" // already loaded: just create the figure\n",
" !function(mpld3){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859520078887424327825\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.706560478170832, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982126992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.4686632029741746, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982141072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8194307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885982153872\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [4.383441938143678, -0.3885280273244378], \"rotation\": -0.0, \"id\": \"el885982155152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.132139094902272, 2.5181075635997727], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7927400507720375, -4.323302781914856], \"rotation\": -0.0, \"id\": \"el885978783440\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [{\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data02\", \"id\": \"el885982177296\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data03\", \"id\": \"el885982139664\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data04\", \"id\": \"el885982156176\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data05\", \"id\": \"el885982156368\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data06\", \"id\": \"el885980954768\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data07\", \"id\": \"el885978782544\"}], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982183888pts\"}], \"id\": \"el885984858448\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data06\": [[-2.404397159418401, 2.9374624023094507], [-2.132139094902272, 2.5181075635997727]], \"data07\": [[0.2301594056107485, -4.710399556108404], [0.7927400507720375, -4.323302781914856]], \"data04\": [[-1.0594307249812032, -4.747189445562187], [-0.8194307249812032, -4.747189445562187]], \"data05\": [[5.498280647821097, -0.0014312531308891142], [4.641506454272712, -0.3562699628083088]], \"data02\": [[-4.9465604781708326, 0.9353331172884595], [-4.706560478170832, 0.9353331172884595]], \"data03\": [[-3.708663202974175, -1.3667202773545069], [-3.4686632029741746, -1.3667202773545069]], \"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885952007888\"});\n",
" }(mpld3);\n",
"}else if(typeof define === \"function\" && define.amd){\n",
" // require.js is available: use it to load d3/mpld3\n",
" require.config({paths: {d3: \"https://mpld3.github.io/js/d3.v3.min\"}});\n",
" require([\"d3\"], function(d3){\n",
" window.d3 = d3;\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859520078887424327825\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.706560478170832, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982126992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.4686632029741746, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982141072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8194307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885982153872\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [4.383441938143678, -0.3885280273244378], \"rotation\": -0.0, \"id\": \"el885982155152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.132139094902272, 2.5181075635997727], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7927400507720375, -4.323302781914856], \"rotation\": -0.0, \"id\": \"el885978783440\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [{\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data02\", \"id\": \"el885982177296\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data03\", \"id\": \"el885982139664\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data04\", \"id\": \"el885982156176\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data05\", \"id\": \"el885982156368\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data06\", \"id\": \"el885980954768\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data07\", \"id\": \"el885978782544\"}], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982183888pts\"}], \"id\": \"el885984858448\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data06\": [[-2.404397159418401, 2.9374624023094507], [-2.132139094902272, 2.5181075635997727]], \"data07\": [[0.2301594056107485, -4.710399556108404], [0.7927400507720375, -4.323302781914856]], \"data04\": [[-1.0594307249812032, -4.747189445562187], [-0.8194307249812032, -4.747189445562187]], \"data05\": [[5.498280647821097, -0.0014312531308891142], [4.641506454272712, -0.3562699628083088]], \"data02\": [[-4.9465604781708326, 0.9353331172884595], [-4.706560478170832, 0.9353331172884595]], \"data03\": [[-3.708663202974175, -1.3667202773545069], [-3.4686632029741746, -1.3667202773545069]], \"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885952007888\"});\n",
" });\n",
" });\n",
"}else{\n",
" // require.js not available: dynamically load d3 & mpld3\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/d3.v3.min.js\", function(){\n",
" mpld3_load_lib(\"https://mpld3.github.io/js/mpld3.v0.3git.js\", function(){\n",
" \n",
" mpld3.draw_figure(\"fig_el8859520078887424327825\", {\"axes\": [{\"xlim\": [-6.0, 6.0], \"yscale\": \"linear\", \"axesbg\": \"#FFFFFF\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"O\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-4.706560478170832, 0.9353331172884595], \"rotation\": -0.0, \"id\": \"el885982126992\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-3.4686632029741746, -1.3667202773545069], \"rotation\": -0.0, \"id\": \"el885982141072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-0.8194307249812032, -4.747189445562187], \"rotation\": -0.0, \"id\": \"el885982153872\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"E\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [4.383441938143678, -0.3885280273244378], \"rotation\": -0.0, \"id\": \"el885982155152\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"B\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [-2.132139094902272, 2.5181075635997727], \"rotation\": -0.0, \"id\": \"el885980957392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"start\", \"color\": \"#000000\", \"text\": \"K\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 10.0, \"position\": [0.7927400507720375, -4.323302781914856], \"rotation\": -0.0, \"id\": \"el885978783440\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-6.0, 6.0], \"ylim\": [-5.0, 3.0], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 7, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [{\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data02\", \"id\": \"el885982177296\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data03\", \"id\": \"el885982139664\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data04\", \"id\": \"el885982156176\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data05\", \"id\": \"el885982156368\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data06\", \"id\": \"el885980954768\"}, {\"color\": \"#000000\", \"yindex\": 1, \"coordinates\": \"data\", \"dasharray\": \"none\", \"zorder\": 2, \"alpha\": 1, \"xindex\": 0, \"linewidth\": 1.0, \"data\": \"data07\", \"id\": \"el885978782544\"}], \"markers\": [{\"edgecolor\": \"#000000\", \"facecolor\": \"none\", \"edgewidth\": 2, \"yindex\": 1, \"coordinates\": \"data\", \"zorder\": 2, \"markerpath\": [[[-3.0, 3.0], [3.0, 3.0], [3.0, -3.0], [-3.0, -3.0]], [\"M\", \"L\", \"L\", \"L\", \"Z\"]], \"alpha\": 1, \"xindex\": 0, \"data\": \"data01\", \"id\": \"el885982183888pts\"}], \"id\": \"el885984858448\", \"ydomain\": [-5.0, 3.0], \"collections\": [], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 320.0, \"width\": 480.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data06\": [[-2.404397159418401, 2.9374624023094507], [-2.132139094902272, 2.5181075635997727]], \"data07\": [[0.2301594056107485, -4.710399556108404], [0.7927400507720375, -4.323302781914856]], \"data04\": [[-1.0594307249812032, -4.747189445562187], [-0.8194307249812032, -4.747189445562187]], \"data05\": [[5.498280647821097, -0.0014312531308891142], [4.641506454272712, -0.3562699628083088]], \"data02\": [[-4.9465604781708326, 0.9353331172884595], [-4.706560478170832, 0.9353331172884595]], \"data03\": [[-3.708663202974175, -1.3667202773545069], [-3.4686632029741746, -1.3667202773545069]], \"data01\": [[0.06792135602850716, 0.5535517574969734], [0.07071564222697133, -1.0962304397374543], [0.019290950698972624, -0.697397577680517], [0.5570930840449988, 1.1036358550133438], [-0.6655360806287234, 0.9840047892844668], [0.7039800806060816, -0.07011036544587769], [1.4599769294036624, 0.10087584288932681], [-1.1718342739782037, 0.45700967919724544], [0.417172690220592, -0.013984001724256963], [0.33812003755141545, 0.540121738914455], [0.592857307948625, 0.5229315101282587], [0.6880609377182705, -0.1328525189726129], [1.013613608040872, -0.8998713602501379], [-1.6305744957973476, -0.16644216883391913], [-4.9465604781708326, 0.9353331172884595], [-0.7730149031252225, 1.1838127745423013], [-3.708663202974175, -1.3667202773545069], [-0.34660662553680227, -0.14752812552023425], [-0.9927319314711233, 1.546495699690908], [0.8807711080081543, 0.10560023252621568], [0.25404622219963024, -0.7026085732216262], [1.6037454001354035, -0.17089661800604578], [-0.46086858686881527, -2.6130132200418568], [-0.20664185006545377, 0.5941445436252722], [3.231890331236752, 0.06873533932464285], [0.08788123862515568, -0.46717132784732185], [-0.7244537079789028, 0.8726679319631628], [-0.6842204144967149, -0.3944225071896905], [0.13962026114804865, 1.0981166191771734], [-1.321729240979548, 0.45110692905908334], [1.3964138625370441, -1.144917438681567], [-0.040130868756500425, -1.1362534398270026], [-0.5680103861539066, -0.03605794728452982], [1.5344304550689158, 0.33086737616186396], [1.0649762011439976, 0.02088463814746541], [3.217400421393364, -0.4267853881612133], [1.3260121746151128, -1.0624415054014116], [-0.9493013716630252, 0.36426753086112373], [-0.09543070617234001, 0.596208105759237], [0.9425463210533496, 0.40746637878107256], [0.6821337189393244, 0.18218043253364313], [1.832078071501846, -0.6419517358309926], [-0.8188467860309432, -1.0651572944689427], [5.498280647821097, -0.0014312531308891142], [0.2301594056107485, -4.710399556108404], [-2.6445556116983995, 0.6741116847767701], [0.11770546521000545, -1.2025125483740897], [-0.4474048460555124, 0.02529333733390922], [0.0042181328952318724, 1.794521108963091], [0.06853951058651865, 0.03890362875452063], [0.3930822623539256, 0.3199203099720597], [-0.08713716994728957, -0.5215220226575144], [-1.515252156026432, 2.070741573782322], [0.6159553050253306, -2.1323833519683895], [0.8402725791559341, -0.16126949357887907], [-1.26379565245968, 2.3280783715243185], [1.1312611611852956, -0.27400761967789133], [-0.2163508727427785, -0.5645100430468151], [-0.2072119865999917, -0.6235741633094909], [-0.2993058713100597, -2.021860298002012], [1.7959556755389399, 0.33292931209238313], [-0.018817204828574626, 0.6012462034279626], [2.687905562078716, 0.5635269884326063], [-1.9701069575217949, 1.3471501908614965], [-0.32282949920449655, -0.37772840107378575], [-2.404397159418401, 2.9374624023094507], [-0.3982785417047026, 1.2676165788417266], [-0.20535900784571004, -0.9859007155745718], [-0.7631099853745107, -0.10796130018438328], [-0.8977490828674796, -3.002345034477707], [2.0371823741107216, -0.1461460925500242], [0.16734662706589534, -0.5541645989134789], [0.2856087969270967, -0.9044746109045123], [1.1581755187636844, -2.2378599251567395], [-1.0413765822495011, -0.46879166722381765], [1.209151526619677, -0.7974523231552293], [-0.5137121187327154, -0.17085454172474887], [1.1051566026796118, -0.7123278907034623], [2.471198445689641, 0.7644520459192271], [-1.472028836941331, -0.334385049577932], [-1.4559550470699003, -0.29142350334926537], [-2.3913978697435834, 0.5202449053674958], [0.17763426537171992, -0.48802769093958775], [-1.6293604304024885, -0.45298366800759643], [-0.8521188275297965, -0.331721315644849], [-1.0660292433901666, -1.7804781620612276], [2.9242911019104607, 1.2852137754064699], [-0.925147632735821, -1.573039347168753], [-1.0334575516500124, -0.05016765798333821], [-0.6088466932090074, -1.690472561071702], [-0.6067197223463912, 0.6035941103464546], [0.9431455921440783, -2.020077990675362], [-1.0594307249812032, -4.747189445562187], [-0.48509536128930636, -0.27377791040721444], [-0.07136557335907676, -1.3397406247603243], [0.9517478085593559, 0.40122780730838], [1.0169648925117452, -0.1801359519832772], [-0.923096717650409, -0.9716328034968015], [-1.1871977957253241, -0.62100414853192], [0.4684700229364803, -0.9687605106028614]]}, \"id\": \"el885952007888\"});\n",
" })\n",
" });\n",
"}\n",
"</script>"
],
"metadata": {},
"output_type": "display_data",
"png": "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\n",
"text": [
"<matplotlib.figure.Figure at 0x31993d0>"
]
}
],
"prompt_number": 9
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment