-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathout.html
69 lines (66 loc) · 32 KB
/
out.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh-0.7.0.min.css" type="text/css" />
<script type="text/javascript" src="https://cdn.pydata.org/bokeh-0.7.0.js"></script>
<script type="text/javascript">
$(function() {
if (typeof (window._bokeh_onload_callbacks) === "undefined"){
window._bokeh_onload_callbacks = [];
}
function load_lib(url, callback){
window._bokeh_onload_callbacks.push(callback);
if (window._bokeh_is_loading){
console.log("Bokeh: BokehJS is being loaded, scheduling callback at", new Date());
return null;
}
console.log("Bokeh: BokehJS not loaded, scheduling load and callback at", new Date());
window._bokeh_is_loading = true;
var s = document.createElement('script');
s.src = url;
s.async = true;
s.onreadystatechange = s.onload = function(){
Bokeh.embed.inject_css("https://cdn.pydata.org/bokeh-0.7.0.min.css");
window._bokeh_onload_callbacks.forEach(function(callback){callback()});
};
s.onerror = function(){
console.warn("failed to load library " + url);
};
document.getElementsByTagName("head")[0].appendChild(s);
}
bokehjs_url = "https://cdn.pydata.org/bokeh-0.7.0.min.js"
var elt = document.getElementById("19dfee05-f41d-4712-c72b-28b63b83a61a");
if(elt==null) {
console.log("Bokeh: ERROR: autoload.js configured with elementid '19dfee05-f41d-4712-c72b-28b63b83a61a'"
+ "but no matching script tag was found. ")
return false;
}
if(typeof(Bokeh) !== "undefined") {
console.log("Bokeh: BokehJS loaded, going straight to plotting");
var modelid = "39eadd4a-b76a-4a44-caec-ddddaeaf56de";
var modeltype = "Plot";
var all_models = [{"id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c","type":"ColumnDataSource","attributes":{"data":{"y":[-118.46736799901,-69.703177293493,243.46139420906,-110.82507897312,29.817763965709,114.86413177298,-64.865822132598,198.08612119656,19.788762848091,-11.29709029684,-127.04747022867,122.41548611138,38.330362679495,-39.822104415062,-154.01893327696,-135.56396780445,25.157591489403,-1.7541438896155,13.584559381641,6.8226077506947,-86.040915752051,8.2502528024394,-10.783094974917,62.057111677661,-36.276524843273,-6.102581321015,-162.22973005541,77.51886588733,73.680096540175,-89.15718780691,157.80716594773,126.83776013269,-24.031664354312,169.09229203955,-200.37631728987,-82.750038797144,104.26339499537,-183.42280488547,104.94882078807,38.730676653029],"x":[-119.73991327994,-41.264545471639,-147.62193830546,-22.985028891211,-85.817168766083,62.502997423182,46.135325761434,-119.01136118162,-32.992173099204,154.01064942551,5.7683820906909,-149.63965909103,24.949518757317,-95.738567822778,-126.57787084014,-69.332731852142,314.49895522369,-42.677078876653,142.06533814282,135.61558337521,-37.619091650258,79.374647840314,-187.7284627942,-16.503140446484,118.30222282197,-49.551926935764,-53.668690682701,-40.974604183871,7.3583303609899,138.60076492789,-115.24151436764,-76.827892553498,29.717488239825,-21.361969108732,-37.949781960509,249.48682341371,-101.09184375804,-53.72465922474,-196.35579533644,102.02265126579]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c","doc":null,"tags":[]}},{"id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"red"},"line_color":{"value":"red"},"x":{"units":"data","field":"x"},"id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b","y":{"units":"data","field":"y"},"tags":[]}},{"id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"red"},"line_color":{"value":"red"},"x":{"units":"data","field":"x"},"id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199","y":{"units":"data","field":"y"},"tags":[]}},{"id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"},"glyph":{"type":"Circle","id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b"},"selection_glyph":null,"id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566","tags":[]}},{"id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea","type":"ColumnDataSource","attributes":{"data":{"y":[120.96011184398,29.020090024549,-6.6724860881105,-100.52618798522,2.7259865914012,-212.1776502089,-15.524181141685,-271.48275072407,54.198815159749,65.218560756111,209.37901285972,-122.46621271876,-80.92734985076,161.67737762397,-28.252025475541,-125.7718769951,-117.88456912826,229.1184482424,-58.508994743296,-106.57000543638,81.805751616571,-41.881788051002,42.084126815247,91.889245801038,-107.11574337867,55.609846864956,127.95348820256,173.648953056,-8.261694568404,74.900610587714,76.39274548423,160.72622197131,-56.148215342061,-0.7640071457589,-8.9514502206924,-128.48190730952,76.050223113155,16.05777204339,-81.833118873758,6.2269406042572],"x":[-20.741996234306,50.793723299559,-139.19768558546,-186.68025000867,65.591455097487,-113.44457931301,242.18828103254,-24.508234642772,91.599093428708,-5.7944526820063,-5.1678445378669,76.610310484822,-101.1967415934,-8.409260591197,100.1161522257,-15.770881142582,-31.900460046193,8.6510905470323,-59.249650234221,-6.1559920964935,48.141858714522,-139.11312409838,-149.93535107696,-3.4860274429536,-132.65341160037,-51.03180799271,-48.258701590787,195.28221982429,-118.31376637091,-104.661980378,8.7763874316432,-28.601718271445,94.195026165057,-17.485728297046,120.81841671852,62.036205921464,106.39443050104,-75.657655618774,179.68557166601,111.71798935451]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea","doc":null,"tags":[]}},{"id":"2dde2aef-94cf-41bf-c1b4-dc9425309739","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"blue"},"line_color":{"value":"blue"},"x":{"units":"data","field":"x"},"id":"2dde2aef-94cf-41bf-c1b4-dc9425309739","y":{"units":"data","field":"y"},"tags":[]}},{"id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"blue"},"line_color":{"value":"blue"},"x":{"units":"data","field":"x"},"id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea","y":{"units":"data","field":"y"},"tags":[]}},{"id":"c5d8de29-a066-4f43-cfdb-85bd3a586243","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"},"glyph":{"type":"Circle","id":"2dde2aef-94cf-41bf-c1b4-dc9425309739"},"selection_glyph":null,"id":"c5d8de29-a066-4f43-cfdb-85bd3a586243","tags":[]}},{"id":"b2fe02a8-48f5-49ca-c913-e90b878cf298","type":"ColumnDataSource","attributes":{"data":{"y":[143.05516334496,-120.89859502944,-107.11648924563,39.35439069456,14.444313619314,-110.18554246593,70.410966361866,-23.501325327799,72.267760361637,-235.18179591904,-104.51711508527,351.8239748802,-94.916640038396,18.667636669724,156.57076891738,-19.986409241352,70.393136367483,254.61128871778,-216.5829714196,335.94519240387,-131.69024978039,145.65567441062,314.96750462943,486.67884448874,-508.82722425244,-261.82822126405,-53.183180412937,-125.35876777361,-81.763585242372,93.203993530407,139.66596374484,-141.96688182345,209.46320286355,58.425979936662,152.58000049126,-50.987814154496,82.526718355218,-148.06818097806,-25.220320372141,172.2874638533],"x":[-139.63388806068,173.34108962725,321.63676230838,48.947239902662,-44.428549113962,-54.701637570814,-45.469380624003,702.00145853027,188.40960857015,-501.00555006933,-141.21812997158,49.765938800555,218.21099902963,-278.05600052375,-360.55358234259,-79.99981292108,105.96744542249,-36.666064558124,-188.01616089658,-272.2032722607,-205.21660572021,334.20857810339,-185.13488959256,409.66141596299,90.896034114463,136.12671441327,285.02010688338,117.57174675286,147.28496538826,-183.53546870028,-250.07607083206,-20.524466953544,147.71534178313,-41.866809635637,-76.393046667435,-4.3994996077603,-185.12412726167,243.01703595009,45.498877620965,148.63068003813]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"b2fe02a8-48f5-49ca-c913-e90b878cf298","doc":null,"tags":[]}},{"id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"green"},"line_color":{"value":"green"},"x":{"units":"data","field":"x"},"id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3","y":{"units":"data","field":"y"},"tags":[]}},{"id":"4db058ec-f32a-423f-c2e3-4150464d3f26","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"green"},"line_color":{"value":"green"},"x":{"units":"data","field":"x"},"id":"4db058ec-f32a-423f-c2e3-4150464d3f26","y":{"units":"data","field":"y"},"tags":[]}},{"id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"4db058ec-f32a-423f-c2e3-4150464d3f26"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"},"glyph":{"type":"Circle","id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3"},"selection_glyph":null,"id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041","tags":[]}},{"id":"4dcfb421-12de-42e9-c218-08dbaf70abd6","type":"DataRange1d","attributes":{"sources":[{"columns":["x"],"source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"}},{"columns":["x"],"source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"}},{"columns":["x"],"source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"}}],"id":"4dcfb421-12de-42e9-c218-08dbaf70abd6","tags":[],"doc":null}},{"id":"23560b0b-3267-4c1a-ccf3-960d3e751db7","type":"DataRange1d","attributes":{"sources":[{"columns":["y"],"source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"}},{"columns":["y"],"source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"}},{"columns":["y"],"source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"}}],"id":"23560b0b-3267-4c1a-ccf3-960d3e751db7","tags":[],"doc":null}},{"id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5","type":"ToolEvents","attributes":{"tags":[],"id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5","geometries":[],"doc":null}},{"id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630","type":"BasicTickFormatter","attributes":{"id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630","tags":[],"doc":null}},{"id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af","type":"BasicTicker","attributes":{"num_minor_ticks":5,"id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af","tags":[],"doc":null}},{"id":"fa209698-eee6-4e37-ce91-622fb23d561a","type":"LinearAxis","attributes":{"formatter":{"type":"BasicTickFormatter","id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630"},"ticker":{"type":"BasicTicker","id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af"},"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"axis_label":"length","id":"fa209698-eee6-4e37-ce91-622fb23d561a","doc":null,"tags":[]}},{"id":"a556f613-de57-4527-c5e7-c6d5e05c96d0","type":"Grid","attributes":{"dimension":0,"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af"},"id":"a556f613-de57-4527-c5e7-c6d5e05c96d0","doc":null,"tags":[]}},{"id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c","type":"BasicTickFormatter","attributes":{"id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c","tags":[],"doc":null}},{"id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2","type":"BasicTicker","attributes":{"num_minor_ticks":5,"id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2","tags":[],"doc":null}},{"id":"6496e80c-2930-4771-c7c3-4d76b5a99164","type":"LinearAxis","attributes":{"formatter":{"type":"BasicTickFormatter","id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c"},"ticker":{"type":"BasicTicker","id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2"},"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"axis_label":"width","id":"6496e80c-2930-4771-c7c3-4d76b5a99164","doc":null,"tags":[]}},{"id":"b307a2f6-0b71-44c9-c475-b84cd872bf05","type":"Grid","attributes":{"dimension":1,"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2"},"id":"b307a2f6-0b71-44c9-c475-b84cd872bf05","doc":null,"tags":[]}},{"id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649","type":"PanTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"dimensions":["width","height"],"id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649","doc":null,"tags":[]}},{"id":"83863e46-7f84-4408-c40b-e3f1c979c535","type":"WheelZoomTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"dimensions":["width","height"],"id":"83863e46-7f84-4408-c40b-e3f1c979c535","doc":null,"tags":[]}},{"id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf","type":"BoxZoomTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf","tags":[],"doc":null}},{"id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6","type":"PreviewSaveTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6","tags":[],"doc":null}},{"id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4","type":"ResizeTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4","tags":[],"doc":null}},{"id":"2d5f0fa2-45de-489c-c80f-3a284921e719","type":"ResetTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"2d5f0fa2-45de-489c-c80f-3a284921e719","tags":[],"doc":null}},{"id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e","type":"Legend","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"legends":[["hi",[{"type":"GlyphRenderer","id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566"}]],["bye",[{"type":"GlyphRenderer","id":"c5d8de29-a066-4f43-cfdb-85bd3a586243"}]],["yolo",[{"type":"GlyphRenderer","id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041"}]]],"id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e","doc":null,"tags":[]}},{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","attributes":{"x_range":{"type":"DataRange1d","id":"4dcfb421-12de-42e9-c218-08dbaf70abd6"},"tool_events":{"type":"ToolEvents","id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5"},"below":[{"type":"LinearAxis","id":"fa209698-eee6-4e37-ce91-622fb23d561a"}],"renderers":[{"type":"GlyphRenderer","id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566"},{"type":"GlyphRenderer","id":"c5d8de29-a066-4f43-cfdb-85bd3a586243"},{"type":"GlyphRenderer","id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041"},{"type":"LinearAxis","id":"fa209698-eee6-4e37-ce91-622fb23d561a"},{"type":"Grid","id":"a556f613-de57-4527-c5e7-c6d5e05c96d0"},{"type":"LinearAxis","id":"6496e80c-2930-4771-c7c3-4d76b5a99164"},{"type":"Grid","id":"b307a2f6-0b71-44c9-c475-b84cd872bf05"},{"type":"Legend","id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e"}],"above":[],"tools":[{"type":"PanTool","id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649"},{"type":"WheelZoomTool","id":"83863e46-7f84-4408-c40b-e3f1c979c535"},{"type":"BoxZoomTool","id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf"},{"type":"PreviewSaveTool","id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6"},{"type":"ResizeTool","id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4"},{"type":"ResetTool","id":"2d5f0fa2-45de-489c-c80f-3a284921e719"}],"doc":null,"right":[],"title":"Scatter Plot Demo","extra_x_ranges":{},"left":[{"type":"LinearAxis","id":"6496e80c-2930-4771-c7c3-4d76b5a99164"}],"y_range":{"type":"DataRange1d","id":"23560b0b-3267-4c1a-ccf3-960d3e751db7"},"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","extra_y_ranges":{},"tags":[]}}];
Bokeh.load_models(all_models);
var model = Bokeh.Collections(modeltype).get(modelid);
$("#19dfee05-f41d-4712-c72b-28b63b83a61a").html(''); // clear any previous plot in window_id
var view = new model.default_view({model: model, el: "#19dfee05-f41d-4712-c72b-28b63b83a61a"});
} else {
load_lib(bokehjs_url, function() {
console.log("Bokeh: BokehJS plotting callback run at", new Date())
var modelid = "39eadd4a-b76a-4a44-caec-ddddaeaf56de";
var modeltype = "Plot";
var all_models = [{"id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c","type":"ColumnDataSource","attributes":{"data":{"y":[-118.46736799901,-69.703177293493,243.46139420906,-110.82507897312,29.817763965709,114.86413177298,-64.865822132598,198.08612119656,19.788762848091,-11.29709029684,-127.04747022867,122.41548611138,38.330362679495,-39.822104415062,-154.01893327696,-135.56396780445,25.157591489403,-1.7541438896155,13.584559381641,6.8226077506947,-86.040915752051,8.2502528024394,-10.783094974917,62.057111677661,-36.276524843273,-6.102581321015,-162.22973005541,77.51886588733,73.680096540175,-89.15718780691,157.80716594773,126.83776013269,-24.031664354312,169.09229203955,-200.37631728987,-82.750038797144,104.26339499537,-183.42280488547,104.94882078807,38.730676653029],"x":[-119.73991327994,-41.264545471639,-147.62193830546,-22.985028891211,-85.817168766083,62.502997423182,46.135325761434,-119.01136118162,-32.992173099204,154.01064942551,5.7683820906909,-149.63965909103,24.949518757317,-95.738567822778,-126.57787084014,-69.332731852142,314.49895522369,-42.677078876653,142.06533814282,135.61558337521,-37.619091650258,79.374647840314,-187.7284627942,-16.503140446484,118.30222282197,-49.551926935764,-53.668690682701,-40.974604183871,7.3583303609899,138.60076492789,-115.24151436764,-76.827892553498,29.717488239825,-21.361969108732,-37.949781960509,249.48682341371,-101.09184375804,-53.72465922474,-196.35579533644,102.02265126579]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c","doc":null,"tags":[]}},{"id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"red"},"line_color":{"value":"red"},"x":{"units":"data","field":"x"},"id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b","y":{"units":"data","field":"y"},"tags":[]}},{"id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"red"},"line_color":{"value":"red"},"x":{"units":"data","field":"x"},"id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199","y":{"units":"data","field":"y"},"tags":[]}},{"id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"8f197c3f-2586-4ae7-ca67-5ee7f74f9199"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"},"glyph":{"type":"Circle","id":"3822fa51-ca21-41f1-c105-3bd1aaed4f4b"},"selection_glyph":null,"id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566","tags":[]}},{"id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea","type":"ColumnDataSource","attributes":{"data":{"y":[120.96011184398,29.020090024549,-6.6724860881105,-100.52618798522,2.7259865914012,-212.1776502089,-15.524181141685,-271.48275072407,54.198815159749,65.218560756111,209.37901285972,-122.46621271876,-80.92734985076,161.67737762397,-28.252025475541,-125.7718769951,-117.88456912826,229.1184482424,-58.508994743296,-106.57000543638,81.805751616571,-41.881788051002,42.084126815247,91.889245801038,-107.11574337867,55.609846864956,127.95348820256,173.648953056,-8.261694568404,74.900610587714,76.39274548423,160.72622197131,-56.148215342061,-0.7640071457589,-8.9514502206924,-128.48190730952,76.050223113155,16.05777204339,-81.833118873758,6.2269406042572],"x":[-20.741996234306,50.793723299559,-139.19768558546,-186.68025000867,65.591455097487,-113.44457931301,242.18828103254,-24.508234642772,91.599093428708,-5.7944526820063,-5.1678445378669,76.610310484822,-101.1967415934,-8.409260591197,100.1161522257,-15.770881142582,-31.900460046193,8.6510905470323,-59.249650234221,-6.1559920964935,48.141858714522,-139.11312409838,-149.93535107696,-3.4860274429536,-132.65341160037,-51.03180799271,-48.258701590787,195.28221982429,-118.31376637091,-104.661980378,8.7763874316432,-28.601718271445,94.195026165057,-17.485728297046,120.81841671852,62.036205921464,106.39443050104,-75.657655618774,179.68557166601,111.71798935451]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea","doc":null,"tags":[]}},{"id":"2dde2aef-94cf-41bf-c1b4-dc9425309739","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"blue"},"line_color":{"value":"blue"},"x":{"units":"data","field":"x"},"id":"2dde2aef-94cf-41bf-c1b4-dc9425309739","y":{"units":"data","field":"y"},"tags":[]}},{"id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"blue"},"line_color":{"value":"blue"},"x":{"units":"data","field":"x"},"id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea","y":{"units":"data","field":"y"},"tags":[]}},{"id":"c5d8de29-a066-4f43-cfdb-85bd3a586243","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"9a734023-b12c-4ddc-cd3c-b21bbce40eea"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"},"glyph":{"type":"Circle","id":"2dde2aef-94cf-41bf-c1b4-dc9425309739"},"selection_glyph":null,"id":"c5d8de29-a066-4f43-cfdb-85bd3a586243","tags":[]}},{"id":"b2fe02a8-48f5-49ca-c913-e90b878cf298","type":"ColumnDataSource","attributes":{"data":{"y":[143.05516334496,-120.89859502944,-107.11648924563,39.35439069456,14.444313619314,-110.18554246593,70.410966361866,-23.501325327799,72.267760361637,-235.18179591904,-104.51711508527,351.8239748802,-94.916640038396,18.667636669724,156.57076891738,-19.986409241352,70.393136367483,254.61128871778,-216.5829714196,335.94519240387,-131.69024978039,145.65567441062,314.96750462943,486.67884448874,-508.82722425244,-261.82822126405,-53.183180412937,-125.35876777361,-81.763585242372,93.203993530407,139.66596374484,-141.96688182345,209.46320286355,58.425979936662,152.58000049126,-50.987814154496,82.526718355218,-148.06818097806,-25.220320372141,172.2874638533],"x":[-139.63388806068,173.34108962725,321.63676230838,48.947239902662,-44.428549113962,-54.701637570814,-45.469380624003,702.00145853027,188.40960857015,-501.00555006933,-141.21812997158,49.765938800555,218.21099902963,-278.05600052375,-360.55358234259,-79.99981292108,105.96744542249,-36.666064558124,-188.01616089658,-272.2032722607,-205.21660572021,334.20857810339,-185.13488959256,409.66141596299,90.896034114463,136.12671441327,285.02010688338,117.57174675286,147.28496538826,-183.53546870028,-250.07607083206,-20.524466953544,147.71534178313,-41.866809635637,-76.393046667435,-4.3994996077603,-185.12412726167,243.01703595009,45.498877620965,148.63068003813]},"column_names":["y","x"],"cont_ranges":{},"discrete_ranges":{},"selected":[],"id":"b2fe02a8-48f5-49ca-c913-e90b878cf298","doc":null,"tags":[]}},{"id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"green"},"line_color":{"value":"green"},"x":{"units":"data","field":"x"},"id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3","y":{"units":"data","field":"y"},"tags":[]}},{"id":"4db058ec-f32a-423f-c2e3-4150464d3f26","type":"Circle","attributes":{"fill_alpha":{"units":"data","value":0.2},"line_alpha":{"units":"data","value":1},"doc":null,"size":{"units":"screen","value":10},"fill_color":{"value":"green"},"line_color":{"value":"green"},"x":{"units":"data","field":"x"},"id":"4db058ec-f32a-423f-c2e3-4150464d3f26","y":{"units":"data","field":"y"},"tags":[]}},{"id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041","type":"GlyphRenderer","attributes":{"name":null,"nonselection_glyph":{"type":"Circle","id":"4db058ec-f32a-423f-c2e3-4150464d3f26"},"doc":null,"server_data_source":null,"data_source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"},"glyph":{"type":"Circle","id":"fdba9e03-761a-46c5-c616-a4bb30bf6ab3"},"selection_glyph":null,"id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041","tags":[]}},{"id":"4dcfb421-12de-42e9-c218-08dbaf70abd6","type":"DataRange1d","attributes":{"sources":[{"columns":["x"],"source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"}},{"columns":["x"],"source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"}},{"columns":["x"],"source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"}}],"id":"4dcfb421-12de-42e9-c218-08dbaf70abd6","tags":[],"doc":null}},{"id":"23560b0b-3267-4c1a-ccf3-960d3e751db7","type":"DataRange1d","attributes":{"sources":[{"columns":["y"],"source":{"type":"ColumnDataSource","id":"d9280e83-33bc-4c07-cc82-d5f4e65c802c"}},{"columns":["y"],"source":{"type":"ColumnDataSource","id":"ed206cdd-6216-481c-c8ed-8d5f08a3edea"}},{"columns":["y"],"source":{"type":"ColumnDataSource","id":"b2fe02a8-48f5-49ca-c913-e90b878cf298"}}],"id":"23560b0b-3267-4c1a-ccf3-960d3e751db7","tags":[],"doc":null}},{"id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5","type":"ToolEvents","attributes":{"tags":[],"id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5","geometries":[],"doc":null}},{"id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630","type":"BasicTickFormatter","attributes":{"id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630","tags":[],"doc":null}},{"id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af","type":"BasicTicker","attributes":{"num_minor_ticks":5,"id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af","tags":[],"doc":null}},{"id":"fa209698-eee6-4e37-ce91-622fb23d561a","type":"LinearAxis","attributes":{"formatter":{"type":"BasicTickFormatter","id":"1f48dc87-0cdf-4e86-ce55-ef7445ca8630"},"ticker":{"type":"BasicTicker","id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af"},"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"axis_label":"length","id":"fa209698-eee6-4e37-ce91-622fb23d561a","doc":null,"tags":[]}},{"id":"a556f613-de57-4527-c5e7-c6d5e05c96d0","type":"Grid","attributes":{"dimension":0,"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"6b6406e7-a779-4d6b-cd40-f518ad55f8af"},"id":"a556f613-de57-4527-c5e7-c6d5e05c96d0","doc":null,"tags":[]}},{"id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c","type":"BasicTickFormatter","attributes":{"id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c","tags":[],"doc":null}},{"id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2","type":"BasicTicker","attributes":{"num_minor_ticks":5,"id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2","tags":[],"doc":null}},{"id":"6496e80c-2930-4771-c7c3-4d76b5a99164","type":"LinearAxis","attributes":{"formatter":{"type":"BasicTickFormatter","id":"54733f11-fb69-4ee3-ce8d-4aac9274e62c"},"ticker":{"type":"BasicTicker","id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2"},"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"axis_label":"width","id":"6496e80c-2930-4771-c7c3-4d76b5a99164","doc":null,"tags":[]}},{"id":"b307a2f6-0b71-44c9-c475-b84cd872bf05","type":"Grid","attributes":{"dimension":1,"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"24d6e89d-16b0-4fad-cfcd-938e07a048b2"},"id":"b307a2f6-0b71-44c9-c475-b84cd872bf05","doc":null,"tags":[]}},{"id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649","type":"PanTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"dimensions":["width","height"],"id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649","doc":null,"tags":[]}},{"id":"83863e46-7f84-4408-c40b-e3f1c979c535","type":"WheelZoomTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"dimensions":["width","height"],"id":"83863e46-7f84-4408-c40b-e3f1c979c535","doc":null,"tags":[]}},{"id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf","type":"BoxZoomTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf","tags":[],"doc":null}},{"id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6","type":"PreviewSaveTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6","tags":[],"doc":null}},{"id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4","type":"ResizeTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4","tags":[],"doc":null}},{"id":"2d5f0fa2-45de-489c-c80f-3a284921e719","type":"ResetTool","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"id":"2d5f0fa2-45de-489c-c80f-3a284921e719","tags":[],"doc":null}},{"id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e","type":"Legend","attributes":{"plot":{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","subtype":"Figure"},"legends":[["hi",[{"type":"GlyphRenderer","id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566"}]],["bye",[{"type":"GlyphRenderer","id":"c5d8de29-a066-4f43-cfdb-85bd3a586243"}]],["yolo",[{"type":"GlyphRenderer","id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041"}]]],"id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e","doc":null,"tags":[]}},{"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","type":"Plot","attributes":{"x_range":{"type":"DataRange1d","id":"4dcfb421-12de-42e9-c218-08dbaf70abd6"},"tool_events":{"type":"ToolEvents","id":"005b3e91-330a-4b54-cbd5-09603e8fd2c5"},"below":[{"type":"LinearAxis","id":"fa209698-eee6-4e37-ce91-622fb23d561a"}],"renderers":[{"type":"GlyphRenderer","id":"ef639ed0-79d7-47b1-c7a9-72b14a17c566"},{"type":"GlyphRenderer","id":"c5d8de29-a066-4f43-cfdb-85bd3a586243"},{"type":"GlyphRenderer","id":"9202e3a1-2ff5-46c3-c61f-42bfb64d2041"},{"type":"LinearAxis","id":"fa209698-eee6-4e37-ce91-622fb23d561a"},{"type":"Grid","id":"a556f613-de57-4527-c5e7-c6d5e05c96d0"},{"type":"LinearAxis","id":"6496e80c-2930-4771-c7c3-4d76b5a99164"},{"type":"Grid","id":"b307a2f6-0b71-44c9-c475-b84cd872bf05"},{"type":"Legend","id":"946b547e-c9ec-47d7-c70c-f8dba3f7bb6e"}],"above":[],"tools":[{"type":"PanTool","id":"11e9f07e-a9b9-4695-c63e-d2e0ea283649"},{"type":"WheelZoomTool","id":"83863e46-7f84-4408-c40b-e3f1c979c535"},{"type":"BoxZoomTool","id":"cd2db6ca-9f16-483e-c809-02a50c7a87cf"},{"type":"PreviewSaveTool","id":"fafa68b0-7eef-453d-c55c-a9df41aef3e6"},{"type":"ResizeTool","id":"e60871d9-a5a5-4b46-cbe4-21f392c55cc4"},{"type":"ResetTool","id":"2d5f0fa2-45de-489c-c80f-3a284921e719"}],"doc":null,"right":[],"title":"Scatter Plot Demo","extra_x_ranges":{},"left":[{"type":"LinearAxis","id":"6496e80c-2930-4771-c7c3-4d76b5a99164"}],"y_range":{"type":"DataRange1d","id":"23560b0b-3267-4c1a-ccf3-960d3e751db7"},"id":"39eadd4a-b76a-4a44-caec-ddddaeaf56de","extra_y_ranges":{},"tags":[]}}];
Bokeh.load_models(all_models);
var model = Bokeh.Collections(modeltype).get(modelid);
$("#19dfee05-f41d-4712-c72b-28b63b83a61a").html(''); // clear any previous plot in window_id
var view = new model.default_view({model: model, el: "#19dfee05-f41d-4712-c72b-28b63b83a61a"});
});
}
});
</script>
</head>
<body>
<div class="plotdiv" id="19dfee05-f41d-4712-c72b-28b63b83a61a"></div>
</body>
</html>