Skip to content

Instantly share code, notes, and snippets.

@tikazyq
Created May 1, 2015 21:40
Show Gist options
  • Save tikazyq/55e8cbb64fe80a2199f8 to your computer and use it in GitHub Desktop.
Save tikazyq/55e8cbb64fe80a2199f8 to your computer and use it in GitHub Desktop.
Graph Analysis of Domains Referring to Windeln.de
{"nbformat_minor": 0, "cells": [{"source": "#Graph Analysis of Domains Referring to Windeln.de", "cell_type": "markdown", "metadata": {}}, {"source": "This notebook analyses the domains that are linking to Windeln.de and attempting to help understand the relationship between those websites.", "cell_type": "markdown", "metadata": {}}, {"execution_count": 13, "cell_type": "code", "source": "import os\nimport re\nfrom pandas import *\nimport numpy as np\nimport networkx as nx\nimport matplotlib.pyplot as plt\nfrom mpld3 import display\n\n%matplotlib inline", "outputs": [], "metadata": {"collapsed": false, "trusted": true}}, {"source": "###Read Raw Data\nData produced by backlinks.py", "cell_type": "markdown", "metadata": {}}, {"execution_count": 17, "cell_type": "code", "source": "df = read_csv('C:/workspace/analysis_reporting/joe/milk_china/anchor_urls.csv', sep='\\t')\n# df.head()", "outputs": [], "metadata": {"collapsed": false, "trusted": true}}, {"execution_count": 15, "cell_type": "code", "source": "df_domain = df.ix[:, ['source_domain','alexa_cc_rank']].drop_duplicates()", "outputs": [], "metadata": {"collapsed": true, "trusted": true}}, {"source": "Find relationship between source domains", "cell_type": "markdown", "metadata": {}}, {"execution_count": 16, "cell_type": "code", "source": "relation_pairs = []\nkey = ['source_domain','links']\ndf2 = df.ix[:,key].assign(num_links=1).dropna().groupby(key, as_index=0)['num_links'].sum()\n# df2 = df.ix[:,['source_domain','links']].drop_duplicates().dropna()\ndf2.index = range(len(df2))\nfor i in df2.index:\n source_domain = df2.ix[i, 'source_domain']\n num_links = df2.ix[i, 'num_links']\n for link_domain in df2.ix[i, 'links'].split('|'):\n \n pair = (source_domain, link_domain, num_links)\n \n relation_pairs.append(pair)\n \ndf_pair = DataFrame(list(set(relation_pairs)), columns=['src', 'target', 'num_links'])", "outputs": [], "metadata": {"collapsed": false, "trusted": true}}, {"execution_count": 20, "cell_type": "code", "source": "# plotting graph\nG = nx.Graph()\npos=nx.spring_layout(G)\nfor line in df_pair.values:\n src, tgt, wt = line.tolist()\n G.add_edge(src, tgt, weight=wt)\n\n# fig, ax = plt.subplots()\nplt.figure(figsize=(10, 10))\nnx.draw_networkx(G, with_labels=1)\n\ndisplay()", "outputs": [{"execution_count": 20, "output_type": "execute_result", "data": {"text/plain": "<IPython.core.display.HTML object>", "text/html": "\n\n<style>\n\n</style>\n\n<div id=\"fig_el94041510281124126122114\"></div>\n<script>\nfunction 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\nif(typeof(mpld3) !== \"undefined\" && mpld3._mpld3IsLoaded){\n // already loaded: just create the figure\n !function(mpld3){\n \n mpld3.draw_figure(\"fig_el94041510281124126122114\", {\"axes\": [{\"xlim\": [-0.20000000000000001, 1.2000000000000002], \"yscale\": \"linear\", \"axesbg\": \"none\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.belle8.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.998085525354446, 0.4652916115821419], \"rotation\": -0.0, \"id\": \"el9404151704944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.wxmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3681144655341072, 0.6665694744844276], \"rotation\": -0.0, \"id\": \"el9404151705520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.boc.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.454600185308768, 0.08805246147109441], \"rotation\": -0.0, \"id\": \"el9404151706128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xamama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.37688615118087904, 0.5047690714186736], \"rotation\": -0.0, \"id\": \"el9404151706704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xipost.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6876096394753607, 0.0], \"rotation\": -0.0, \"id\": \"el9404151707312\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.0, 0.2347980769449269], \"rotation\": -0.0, \"id\": \"el9404151744816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.qdmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.36890160935646116, 0.5784204040922425], \"rotation\": -0.0, \"id\": \"el9404151745392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.letsebuy.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.57237423362004, 0.215879344126002], \"rotation\": -0.0, \"id\": \"el9404151746000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.csmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.2990999216965913, 0.5739271139282895], \"rotation\": -0.0, \"id\": \"el9404151746576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.bjmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.29829795612060594, 0.5067039501543248], \"rotation\": -0.0, \"id\": \"el9404151747184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.gzmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3112340147364196, 0.7270515492105848], \"rotation\": -0.0, \"id\": \"el9404151747792\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.aibaimm.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8126508802586054, 0.7374200544103855], \"rotation\": -0.0, \"id\": \"el9404151748400\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.seedit.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6490231447045148, 1.0], \"rotation\": -0.0, \"id\": \"el9404152281520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.ahlife.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7994771449691079, 0.3388684931984005], \"rotation\": -0.0, \"id\": \"el9404152282128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.8europe.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6175898175009233, 0.47834891671186985], \"rotation\": -0.0, \"id\": \"el9404152282736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ozfeng.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9001416191050454, 0.16327824570596491], \"rotation\": -0.0, \"id\": \"el9404152283344\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"riji.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7364336882314185, 0.9600987381612415], \"rotation\": -0.0, \"id\": \"el9404152283952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9297289471897087, 0.22665316688829784], \"rotation\": -0.0, \"id\": \"el9404152284528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.deyi.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9995872583645175, 0.35863251296276133], \"rotation\": -0.0, \"id\": \"el9404152285104\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.25194406088050714, 0.051598987989896844], \"rotation\": -0.0, \"id\": \"el9404152334896\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.babytree.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9930909549917897, 0.6445956036590944], \"rotation\": -0.0, \"id\": \"el9404152335472\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.shmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.20273222094352789, 0.5490644805003841], \"rotation\": -0.0, \"id\": \"el9404152336048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.symama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.416181289208857, 0.5931413979263809], \"rotation\": -0.0, \"id\": \"el9404151234256\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.jnmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.30088227785412364, 0.6608632073226217], \"rotation\": -0.0, \"id\": \"el9404151148624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.szmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.1960681386056218, 0.6749114167470197], \"rotation\": -0.0, \"id\": \"el9404151149808\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.32631477585333113, 0.004628086976623171], \"rotation\": -0.0, \"id\": \"el9404151147184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.55haitao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6959262589068035, 0.18456452119856695], \"rotation\": -0.0, \"id\": \"el9404151109072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.outao.eu\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.734317471893928, 0.12801346696662638], \"rotation\": -0.0, \"id\": \"el9404151108624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.byeco.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.24650776653811027, 0.9728590673330978], \"rotation\": -0.0, \"id\": \"el9404151106608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.08887333633714006, 0.12259955438292407], \"rotation\": -0.0, \"id\": \"el9404151030928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.europapa.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.5932734773724915, 0.06068572202604689], \"rotation\": -0.0, \"id\": \"el9404138516368\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"home.qqbaobao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.03231651455020376, 0.7932623374732053], \"rotation\": -0.0, \"id\": \"el9404138514704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"cdmama.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.23090220371234366, 0.6215428915310114], \"rotation\": -0.0, \"id\": \"el9404138443408\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8361501802373917, 0.8962216637394909], \"rotation\": -0.0, \"id\": \"el9404138440752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.575836573313644, 0.3960454478664009], \"rotation\": -0.0, \"id\": \"el9404137847024\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-0.20000000000000001, 1.2000000000000002], \"ylim\": [-0.20000000000000001, 1.2000000000000002], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 9, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [], \"id\": \"el9404151028784\", \"ydomain\": [-0.20000000000000001, 1.2000000000000002], \"collections\": [{\"paths\": [[[[0.0, -0.5], [0.13260155, -0.5], [0.25978993539242673, -0.44731684579412084], [0.3535533905932738, -0.3535533905932738], [0.44731684579412084, -0.25978993539242673], [0.5, -0.13260155], [0.5, 0.0], [0.5, 0.13260155], [0.44731684579412084, 0.25978993539242673], [0.3535533905932738, 0.3535533905932738], [0.25978993539242673, 0.44731684579412084], [0.13260155, 0.5], [0.0, 0.5], [-0.13260155, 0.5], [-0.25978993539242673, 0.44731684579412084], [-0.3535533905932738, 0.3535533905932738], [-0.44731684579412084, 0.25978993539242673], [-0.5, 0.13260155], [-0.5, 0.0], [-0.5, -0.13260155], [-0.44731684579412084, -0.25978993539242673], [-0.3535533905932738, -0.3535533905932738], [-0.25978993539242673, -0.44731684579412084], [-0.13260155, -0.5], [0.0, -0.5]], [\"M\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"Z\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data01\", \"yindex\": 1, \"id\": \"el9404151663088\", \"pathtransforms\": [[19.245008972987527, 0.0, 0.0, 19.245008972987527, 0.0, 0.0]], \"pathcoordinates\": \"display\", \"offsetcoordinates\": \"data\", \"zorder\": 2, \"xindex\": 0, \"alphas\": [1.0], \"facecolors\": [\"#FF0000\"]}, {\"paths\": [[[[0.998085525354446, 0.4652916115821419], [0.9930909549917897, 0.6445956036590944]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.9001416191050454, 0.16327824570596491]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.37688615118087904, 0.5047690714186736]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.25194406088050714, 0.051598987989896844]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.0, 0.2347980769449269], [0.08887333633714006, 0.12259955438292407]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.7994771449691079, 0.3388684931984005]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.24650776653811027, 0.9728590673330978]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.8126508802586054, 0.7374200544103855], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.8361501802373917, 0.8962216637394909]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.7364336882314185, 0.9600987381612415]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.9001416191050454, 0.16327824570596491], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.03231651455020376, 0.7932623374732053], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.25194406088050714, 0.051598987989896844], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.575836573313644, 0.3960454478664009], [0.9995872583645175, 0.35863251296276133]], [\"M\", \"L\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data02\", \"yindex\": 1, \"id\": \"el9404151664272\", \"pathtransforms\": [], \"pathcoordinates\": \"data\", \"offsetcoordinates\": \"display\", \"zorder\": 1, \"xindex\": 0, \"alphas\": [null], \"facecolors\": []}], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 800.0, \"width\": 800.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data02\": [[0.0, 0.0]], \"data01\": [[0.998085525354446, 0.4652916115821419], [0.3681144655341072, 0.6665694744844276], [0.454600185308768, 0.08805246147109441], [0.37688615118087904, 0.5047690714186736], [0.6876096394753607, 0.0], [0.0, 0.2347980769449269], [0.36890160935646116, 0.5784204040922425], [0.57237423362004, 0.215879344126002], [0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848], [0.8126508802586054, 0.7374200544103855], [0.6490231447045148, 1.0], [0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985], [0.9001416191050454, 0.16327824570596491], [0.7364336882314185, 0.9600987381612415], [0.9297289471897087, 0.22665316688829784], [0.03231651455020376, 0.7932623374732053], [0.25194406088050714, 0.051598987989896844], [0.9930909549917897, 0.6445956036590944], [0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114], [0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638], [0.24650776653811027, 0.9728590673330978], [0.575836573313644, 0.3960454478664009], [0.5932734773724915, 0.06068572202604689], [0.9995872583645175, 0.35863251296276133], [0.32631477585333113, 0.004628086976623171], [0.8361501802373917, 0.8962216637394909], [0.08887333633714006, 0.12259955438292407]]}, \"id\": \"el9404151028112\"});\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.2.js\", function(){\n \n mpld3.draw_figure(\"fig_el94041510281124126122114\", {\"axes\": [{\"xlim\": [-0.20000000000000001, 1.2000000000000002], \"yscale\": \"linear\", \"axesbg\": \"none\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.belle8.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.998085525354446, 0.4652916115821419], \"rotation\": -0.0, \"id\": \"el9404151704944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.wxmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3681144655341072, 0.6665694744844276], \"rotation\": -0.0, \"id\": \"el9404151705520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.boc.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.454600185308768, 0.08805246147109441], \"rotation\": -0.0, \"id\": \"el9404151706128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xamama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.37688615118087904, 0.5047690714186736], \"rotation\": -0.0, \"id\": \"el9404151706704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xipost.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6876096394753607, 0.0], \"rotation\": -0.0, \"id\": \"el9404151707312\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.0, 0.2347980769449269], \"rotation\": -0.0, \"id\": \"el9404151744816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.qdmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.36890160935646116, 0.5784204040922425], \"rotation\": -0.0, \"id\": \"el9404151745392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.letsebuy.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.57237423362004, 0.215879344126002], \"rotation\": -0.0, \"id\": \"el9404151746000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.csmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.2990999216965913, 0.5739271139282895], \"rotation\": -0.0, \"id\": \"el9404151746576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.bjmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.29829795612060594, 0.5067039501543248], \"rotation\": -0.0, \"id\": \"el9404151747184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.gzmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3112340147364196, 0.7270515492105848], \"rotation\": -0.0, \"id\": \"el9404151747792\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.aibaimm.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8126508802586054, 0.7374200544103855], \"rotation\": -0.0, \"id\": \"el9404151748400\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.seedit.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6490231447045148, 1.0], \"rotation\": -0.0, \"id\": \"el9404152281520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.ahlife.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7994771449691079, 0.3388684931984005], \"rotation\": -0.0, \"id\": \"el9404152282128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.8europe.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6175898175009233, 0.47834891671186985], \"rotation\": -0.0, \"id\": \"el9404152282736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ozfeng.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9001416191050454, 0.16327824570596491], \"rotation\": -0.0, \"id\": \"el9404152283344\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"riji.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7364336882314185, 0.9600987381612415], \"rotation\": -0.0, \"id\": \"el9404152283952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9297289471897087, 0.22665316688829784], \"rotation\": -0.0, \"id\": \"el9404152284528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.deyi.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9995872583645175, 0.35863251296276133], \"rotation\": -0.0, \"id\": \"el9404152285104\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.25194406088050714, 0.051598987989896844], \"rotation\": -0.0, \"id\": \"el9404152334896\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.babytree.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9930909549917897, 0.6445956036590944], \"rotation\": -0.0, \"id\": \"el9404152335472\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.shmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.20273222094352789, 0.5490644805003841], \"rotation\": -0.0, \"id\": \"el9404152336048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.symama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.416181289208857, 0.5931413979263809], \"rotation\": -0.0, \"id\": \"el9404151234256\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.jnmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.30088227785412364, 0.6608632073226217], \"rotation\": -0.0, \"id\": \"el9404151148624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.szmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.1960681386056218, 0.6749114167470197], \"rotation\": -0.0, \"id\": \"el9404151149808\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.32631477585333113, 0.004628086976623171], \"rotation\": -0.0, \"id\": \"el9404151147184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.55haitao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6959262589068035, 0.18456452119856695], \"rotation\": -0.0, \"id\": \"el9404151109072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.outao.eu\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.734317471893928, 0.12801346696662638], \"rotation\": -0.0, \"id\": \"el9404151108624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.byeco.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.24650776653811027, 0.9728590673330978], \"rotation\": -0.0, \"id\": \"el9404151106608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.08887333633714006, 0.12259955438292407], \"rotation\": -0.0, \"id\": \"el9404151030928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.europapa.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.5932734773724915, 0.06068572202604689], \"rotation\": -0.0, \"id\": \"el9404138516368\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"home.qqbaobao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.03231651455020376, 0.7932623374732053], \"rotation\": -0.0, \"id\": \"el9404138514704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"cdmama.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.23090220371234366, 0.6215428915310114], \"rotation\": -0.0, \"id\": \"el9404138443408\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8361501802373917, 0.8962216637394909], \"rotation\": -0.0, \"id\": \"el9404138440752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.575836573313644, 0.3960454478664009], \"rotation\": -0.0, \"id\": \"el9404137847024\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-0.20000000000000001, 1.2000000000000002], \"ylim\": [-0.20000000000000001, 1.2000000000000002], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 9, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [], \"id\": \"el9404151028784\", \"ydomain\": [-0.20000000000000001, 1.2000000000000002], \"collections\": [{\"paths\": [[[[0.0, -0.5], [0.13260155, -0.5], [0.25978993539242673, -0.44731684579412084], [0.3535533905932738, -0.3535533905932738], [0.44731684579412084, -0.25978993539242673], [0.5, -0.13260155], [0.5, 0.0], [0.5, 0.13260155], [0.44731684579412084, 0.25978993539242673], [0.3535533905932738, 0.3535533905932738], [0.25978993539242673, 0.44731684579412084], [0.13260155, 0.5], [0.0, 0.5], [-0.13260155, 0.5], [-0.25978993539242673, 0.44731684579412084], [-0.3535533905932738, 0.3535533905932738], [-0.44731684579412084, 0.25978993539242673], [-0.5, 0.13260155], [-0.5, 0.0], [-0.5, -0.13260155], [-0.44731684579412084, -0.25978993539242673], [-0.3535533905932738, -0.3535533905932738], [-0.25978993539242673, -0.44731684579412084], [-0.13260155, -0.5], [0.0, -0.5]], [\"M\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"Z\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data01\", \"yindex\": 1, \"id\": \"el9404151663088\", \"pathtransforms\": [[19.245008972987527, 0.0, 0.0, 19.245008972987527, 0.0, 0.0]], \"pathcoordinates\": \"display\", \"offsetcoordinates\": \"data\", \"zorder\": 2, \"xindex\": 0, \"alphas\": [1.0], \"facecolors\": [\"#FF0000\"]}, {\"paths\": [[[[0.998085525354446, 0.4652916115821419], [0.9930909549917897, 0.6445956036590944]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.9001416191050454, 0.16327824570596491]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.37688615118087904, 0.5047690714186736]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.25194406088050714, 0.051598987989896844]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.0, 0.2347980769449269], [0.08887333633714006, 0.12259955438292407]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.7994771449691079, 0.3388684931984005]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.24650776653811027, 0.9728590673330978]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.8126508802586054, 0.7374200544103855], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.8361501802373917, 0.8962216637394909]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.7364336882314185, 0.9600987381612415]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.9001416191050454, 0.16327824570596491], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.03231651455020376, 0.7932623374732053], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.25194406088050714, 0.051598987989896844], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.575836573313644, 0.3960454478664009], [0.9995872583645175, 0.35863251296276133]], [\"M\", \"L\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data02\", \"yindex\": 1, \"id\": \"el9404151664272\", \"pathtransforms\": [], \"pathcoordinates\": \"data\", \"offsetcoordinates\": \"display\", \"zorder\": 1, \"xindex\": 0, \"alphas\": [null], \"facecolors\": []}], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 800.0, \"width\": 800.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data02\": [[0.0, 0.0]], \"data01\": [[0.998085525354446, 0.4652916115821419], [0.3681144655341072, 0.6665694744844276], [0.454600185308768, 0.08805246147109441], [0.37688615118087904, 0.5047690714186736], [0.6876096394753607, 0.0], [0.0, 0.2347980769449269], [0.36890160935646116, 0.5784204040922425], [0.57237423362004, 0.215879344126002], [0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848], [0.8126508802586054, 0.7374200544103855], [0.6490231447045148, 1.0], [0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985], [0.9001416191050454, 0.16327824570596491], [0.7364336882314185, 0.9600987381612415], [0.9297289471897087, 0.22665316688829784], [0.03231651455020376, 0.7932623374732053], [0.25194406088050714, 0.051598987989896844], [0.9930909549917897, 0.6445956036590944], [0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114], [0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638], [0.24650776653811027, 0.9728590673330978], [0.575836573313644, 0.3960454478664009], [0.5932734773724915, 0.06068572202604689], [0.9995872583645175, 0.35863251296276133], [0.32631477585333113, 0.004628086976623171], [0.8361501802373917, 0.8962216637394909], [0.08887333633714006, 0.12259955438292407]]}, \"id\": \"el9404151028112\"});\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.2.js\", function(){\n \n mpld3.draw_figure(\"fig_el94041510281124126122114\", {\"axes\": [{\"xlim\": [-0.20000000000000001, 1.2000000000000002], \"yscale\": \"linear\", \"axesbg\": \"none\", \"texts\": [{\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.belle8.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.998085525354446, 0.4652916115821419], \"rotation\": -0.0, \"id\": \"el9404151704944\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.wxmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3681144655341072, 0.6665694744844276], \"rotation\": -0.0, \"id\": \"el9404151705520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.boc.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.454600185308768, 0.08805246147109441], \"rotation\": -0.0, \"id\": \"el9404151706128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xamama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.37688615118087904, 0.5047690714186736], \"rotation\": -0.0, \"id\": \"el9404151706704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.xipost.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6876096394753607, 0.0], \"rotation\": -0.0, \"id\": \"el9404151707312\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.0, 0.2347980769449269], \"rotation\": -0.0, \"id\": \"el9404151744816\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.qdmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.36890160935646116, 0.5784204040922425], \"rotation\": -0.0, \"id\": \"el9404151745392\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.letsebuy.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.57237423362004, 0.215879344126002], \"rotation\": -0.0, \"id\": \"el9404151746000\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.csmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.2990999216965913, 0.5739271139282895], \"rotation\": -0.0, \"id\": \"el9404151746576\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.bjmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.29829795612060594, 0.5067039501543248], \"rotation\": -0.0, \"id\": \"el9404151747184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.gzmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.3112340147364196, 0.7270515492105848], \"rotation\": -0.0, \"id\": \"el9404151747792\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.aibaimm.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8126508802586054, 0.7374200544103855], \"rotation\": -0.0, \"id\": \"el9404151748400\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.seedit.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6490231447045148, 1.0], \"rotation\": -0.0, \"id\": \"el9404152281520\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.ahlife.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7994771449691079, 0.3388684931984005], \"rotation\": -0.0, \"id\": \"el9404152282128\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.8europe.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6175898175009233, 0.47834891671186985], \"rotation\": -0.0, \"id\": \"el9404152282736\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ozfeng.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9001416191050454, 0.16327824570596491], \"rotation\": -0.0, \"id\": \"el9404152283344\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"riji.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.7364336882314185, 0.9600987381612415], \"rotation\": -0.0, \"id\": \"el9404152283952\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9297289471897087, 0.22665316688829784], \"rotation\": -0.0, \"id\": \"el9404152284528\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.deyi.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9995872583645175, 0.35863251296276133], \"rotation\": -0.0, \"id\": \"el9404152285104\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.25194406088050714, 0.051598987989896844], \"rotation\": -0.0, \"id\": \"el9404152334896\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.babytree.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.9930909549917897, 0.6445956036590944], \"rotation\": -0.0, \"id\": \"el9404152335472\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.shmama.net\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.20273222094352789, 0.5490644805003841], \"rotation\": -0.0, \"id\": \"el9404152336048\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.symama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.416181289208857, 0.5931413979263809], \"rotation\": -0.0, \"id\": \"el9404151234256\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.jnmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.30088227785412364, 0.6608632073226217], \"rotation\": -0.0, \"id\": \"el9404151148624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.szmama.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.1960681386056218, 0.6749114167470197], \"rotation\": -0.0, \"id\": \"el9404151149808\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"ebuybible.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.32631477585333113, 0.004628086976623171], \"rotation\": -0.0, \"id\": \"el9404151147184\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.55haitao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.6959262589068035, 0.18456452119856695], \"rotation\": -0.0, \"id\": \"el9404151109072\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.outao.eu\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.734317471893928, 0.12801346696662638], \"rotation\": -0.0, \"id\": \"el9404151108624\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.byeco.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.24650776653811027, 0.9728590673330978], \"rotation\": -0.0, \"id\": \"el9404151106608\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"zhbaby.com.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.08887333633714006, 0.12259955438292407], \"rotation\": -0.0, \"id\": \"el9404151030928\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.europapa.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.5932734773724915, 0.06068572202604689], \"rotation\": -0.0, \"id\": \"el9404138516368\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"home.qqbaobao.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.03231651455020376, 0.7932623374732053], \"rotation\": -0.0, \"id\": \"el9404138514704\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"cdmama.cn\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.23090220371234366, 0.6215428915310114], \"rotation\": -0.0, \"id\": \"el9404138443408\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"bbs.bozhong.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.8361501802373917, 0.8962216637394909], \"rotation\": -0.0, \"id\": \"el9404138440752\"}, {\"v_baseline\": \"central\", \"h_anchor\": \"middle\", \"color\": \"#000000\", \"text\": \"www.eur-go.com\", \"coordinates\": \"data\", \"zorder\": 3, \"alpha\": 1, \"fontsize\": 12.0, \"position\": [0.575836573313644, 0.3960454478664009], \"rotation\": -0.0, \"id\": \"el9404137847024\"}], \"zoomable\": true, \"images\": [], \"xdomain\": [-0.20000000000000001, 1.2000000000000002], \"ylim\": [-0.20000000000000001, 1.2000000000000002], \"paths\": [], \"sharey\": [], \"sharex\": [], \"axesbgalpha\": null, \"axes\": [{\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"bottom\", \"nticks\": 9, \"tickvalues\": null}, {\"scale\": \"linear\", \"tickformat\": null, \"grid\": {\"gridOn\": false}, \"fontsize\": 10.0, \"position\": \"left\", \"nticks\": 9, \"tickvalues\": null}], \"lines\": [], \"markers\": [], \"id\": \"el9404151028784\", \"ydomain\": [-0.20000000000000001, 1.2000000000000002], \"collections\": [{\"paths\": [[[[0.0, -0.5], [0.13260155, -0.5], [0.25978993539242673, -0.44731684579412084], [0.3535533905932738, -0.3535533905932738], [0.44731684579412084, -0.25978993539242673], [0.5, -0.13260155], [0.5, 0.0], [0.5, 0.13260155], [0.44731684579412084, 0.25978993539242673], [0.3535533905932738, 0.3535533905932738], [0.25978993539242673, 0.44731684579412084], [0.13260155, 0.5], [0.0, 0.5], [-0.13260155, 0.5], [-0.25978993539242673, 0.44731684579412084], [-0.3535533905932738, 0.3535533905932738], [-0.44731684579412084, 0.25978993539242673], [-0.5, 0.13260155], [-0.5, 0.0], [-0.5, -0.13260155], [-0.44731684579412084, -0.25978993539242673], [-0.3535533905932738, -0.3535533905932738], [-0.25978993539242673, -0.44731684579412084], [-0.13260155, -0.5], [0.0, -0.5]], [\"M\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"C\", \"Z\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data01\", \"yindex\": 1, \"id\": \"el9404151663088\", \"pathtransforms\": [[19.245008972987527, 0.0, 0.0, 19.245008972987527, 0.0, 0.0]], \"pathcoordinates\": \"display\", \"offsetcoordinates\": \"data\", \"zorder\": 2, \"xindex\": 0, \"alphas\": [1.0], \"facecolors\": [\"#FF0000\"]}, {\"paths\": [[[[0.998085525354446, 0.4652916115821419], [0.9930909549917897, 0.6445956036590944]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.9001416191050454, 0.16327824570596491]], [\"M\", \"L\"]], [[[0.998085525354446, 0.4652916115821419], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.37688615118087904, 0.5047690714186736]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.3681144655341072, 0.6665694744844276], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.25194406088050714, 0.051598987989896844]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.454600185308768, 0.08805246147109441], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.36890160935646116, 0.5784204040922425]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.37688615118087904, 0.5047690714186736], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6876096394753607, 0.0], [0.57237423362004, 0.215879344126002]], [\"M\", \"L\"]], [[[0.0, 0.2347980769449269], [0.08887333633714006, 0.12259955438292407]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.2990999216965913, 0.5739271139282895]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.36890160935646116, 0.5784204040922425], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.7994771449691079, 0.3388684931984005]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.57237423362004, 0.215879344126002], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.2990999216965913, 0.5739271139282895], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.29829795612060594, 0.5067039501543248], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.24650776653811027, 0.9728590673330978]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.20273222094352789, 0.5490644805003841]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.3112340147364196, 0.7270515492105848], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.8126508802586054, 0.7374200544103855], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.8361501802373917, 0.8962216637394909]], [\"M\", \"L\"]], [[[0.6490231447045148, 1.0], [0.7364336882314185, 0.9600987381612415]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.9297289471897087, 0.22665316688829784]], [\"M\", \"L\"]], [[[0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.6175898175009233, 0.47834891671186985], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.9001416191050454, 0.16327824570596491], [0.6959262589068035, 0.18456452119856695]], [\"M\", \"L\"]], [[[0.03231651455020376, 0.7932623374732053], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.25194406088050714, 0.051598987989896844], [0.32631477585333113, 0.004628086976623171]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.20273222094352789, 0.5490644805003841], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.416181289208857, 0.5931413979263809], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197]], [\"M\", \"L\"]], [[[0.30088227785412364, 0.6608632073226217], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.5932734773724915, 0.06068572202604689]], [\"M\", \"L\"]], [[[0.6959262589068035, 0.18456452119856695], [0.575836573313644, 0.3960454478664009]], [\"M\", \"L\"]], [[[0.575836573313644, 0.3960454478664009], [0.9995872583645175, 0.35863251296276133]], [\"M\", \"L\"]]], \"edgecolors\": [\"#000000\"], \"edgewidths\": [1.0], \"offsets\": \"data02\", \"yindex\": 1, \"id\": \"el9404151664272\", \"pathtransforms\": [], \"pathcoordinates\": \"data\", \"offsetcoordinates\": \"display\", \"zorder\": 1, \"xindex\": 0, \"alphas\": [null], \"facecolors\": []}], \"xscale\": \"linear\", \"bbox\": [0.125, 0.125, 0.77500000000000002, 0.77500000000000002]}], \"height\": 800.0, \"width\": 800.0, \"plugins\": [{\"type\": \"reset\"}, {\"enabled\": false, \"button\": true, \"type\": \"zoom\"}, {\"enabled\": false, \"button\": true, \"type\": \"boxzoom\"}], \"data\": {\"data02\": [[0.0, 0.0]], \"data01\": [[0.998085525354446, 0.4652916115821419], [0.3681144655341072, 0.6665694744844276], [0.454600185308768, 0.08805246147109441], [0.37688615118087904, 0.5047690714186736], [0.6876096394753607, 0.0], [0.0, 0.2347980769449269], [0.36890160935646116, 0.5784204040922425], [0.57237423362004, 0.215879344126002], [0.2990999216965913, 0.5739271139282895], [0.29829795612060594, 0.5067039501543248], [0.3112340147364196, 0.7270515492105848], [0.8126508802586054, 0.7374200544103855], [0.6490231447045148, 1.0], [0.7994771449691079, 0.3388684931984005], [0.6175898175009233, 0.47834891671186985], [0.9001416191050454, 0.16327824570596491], [0.7364336882314185, 0.9600987381612415], [0.9297289471897087, 0.22665316688829784], [0.03231651455020376, 0.7932623374732053], [0.25194406088050714, 0.051598987989896844], [0.9930909549917897, 0.6445956036590944], [0.20273222094352789, 0.5490644805003841], [0.416181289208857, 0.5931413979263809], [0.30088227785412364, 0.6608632073226217], [0.1960681386056218, 0.6749114167470197], [0.23090220371234366, 0.6215428915310114], [0.6959262589068035, 0.18456452119856695], [0.734317471893928, 0.12801346696662638], [0.24650776653811027, 0.9728590673330978], [0.575836573313644, 0.3960454478664009], [0.5932734773724915, 0.06068572202604689], [0.9995872583645175, 0.35863251296276133], [0.32631477585333113, 0.004628086976623171], [0.8361501802373917, 0.8962216637394909], [0.08887333633714006, 0.12259955438292407]]}, \"id\": \"el9404151028112\"});\n })\n });\n}\n</script>"}, "metadata": {}}], "metadata": {"collapsed": false, "trusted": true}}], "nbformat": 4, "metadata": {"kernelspec": {"display_name": "Python 2", "name": "python2", "language": "python"}, "language_info": {"mimetype": "text/x-python", "nbconvert_exporter": "python", "version": "2.7.8", "name": "python", "file_extension": ".py", "pygments_lexer": "ipython2", "codemirror_mode": {"version": 2, "name": "ipython"}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment