forked from mattmills49/CFB_Analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bokeh_test.html
232 lines (180 loc) · 53.7 KB
/
bokeh_test.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>R Bokeh</title>
<script type="text/javascript">
window.onload = function() {
var imgs = document.getElementsByTagName('img'), i, img;
for (i = 0; i < imgs.length; i++) {
img = imgs[i];
// center an image if it is the only element of its parent
if (img.parentElement.childElementCount === 1)
img.parentElement.style.textAlign = 'center';
}
};
</script>
<!-- Styles for R syntax highlighter -->
<style type="text/css">
pre .operator,
pre .paren {
color: rgb(104, 118, 135)
}
pre .literal {
color: #990073
}
pre .number {
color: #099;
}
pre .comment {
color: #998;
font-style: italic
}
pre .keyword {
color: #900;
font-weight: bold
}
pre .identifier {
color: rgb(0, 0, 0);
}
pre .string {
color: #d14;
}
</style>
<!-- R syntax highlighter -->
<script type="text/javascript">
var hljs=new function(){function m(p){return p.replace(/&/gm,"&").replace(/</gm,"<")}function f(r,q,p){return RegExp(q,"m"+(r.cI?"i":"")+(p?"g":""))}function b(r){for(var p=0;p<r.childNodes.length;p++){var q=r.childNodes[p];if(q.nodeName=="CODE"){return q}if(!(q.nodeType==3&&q.nodeValue.match(/\s+/))){break}}}function h(t,s){var p="";for(var r=0;r<t.childNodes.length;r++){if(t.childNodes[r].nodeType==3){var q=t.childNodes[r].nodeValue;if(s){q=q.replace(/\n/g,"")}p+=q}else{if(t.childNodes[r].nodeName=="BR"){p+="\n"}else{p+=h(t.childNodes[r])}}}if(/MSIE [678]/.test(navigator.userAgent)){p=p.replace(/\r/g,"\n")}return p}function a(s){var r=s.className.split(/\s+/);r=r.concat(s.parentNode.className.split(/\s+/));for(var q=0;q<r.length;q++){var p=r[q].replace(/^language-/,"");if(e[p]){return p}}}function c(q){var p=[];(function(s,t){for(var r=0;r<s.childNodes.length;r++){if(s.childNodes[r].nodeType==3){t+=s.childNodes[r].nodeValue.length}else{if(s.childNodes[r].nodeName=="BR"){t+=1}else{if(s.childNodes[r].nodeType==1){p.push({event:"start",offset:t,node:s.childNodes[r]});t=arguments.callee(s.childNodes[r],t);p.push({event:"stop",offset:t,node:s.childNodes[r]})}}}}return t})(q,0);return p}function k(y,w,x){var q=0;var z="";var s=[];function u(){if(y.length&&w.length){if(y[0].offset!=w[0].offset){return(y[0].offset<w[0].offset)?y:w}else{return w[0].event=="start"?y:w}}else{return y.length?y:w}}function t(D){var A="<"+D.nodeName.toLowerCase();for(var B=0;B<D.attributes.length;B++){var C=D.attributes[B];A+=" "+C.nodeName.toLowerCase();if(C.value!==undefined&&C.value!==false&&C.value!==null){A+='="'+m(C.value)+'"'}}return A+">"}while(y.length||w.length){var v=u().splice(0,1)[0];z+=m(x.substr(q,v.offset-q));q=v.offset;if(v.event=="start"){z+=t(v.node);s.push(v.node)}else{if(v.event=="stop"){var p,r=s.length;do{r--;p=s[r];z+=("</"+p.nodeName.toLowerCase()+">")}while(p!=v.node);s.splice(r,1);while(r<s.length){z+=t(s[r]);r++}}}}return z+m(x.substr(q))}function j(){function q(x,y,v){if(x.compiled){return}var u;var s=[];if(x.k){x.lR=f(y,x.l||hljs.IR,true);for(var w in x.k){if(!x.k.hasOwnProperty(w)){continue}if(x.k[w] instanceof Object){u=x.k[w]}else{u=x.k;w="keyword"}for(var r in u){if(!u.hasOwnProperty(r)){continue}x.k[r]=[w,u[r]];s.push(r)}}}if(!v){if(x.bWK){x.b="\\b("+s.join("|")+")\\s"}x.bR=f(y,x.b?x.b:"\\B|\\b");if(!x.e&&!x.eW){x.e="\\B|\\b"}if(x.e){x.eR=f(y,x.e)}}if(x.i){x.iR=f(y,x.i)}if(x.r===undefined){x.r=1}if(!x.c){x.c=[]}x.compiled=true;for(var t=0;t<x.c.length;t++){if(x.c[t]=="self"){x.c[t]=x}q(x.c[t],y,false)}if(x.starts){q(x.starts,y,false)}}for(var p in e){if(!e.hasOwnProperty(p)){continue}q(e[p].dM,e[p],true)}}function d(B,C){if(!j.called){j();j.called=true}function q(r,M){for(var L=0;L<M.c.length;L++){if((M.c[L].bR.exec(r)||[null])[0]==r){return M.c[L]}}}function v(L,r){if(D[L].e&&D[L].eR.test(r)){return 1}if(D[L].eW){var M=v(L-1,r);return M?M+1:0}return 0}function w(r,L){return L.i&&L.iR.test(r)}function K(N,O){var M=[];for(var L=0;L<N.c.length;L++){M.push(N.c[L].b)}var r=D.length-1;do{if(D[r].e){M.push(D[r].e)}r--}while(D[r+1].eW);if(N.i){M.push(N.i)}return f(O,M.join("|"),true)}function p(M,L){var N=D[D.length-1];if(!N.t){N.t=K(N,E)}N.t.lastIndex=L;var r=N.t.exec(M);return r?[M.substr(L,r.index-L),r[0],false]:[M.substr(L),"",true]}function z(N,r){var L=E.cI?r[0].toLowerCase():r[0];var M=N.k[L];if(M&&M instanceof Array){return M}return false}function F(L,P){L=m(L);if(!P.k){return L}var r="";var O=0;P.lR.lastIndex=0;var M=P.lR.exec(L);while(M){r+=L.substr(O,M.index-O);var N=z(P,M);if(N){x+=N[1];r+='<span class="'+N[0]+'">'+M[0]+"</span>"}else{r+=M[0]}O=P.lR.lastIndex;M=P.lR.exec(L)}return r+L.substr(O,L.length-O)}function J(L,M){if(M.sL&&e[M.sL]){var r=d(M.sL,L);x+=r.keyword_count;return r.value}else{return F(L,M)}}function I(M,r){var L=M.cN?'<span class="'+M.cN+'">':"";if(M.rB){y+=L;M.buffer=""}else{if(M.eB){y+=m(r)+L;M.buffer=""}else{y+=L;M.buffer=r}}D.push(M);A+=M.r}function G(N,M,Q){var R=D[D.length-1];if(Q){y+=J(R.buffer+N,R);return false}var P=q(M,R);if(P){y+=J(R.buffer+N,R);I(P,M);return P.rB}var L=v(D.length-1,M);if(L){var O=R.cN?"</span>":"";if(R.rE){y+=J(R.buffer+N,R)+O}else{if(R.eE){y+=J(R.buffer+N,R)+O+m(M)}else{y+=J(R.buffer+N+M,R)+O}}while(L>1){O=D[D.length-2].cN?"</span>":"";y+=O;L--;D.length--}var r=D[D.length-1];D.length--;D[D.length-1].buffer="";if(r.starts){I(r.starts,"")}return R.rE}if(w(M,R)){throw"Illegal"}}var E=e[B];var D=[E.dM];var A=0;var x=0;var y="";try{var s,u=0;E.dM.buffer="";do{s=p(C,u);var t=G(s[0],s[1],s[2]);u+=s[0].length;if(!t){u+=s[1].length}}while(!s[2]);if(D.length>1){throw"Illegal"}return{r:A,keyword_count:x,value:y}}catch(H){if(H=="Illegal"){return{r:0,keyword_count:0,value:m(C)}}else{throw H}}}function g(t){var p={keyword_count:0,r:0,value:m(t)};var r=p;for(var q in e){if(!e.hasOwnProperty(q)){continue}var s=d(q,t);s.language=q;if(s.keyword_count+s.r>r.keyword_count+r.r){r=s}if(s.keyword_count+s.r>p.keyword_count+p.r){r=p;p=s}}if(r.language){p.second_best=r}return p}function i(r,q,p){if(q){r=r.replace(/^((<[^>]+>|\t)+)/gm,function(t,w,v,u){return w.replace(/\t/g,q)})}if(p){r=r.replace(/\n/g,"<br>")}return r}function n(t,w,r){var x=h(t,r);var v=a(t);var y,s;if(v){y=d(v,x)}else{return}var q=c(t);if(q.length){s=document.createElement("pre");s.innerHTML=y.value;y.value=k(q,c(s),x)}y.value=i(y.value,w,r);var u=t.className;if(!u.match("(\\s|^)(language-)?"+v+"(\\s|$)")){u=u?(u+" "+v):v}if(/MSIE [678]/.test(navigator.userAgent)&&t.tagName=="CODE"&&t.parentNode.tagName=="PRE"){s=t.parentNode;var p=document.createElement("div");p.innerHTML="<pre><code>"+y.value+"</code></pre>";t=p.firstChild.firstChild;p.firstChild.cN=s.cN;s.parentNode.replaceChild(p.firstChild,s)}else{t.innerHTML=y.value}t.className=u;t.result={language:v,kw:y.keyword_count,re:y.r};if(y.second_best){t.second_best={language:y.second_best.language,kw:y.second_best.keyword_count,re:y.second_best.r}}}function o(){if(o.called){return}o.called=true;var r=document.getElementsByTagName("pre");for(var p=0;p<r.length;p++){var q=b(r[p]);if(q){n(q,hljs.tabReplace)}}}function l(){if(window.addEventListener){window.addEventListener("DOMContentLoaded",o,false);window.addEventListener("load",o,false)}else{if(window.attachEvent){window.attachEvent("onload",o)}else{window.onload=o}}}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=n;this.initHighlighting=o;this.initHighlightingOnLoad=l;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="\\b(0[xX][a-fA-F0-9]+|(\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.ER="(?![\\s\\S])";this.BE={b:"\\\\.",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.inherit=function(r,s){var p={};for(var q in r){p[q]=r[q]}if(s){for(var q in s){p[q]=s[q]}}return p}}();hljs.LANGUAGES.cpp=function(){var a={keyword:{"false":1,"int":1,"float":1,"while":1,"private":1,"char":1,"catch":1,"export":1,virtual:1,operator:2,sizeof:2,dynamic_cast:2,typedef:2,const_cast:2,"const":1,struct:1,"for":1,static_cast:2,union:1,namespace:1,unsigned:1,"long":1,"throw":1,"volatile":2,"static":1,"protected":1,bool:1,template:1,mutable:1,"if":1,"public":1,friend:2,"do":1,"return":1,"goto":1,auto:1,"void":2,"enum":1,"else":1,"break":1,"new":1,extern:1,using:1,"true":1,"class":1,asm:1,"case":1,typeid:1,"short":1,reinterpret_cast:2,"default":1,"double":1,register:1,explicit:1,signed:1,typename:1,"try":1,"this":1,"switch":1,"continue":1,wchar_t:1,inline:1,"delete":1,alignof:1,char16_t:1,char32_t:1,constexpr:1,decltype:1,noexcept:1,nullptr:1,static_assert:1,thread_local:1,restrict:1,_Bool:1,complex:1},built_in:{std:1,string:1,cin:1,cout:1,cerr:1,clog:1,stringstream:1,istringstream:1,ostringstream:1,auto_ptr:1,deque:1,list:1,queue:1,stack:1,vector:1,map:1,set:1,bitset:1,multiset:1,multimap:1,unordered_set:1,unordered_map:1,unordered_multiset:1,unordered_multimap:1,array:1,shared_ptr:1}};return{dM:{k:a,i:"</",c:[hljs.CLCM,hljs.CBLCLM,hljs.QSM,{cN:"string",b:"'\\\\?.",e:"'",i:"."},{cN:"number",b:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},hljs.CNM,{cN:"preprocessor",b:"#",e:"$"},{cN:"stl_container",b:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",e:">",k:a,r:10,c:["self"]}]}}}();hljs.LANGUAGES.r={dM:{c:[hljs.HCM,{cN:"number",b:"\\b0[xX][0-9a-fA-F]+[Li]?\\b",e:hljs.IMMEDIATE_RE,r:0},{cN:"number",b:"\\b\\d+(?:[eE][+\\-]?\\d*)?L\\b",e:hljs.IMMEDIATE_RE,r:0},{cN:"number",b:"\\b\\d+\\.(?!\\d)(?:i\\b)?",e:hljs.IMMEDIATE_RE,r:1},{cN:"number",b:"\\b\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",e:hljs.IMMEDIATE_RE,r:0},{cN:"number",b:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",e:hljs.IMMEDIATE_RE,r:1},{cN:"keyword",b:"(?:tryCatch|library|setGeneric|setGroupGeneric)\\b",e:hljs.IMMEDIATE_RE,r:10},{cN:"keyword",b:"\\.\\.\\.",e:hljs.IMMEDIATE_RE,r:10},{cN:"keyword",b:"\\.\\.\\d+(?![\\w.])",e:hljs.IMMEDIATE_RE,r:10},{cN:"keyword",b:"\\b(?:function)",e:hljs.IMMEDIATE_RE,r:2},{cN:"keyword",b:"(?:if|in|break|next|repeat|else|for|return|switch|while|try|stop|warning|require|attach|detach|source|setMethod|setClass)\\b",e:hljs.IMMEDIATE_RE,r:1},{cN:"literal",b:"(?:NA|NA_integer_|NA_real_|NA_character_|NA_complex_)\\b",e:hljs.IMMEDIATE_RE,r:10},{cN:"literal",b:"(?:NULL|TRUE|FALSE|T|F|Inf|NaN)\\b",e:hljs.IMMEDIATE_RE,r:1},{cN:"identifier",b:"[a-zA-Z.][a-zA-Z0-9._]*\\b",e:hljs.IMMEDIATE_RE,r:0},{cN:"operator",b:"<\\-(?!\\s*\\d)",e:hljs.IMMEDIATE_RE,r:2},{cN:"operator",b:"\\->|<\\-",e:hljs.IMMEDIATE_RE,r:1},{cN:"operator",b:"%%|~",e:hljs.IMMEDIATE_RE},{cN:"operator",b:">=|<=|==|!=|\\|\\||&&|=|\\+|\\-|\\*|/|\\^|>|<|!|&|\\||\\$|:",e:hljs.IMMEDIATE_RE,r:0},{cN:"operator",b:"%",e:"%",i:"\\n",r:1},{cN:"identifier",b:"`",e:"`",r:0},{cN:"string",b:'"',e:'"',c:[hljs.BE],r:0},{cN:"string",b:"'",e:"'",c:[hljs.BE],r:0},{cN:"paren",b:"[[({\\])}]",e:hljs.IMMEDIATE_RE,r:0}]}};
hljs.initHighlightingOnLoad();
</script>
<style type="text/css">
body, td {
font-family: sans-serif;
background-color: white;
font-size: 13px;
}
body {
max-width: 800px;
margin: auto;
padding: 1em;
line-height: 20px;
}
tt, code, pre {
font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace;
}
h1 {
font-size:2.2em;
}
h2 {
font-size:1.8em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.0em;
}
h5 {
font-size:0.9em;
}
h6 {
font-size:0.8em;
}
a:visited {
color: rgb(50%, 0%, 50%);
}
pre, img {
max-width: 100%;
}
pre {
overflow-x: auto;
}
pre code {
display: block; padding: 0.5em;
}
code {
font-size: 92%;
border: 1px solid #ccc;
}
code[class] {
background-color: #F8F8F8;
}
table, td, th {
border: none;
}
blockquote {
color:#666666;
margin:0;
padding-left: 1em;
border-left: 0.5em #EEE solid;
}
hr {
height: 0px;
border-bottom: none;
border-top-width: thin;
border-top-style: dotted;
border-top-color: #999999;
}
@media print {
* {
background: transparent !important;
color: black !important;
filter:none !important;
-ms-filter: none !important;
}
body {
font-size:12pt;
max-width:100%;
}
a, a:visited {
text-decoration: underline;
}
hr {
visibility: hidden;
page-break-before: always;
}
pre, blockquote {
padding-right: 1em;
page-break-inside: avoid;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page :left {
margin: 15mm 20mm 15mm 10mm;
}
@page :right {
margin: 15mm 10mm 15mm 20mm;
}
p, h2, h3 {
orphans: 3; widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}
</style>
</head>
<body>
<h1>R Bokeh</h1>
<pre><code class="r">#
#devtools::install_github("ramnathv/htmlwidgets")
#devtools::install_github("bokeh/rbokeh")
library(rbokeh)
p <- figure()
ly_points(p, cars$speed, cars$dist)
</code></pre>
<p><!–html_preserve–><div id="htmlwidget-8460" style="width:480px;height:520px;" class="rbokeh html-widget"></div>
<script type="application/json" data-for="htmlwidget-8460">{"x":{"elementid":"7ace9fd8c3021ade7e03be46cf7d00b1","modeltype":"Plot","modelid":"f7a2839a5df81ce274ac83c50a51e25a","docid":"c2a0c334e0475dd142b5b1516dcb8a8f","docs_json":{"c2a0c334e0475dd142b5b1516dcb8a8f":{"version":"0.11.0","title":"Bokeh Figure","roots":{"root_ids":["f7a2839a5df81ce274ac83c50a51e25a"],"references":[{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","attributes":{"title":null,"id":"f7a2839a5df81ce274ac83c50a51e25a","plot_width":470,"plot_height":474,"x_range":{"type":"Range1d","id":"c7f97d1c30c51980b2df02ede7e67a60"},"y_range":{"type":"Range1d","id":"c8601d5a5fcb3816cc4fe70f9b1ea4ef"},"left":[{"type":"LinearAxis","id":"99edd472db8b52d423d0480c023ac277"}],"below":[{"type":"LinearAxis","id":"ed17cf354b3fadf16211d8b3de33d3fe"}],"right":[],"above":[],"renderers":[{"type":"GlyphRenderer","id":"c0458cce8a25d0c78b697ec4acc50398"},{"type":"LinearAxis","id":"ed17cf354b3fadf16211d8b3de33d3fe"},{"type":"Grid","id":"4ff15dd07c3d55e0a7d81e8ad838adc3"},{"type":"LinearAxis","id":"99edd472db8b52d423d0480c023ac277"},{"type":"Grid","id":"91335ec5bc45ac3100fccff42f132611"}],"tools":[{"type":"PanTool","id":"7abb6b1db84870c2faff1552c7a53a29"},{"type":"WheelZoomTool","id":"7e7747fd3f36ad395bfe9f21915a602e"},{"type":"BoxZoomTool","id":"475a26b66924b19018aef370aa59ced6"},{"type":"ResizeTool","id":"efe677809a246e4cac612ee82b8a01e7"},{"type":"ResetTool","id":"dd6a178e516b4afc581af86a54df8010"},{"type":"PreviewSaveTool","id":"a1bb51d8b54ecd963605d085735a4252"},{"type":"HelpTool","id":"a02aa0d970d9566f52c6e62229c488b9"}],"tool_events":{"type":"ToolEvents","id":"ed58bbcf6380119a0ce564808ae98240"},"extra_y_ranges":{},"extra_x_ranges":{},"tags":[],"doc":null,"min_border_left":4,"min_border_right":4,"min_border_top":4,"min_border_bottom":4,"lod_threshold":null},"subtype":"Figure"},{"type":"PanTool","id":"7abb6b1db84870c2faff1552c7a53a29","attributes":{"id":"7abb6b1db84870c2faff1552c7a53a29","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"ToolEvents","id":"ed58bbcf6380119a0ce564808ae98240","attributes":{"id":"ed58bbcf6380119a0ce564808ae98240","tags":[],"doc":null},"geometries":[]},{"type":"WheelZoomTool","id":"7e7747fd3f36ad395bfe9f21915a602e","attributes":{"id":"7e7747fd3f36ad395bfe9f21915a602e","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"BoxZoomTool","id":"475a26b66924b19018aef370aa59ced6","attributes":{"id":"475a26b66924b19018aef370aa59ced6","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"}}},{"type":"ResizeTool","id":"efe677809a246e4cac612ee82b8a01e7","attributes":{"id":"efe677809a246e4cac612ee82b8a01e7","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"}}},{"type":"ResetTool","id":"dd6a178e516b4afc581af86a54df8010","attributes":{"id":"dd6a178e516b4afc581af86a54df8010","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"}}},{"type":"PreviewSaveTool","id":"a1bb51d8b54ecd963605d085735a4252","attributes":{"id":"a1bb51d8b54ecd963605d085735a4252","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"}}},{"type":"HelpTool","id":"a02aa0d970d9566f52c6e62229c488b9","attributes":{"id":"a02aa0d970d9566f52c6e62229c488b9","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"redirect":["<a href="http://hafen.github.io/rbokeh%22%5D,%22help_tooltip%22:%5B%22Click">http://hafen.github.io/rbokeh"],"help_tooltip":["Click</a> to learn more about rbokeh."]}},{"type":"ColumnDataSource","id":"292420630a5acc1f71765426a56eb518","attributes":{"id":"292420630a5acc1f71765426a56eb518","tags":[],"doc":null,"column_names":["x","y"],"selected":[],"discrete_ranges":{},"cont_ranges":{},"data":{"x":[4,4,7,7,8,9,10,10,10,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,16,16,17,17,17,18,18,18,18,19,19,19,20,20,20,20,20,22,23,24,24,24,24,25],"y":[2,10,4,22,16,10,18,26,34,17,28,14,20,24,28,26,34,34,46,26,36,60,80,20,26,54,32,40,32,40,50,42,56,76,84,36,46,68,32,48,52,56,64,66,54,70,92,93,120,85]}}},{"type":"Circle","id":"8717ead2ffaba8fe52203d44e7e8f2a2","attributes":{"id":"8717ead2ffaba8fe52203d44e7e8f2a2","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#1F77B4"},"fill_color":{"units":"data","value":"#1F77B4"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"Circle","id":"9974d630991826dec7c4215655a07047","attributes":{"id":"9974d630991826dec7c4215655a07047","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#e1e1e1"},"fill_color":{"units":"data","value":"#e1e1e1"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"GlyphRenderer","id":"c0458cce8a25d0c78b697ec4acc50398","attributes":{"id":"c0458cce8a25d0c78b697ec4acc50398","tags":[],"doc":null,"selection_glyph":null,"nonselection_glyph":{"type":"Circle","id":"9974d630991826dec7c4215655a07047"},"server_data_source":null,"name":null,"data_source":{"type":"ColumnDataSource","id":"292420630a5acc1f71765426a56eb518"},"glyph":{"type":"Circle","id":"8717ead2ffaba8fe52203d44e7e8f2a2"}}},{"type":"Range1d","id":"c7f97d1c30c51980b2df02ede7e67a60","attributes":{"id":"c7f97d1c30c51980b2df02ede7e67a60","tags":[],"doc":null,"start":2.53,"end":26.47}},{"type":"Range1d","id":"c8601d5a5fcb3816cc4fe70f9b1ea4ef","attributes":{"id":"c8601d5a5fcb3816cc4fe70f9b1ea4ef","tags":[],"doc":null,"start":-6.26,"end":128.26}},{"type":"LinearAxis","id":"ed17cf354b3fadf16211d8b3de33d3fe","attributes":{"id":"ed17cf354b3fadf16211d8b3de33d3fe","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"axis_label":"cars$speed","formatter":{"type":"BasicTickFormatter","id":"fd8feec8e9c845dc6659413d922e9f1c"},"ticker":{"type":"BasicTicker","id":"7de94a889bd9f4bbad72fce24ff90ff2"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"fd8feec8e9c845dc6659413d922e9f1c","attributes":{"id":"fd8feec8e9c845dc6659413d922e9f1c","tags":[],"doc":null}},{"type":"BasicTicker","id":"7de94a889bd9f4bbad72fce24ff90ff2","attributes":{"id":"7de94a889bd9f4bbad72fce24ff90ff2","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"4ff15dd07c3d55e0a7d81e8ad838adc3","attributes":{"id":"4ff15dd07c3d55e0a7d81e8ad838adc3","tags":[],"doc":null,"dimension":0,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"7de94a889bd9f4bbad72fce24ff90ff2"}}},{"type":"LinearAxis","id":"99edd472db8b52d423d0480c023ac277","attributes":{"id":"99edd472db8b52d423d0480c023ac277","tags":[],"doc":null,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"axis_label":"cars$dist","formatter":{"type":"BasicTickFormatter","id":"69d06d90bfda46b43de45a85a8775c7c"},"ticker":{"type":"BasicTicker","id":"ee8bedccdfcf04261dc2f857426250dc"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"69d06d90bfda46b43de45a85a8775c7c","attributes":{"id":"69d06d90bfda46b43de45a85a8775c7c","tags":[],"doc":null}},{"type":"BasicTicker","id":"ee8bedccdfcf04261dc2f857426250dc","attributes":{"id":"ee8bedccdfcf04261dc2f857426250dc","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"91335ec5bc45ac3100fccff42f132611","attributes":{"id":"91335ec5bc45ac3100fccff42f132611","tags":[],"doc":null,"dimension":1,"plot":{"type":"Plot","id":"f7a2839a5df81ce274ac83c50a51e25a","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"ee8bedccdfcf04261dc2f857426250dc"}}}]}}},"padding":{"type":"figure","y_pad":10,"x_pad":46}},"evals":[],"jsHooks":[]}</script><!–/html_preserve–></p>
<pre><code class="r">figure() %>% ly_points(speed, data = cars)
</code></pre>
<p><!–html_preserve–><div id="htmlwidget-6241" style="width:480px;height:520px;" class="rbokeh html-widget"></div>
<script type="application/json" data-for="htmlwidget-6241">{"x":{"elementid":"ef44d97278219aeb64a19023a6547b7d","modeltype":"Plot","modelid":"49fcefc41f7e27807ce379d1eef5a6c9","docid":"c2a0c334e0475dd142b5b1516dcb8a8f","docs_json":{"c2a0c334e0475dd142b5b1516dcb8a8f":{"version":"0.11.0","title":"Bokeh Figure","roots":{"root_ids":["49fcefc41f7e27807ce379d1eef5a6c9"],"references":[{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","attributes":{"title":null,"id":"49fcefc41f7e27807ce379d1eef5a6c9","plot_width":470,"plot_height":474,"x_range":{"type":"Range1d","id":"30fa502a7f3a758adeb7e4941714a667"},"y_range":{"type":"Range1d","id":"70a374d28b6aa4ffeccc55160e279f84"},"left":[{"type":"LinearAxis","id":"9050726ea425b737fc8881cce65cd2b5"}],"below":[{"type":"LinearAxis","id":"87f0edf842699c9f988305587801000e"}],"right":[],"above":[],"renderers":[{"type":"GlyphRenderer","id":"77d5bc679d3b78447e1b975bc8f6fe0b"},{"type":"LinearAxis","id":"87f0edf842699c9f988305587801000e"},{"type":"Grid","id":"cc65e8a30998990925d957359de65d3c"},{"type":"LinearAxis","id":"9050726ea425b737fc8881cce65cd2b5"},{"type":"Grid","id":"ea372c3c5a7d802e7ed7745429ff2935"}],"tools":[{"type":"PanTool","id":"95adcb61fac8de988caf88d6b2f9253c"},{"type":"WheelZoomTool","id":"c1c8cccfdd66d4019fd623cecfb3bd86"},{"type":"BoxZoomTool","id":"0b37d2daa89b80820b69dcc57a2762fc"},{"type":"ResizeTool","id":"9f482ad9350eff672da028fbd5da9c09"},{"type":"ResetTool","id":"5faa464a9a55c6263333f9fa30500bc1"},{"type":"PreviewSaveTool","id":"a495d41ee3fc2e80732513513d0ed4d8"},{"type":"HelpTool","id":"f337998fcac3fae0c3bb27f0e14a8eb1"}],"tool_events":{"type":"ToolEvents","id":"eda0a3005c5bb217802f0b56bcd0ee47"},"extra_y_ranges":{},"extra_x_ranges":{},"tags":[],"doc":null,"min_border_left":4,"min_border_right":4,"min_border_top":4,"min_border_bottom":4,"lod_threshold":null},"subtype":"Figure"},{"type":"PanTool","id":"95adcb61fac8de988caf88d6b2f9253c","attributes":{"id":"95adcb61fac8de988caf88d6b2f9253c","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"ToolEvents","id":"eda0a3005c5bb217802f0b56bcd0ee47","attributes":{"id":"eda0a3005c5bb217802f0b56bcd0ee47","tags":[],"doc":null},"geometries":[]},{"type":"WheelZoomTool","id":"c1c8cccfdd66d4019fd623cecfb3bd86","attributes":{"id":"c1c8cccfdd66d4019fd623cecfb3bd86","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"BoxZoomTool","id":"0b37d2daa89b80820b69dcc57a2762fc","attributes":{"id":"0b37d2daa89b80820b69dcc57a2762fc","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"}}},{"type":"ResizeTool","id":"9f482ad9350eff672da028fbd5da9c09","attributes":{"id":"9f482ad9350eff672da028fbd5da9c09","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"}}},{"type":"ResetTool","id":"5faa464a9a55c6263333f9fa30500bc1","attributes":{"id":"5faa464a9a55c6263333f9fa30500bc1","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"}}},{"type":"PreviewSaveTool","id":"a495d41ee3fc2e80732513513d0ed4d8","attributes":{"id":"a495d41ee3fc2e80732513513d0ed4d8","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"}}},{"type":"HelpTool","id":"f337998fcac3fae0c3bb27f0e14a8eb1","attributes":{"id":"f337998fcac3fae0c3bb27f0e14a8eb1","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"redirect":["<a href="http://hafen.github.io/rbokeh%22%5D,%22help_tooltip%22:%5B%22Click">http://hafen.github.io/rbokeh"],"help_tooltip":["Click</a> to learn more about rbokeh."]}},{"type":"ColumnDataSource","id":"c4633e5698783bba446f3b6541149c06","attributes":{"id":"c4633e5698783bba446f3b6541149c06","tags":[],"doc":null,"column_names":["x","y"],"selected":[],"discrete_ranges":{},"cont_ranges":{},"data":{"x":[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],"y":[4,4,7,7,8,9,10,10,10,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,16,16,17,17,17,18,18,18,18,19,19,19,20,20,20,20,20,22,23,24,24,24,24,25]}}},{"type":"Circle","id":"41ebb7187159a721fd589ef3301ea165","attributes":{"id":"41ebb7187159a721fd589ef3301ea165","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#1F77B4"},"fill_color":{"units":"data","value":"#1F77B4"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"Circle","id":"b5bd6034e127a1a91c20a84bc9aa9a51","attributes":{"id":"b5bd6034e127a1a91c20a84bc9aa9a51","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#e1e1e1"},"fill_color":{"units":"data","value":"#e1e1e1"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"GlyphRenderer","id":"77d5bc679d3b78447e1b975bc8f6fe0b","attributes":{"id":"77d5bc679d3b78447e1b975bc8f6fe0b","tags":[],"doc":null,"selection_glyph":null,"nonselection_glyph":{"type":"Circle","id":"b5bd6034e127a1a91c20a84bc9aa9a51"},"server_data_source":null,"name":null,"data_source":{"type":"ColumnDataSource","id":"c4633e5698783bba446f3b6541149c06"},"glyph":{"type":"Circle","id":"41ebb7187159a721fd589ef3301ea165"}}},{"type":"Range1d","id":"30fa502a7f3a758adeb7e4941714a667","attributes":{"id":"30fa502a7f3a758adeb7e4941714a667","tags":[],"doc":null,"start":-2.43,"end":53.43}},{"type":"Range1d","id":"70a374d28b6aa4ffeccc55160e279f84","attributes":{"id":"70a374d28b6aa4ffeccc55160e279f84","tags":[],"doc":null,"start":2.53,"end":26.47}},{"type":"LinearAxis","id":"87f0edf842699c9f988305587801000e","attributes":{"id":"87f0edf842699c9f988305587801000e","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"axis_label":"index","formatter":{"type":"BasicTickFormatter","id":"5e4e499b4004c54285875814c2ba12cc"},"ticker":{"type":"BasicTicker","id":"fd9f2cec2df79e3c1e7ced7b7ddefd53"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"5e4e499b4004c54285875814c2ba12cc","attributes":{"id":"5e4e499b4004c54285875814c2ba12cc","tags":[],"doc":null}},{"type":"BasicTicker","id":"fd9f2cec2df79e3c1e7ced7b7ddefd53","attributes":{"id":"fd9f2cec2df79e3c1e7ced7b7ddefd53","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"cc65e8a30998990925d957359de65d3c","attributes":{"id":"cc65e8a30998990925d957359de65d3c","tags":[],"doc":null,"dimension":0,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"fd9f2cec2df79e3c1e7ced7b7ddefd53"}}},{"type":"LinearAxis","id":"9050726ea425b737fc8881cce65cd2b5","attributes":{"id":"9050726ea425b737fc8881cce65cd2b5","tags":[],"doc":null,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"axis_label":"speed","formatter":{"type":"BasicTickFormatter","id":"224647cc6d06a86594fe04d101fb7103"},"ticker":{"type":"BasicTicker","id":"80830510ee683f28f6edc171baec4559"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"224647cc6d06a86594fe04d101fb7103","attributes":{"id":"224647cc6d06a86594fe04d101fb7103","tags":[],"doc":null}},{"type":"BasicTicker","id":"80830510ee683f28f6edc171baec4559","attributes":{"id":"80830510ee683f28f6edc171baec4559","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"ea372c3c5a7d802e7ed7745429ff2935","attributes":{"id":"ea372c3c5a7d802e7ed7745429ff2935","tags":[],"doc":null,"dimension":1,"plot":{"type":"Plot","id":"49fcefc41f7e27807ce379d1eef5a6c9","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"80830510ee683f28f6edc171baec4559"}}}]}}},"padding":{"type":"figure","y_pad":10,"x_pad":46}},"evals":[],"jsHooks":[]}</script><!–/html_preserve–></p>
<pre><code class="r">figure() %>% ly_points(cars)
</code></pre>
<p><!–html_preserve–><div id="htmlwidget-376" style="width:480px;height:520px;" class="rbokeh html-widget"></div>
<script type="application/json" data-for="htmlwidget-376">{"x":{"elementid":"5a36ad6df33445a6e9e332e0989de3ad","modeltype":"Plot","modelid":"2bf098cf8be75fc67610c59415598bd1","docid":"c2a0c334e0475dd142b5b1516dcb8a8f","docs_json":{"c2a0c334e0475dd142b5b1516dcb8a8f":{"version":"0.11.0","title":"Bokeh Figure","roots":{"root_ids":["2bf098cf8be75fc67610c59415598bd1"],"references":[{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","attributes":{"title":null,"id":"2bf098cf8be75fc67610c59415598bd1","plot_width":470,"plot_height":474,"x_range":{"type":"Range1d","id":"d5e51e027cfebf2ea46b50bee7afd57a"},"y_range":{"type":"Range1d","id":"490bea2285ee198217d40b5da0a7c0d9"},"left":[{"type":"LinearAxis","id":"7da914c2e11e07fd3e2ac4b385d65118"}],"below":[{"type":"LinearAxis","id":"0471f1bf2ab07e65f50da5054aeffac6"}],"right":[],"above":[],"renderers":[{"type":"GlyphRenderer","id":"f2a4542a7b5ea5a62b7f0b03bfd4e9e4"},{"type":"LinearAxis","id":"0471f1bf2ab07e65f50da5054aeffac6"},{"type":"Grid","id":"4e5c0192a72e5d0a05c7cf54673f9ad9"},{"type":"LinearAxis","id":"7da914c2e11e07fd3e2ac4b385d65118"},{"type":"Grid","id":"2e9cf51442a74e797325e28cedfec77a"}],"tools":[{"type":"PanTool","id":"16680035673f9ff4a923e5101e02d47b"},{"type":"WheelZoomTool","id":"b66e632ecc64b1d40342ac8072650065"},{"type":"BoxZoomTool","id":"32c369d5d9800065dce3a8625dda29c2"},{"type":"ResizeTool","id":"c91c8ee678609d3966d66bd70a4bf90d"},{"type":"ResetTool","id":"892223fcb8138de365fffc3847b02a60"},{"type":"PreviewSaveTool","id":"56b5d63df9eb0237b1e22e7bc5d5f1d4"},{"type":"HelpTool","id":"d6b231b7d3cf9a643ae8a50ea37aca93"}],"tool_events":{"type":"ToolEvents","id":"f7548f091e3b67f253c06156e957350f"},"extra_y_ranges":{},"extra_x_ranges":{},"tags":[],"doc":null,"min_border_left":4,"min_border_right":4,"min_border_top":4,"min_border_bottom":4,"lod_threshold":null},"subtype":"Figure"},{"type":"PanTool","id":"16680035673f9ff4a923e5101e02d47b","attributes":{"id":"16680035673f9ff4a923e5101e02d47b","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"ToolEvents","id":"f7548f091e3b67f253c06156e957350f","attributes":{"id":"f7548f091e3b67f253c06156e957350f","tags":[],"doc":null},"geometries":[]},{"type":"WheelZoomTool","id":"b66e632ecc64b1d40342ac8072650065","attributes":{"id":"b66e632ecc64b1d40342ac8072650065","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"dimensions":["width","height"]}},{"type":"BoxZoomTool","id":"32c369d5d9800065dce3a8625dda29c2","attributes":{"id":"32c369d5d9800065dce3a8625dda29c2","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"}}},{"type":"ResizeTool","id":"c91c8ee678609d3966d66bd70a4bf90d","attributes":{"id":"c91c8ee678609d3966d66bd70a4bf90d","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"}}},{"type":"ResetTool","id":"892223fcb8138de365fffc3847b02a60","attributes":{"id":"892223fcb8138de365fffc3847b02a60","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"}}},{"type":"PreviewSaveTool","id":"56b5d63df9eb0237b1e22e7bc5d5f1d4","attributes":{"id":"56b5d63df9eb0237b1e22e7bc5d5f1d4","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"}}},{"type":"HelpTool","id":"d6b231b7d3cf9a643ae8a50ea37aca93","attributes":{"id":"d6b231b7d3cf9a643ae8a50ea37aca93","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"redirect":["<a href="http://hafen.github.io/rbokeh%22%5D,%22help_tooltip%22:%5B%22Click">http://hafen.github.io/rbokeh"],"help_tooltip":["Click</a> to learn more about rbokeh."]}},{"type":"ColumnDataSource","id":"0a0326d4c1fd6502fe46d56a31122c3b","attributes":{"id":"0a0326d4c1fd6502fe46d56a31122c3b","tags":[],"doc":null,"column_names":["x","y"],"selected":[],"discrete_ranges":{},"cont_ranges":{},"data":{"x":[4,4,7,7,8,9,10,10,10,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,16,16,17,17,17,18,18,18,18,19,19,19,20,20,20,20,20,22,23,24,24,24,24,25],"y":[2,10,4,22,16,10,18,26,34,17,28,14,20,24,28,26,34,34,46,26,36,60,80,20,26,54,32,40,32,40,50,42,56,76,84,36,46,68,32,48,52,56,64,66,54,70,92,93,120,85]}}},{"type":"Circle","id":"0d6f55bd5be74b583e8eb799e05fb8d3","attributes":{"id":"0d6f55bd5be74b583e8eb799e05fb8d3","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#1F77B4"},"fill_color":{"units":"data","value":"#1F77B4"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"Circle","id":"395ed8bd3a7778e4afb8ee4bdd5df760","attributes":{"id":"395ed8bd3a7778e4afb8ee4bdd5df760","tags":[],"doc":null,"size":{"units":"screen","value":10},"line_color":{"units":"data","value":"#e1e1e1"},"fill_color":{"units":"data","value":"#e1e1e1"},"line_alpha":{"units":"data","value":1},"fill_alpha":{"units":"data","value":0.5},"x":{"units":"data","field":"x"},"y":{"units":"data","field":"y"}}},{"type":"GlyphRenderer","id":"f2a4542a7b5ea5a62b7f0b03bfd4e9e4","attributes":{"id":"f2a4542a7b5ea5a62b7f0b03bfd4e9e4","tags":[],"doc":null,"selection_glyph":null,"nonselection_glyph":{"type":"Circle","id":"395ed8bd3a7778e4afb8ee4bdd5df760"},"server_data_source":null,"name":null,"data_source":{"type":"ColumnDataSource","id":"0a0326d4c1fd6502fe46d56a31122c3b"},"glyph":{"type":"Circle","id":"0d6f55bd5be74b583e8eb799e05fb8d3"}}},{"type":"Range1d","id":"d5e51e027cfebf2ea46b50bee7afd57a","attributes":{"id":"d5e51e027cfebf2ea46b50bee7afd57a","tags":[],"doc":null,"start":2.53,"end":26.47}},{"type":"Range1d","id":"490bea2285ee198217d40b5da0a7c0d9","attributes":{"id":"490bea2285ee198217d40b5da0a7c0d9","tags":[],"doc":null,"start":-6.26,"end":128.26}},{"type":"LinearAxis","id":"0471f1bf2ab07e65f50da5054aeffac6","attributes":{"id":"0471f1bf2ab07e65f50da5054aeffac6","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"axis_label":"speed","formatter":{"type":"BasicTickFormatter","id":"18ba93cefd7e1c4781cbac912d9042ae"},"ticker":{"type":"BasicTicker","id":"80685e04abf1b8b4adff6bdd84e80efc"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"18ba93cefd7e1c4781cbac912d9042ae","attributes":{"id":"18ba93cefd7e1c4781cbac912d9042ae","tags":[],"doc":null}},{"type":"BasicTicker","id":"80685e04abf1b8b4adff6bdd84e80efc","attributes":{"id":"80685e04abf1b8b4adff6bdd84e80efc","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"4e5c0192a72e5d0a05c7cf54673f9ad9","attributes":{"id":"4e5c0192a72e5d0a05c7cf54673f9ad9","tags":[],"doc":null,"dimension":0,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"80685e04abf1b8b4adff6bdd84e80efc"}}},{"type":"LinearAxis","id":"7da914c2e11e07fd3e2ac4b385d65118","attributes":{"id":"7da914c2e11e07fd3e2ac4b385d65118","tags":[],"doc":null,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"axis_label":"dist","formatter":{"type":"BasicTickFormatter","id":"93ea21a7f70d8761e49cd650b04b3903"},"ticker":{"type":"BasicTicker","id":"f7d6151a3b48779a6932e41cec026e8d"},"visible":true,"axis_label_text_font_size":"12pt"}},{"type":"BasicTickFormatter","id":"93ea21a7f70d8761e49cd650b04b3903","attributes":{"id":"93ea21a7f70d8761e49cd650b04b3903","tags":[],"doc":null}},{"type":"BasicTicker","id":"f7d6151a3b48779a6932e41cec026e8d","attributes":{"id":"f7d6151a3b48779a6932e41cec026e8d","tags":[],"doc":null,"num_minor_ticks":5}},{"type":"Grid","id":"2e9cf51442a74e797325e28cedfec77a","attributes":{"id":"2e9cf51442a74e797325e28cedfec77a","tags":[],"doc":null,"dimension":1,"plot":{"type":"Plot","id":"2bf098cf8be75fc67610c59415598bd1","subtype":"Figure"},"ticker":{"type":"BasicTicker","id":"f7d6151a3b48779a6932e41cec026e8d"}}}]}}},"padding":{"type":"figure","y_pad":10,"x_pad":46}},"evals":[],"jsHooks":[]}</script><!–/html_preserve–></p>
</body>
</html>