@bokeh/bokehjs
Version:
Interactive, novel data visualization
40 lines (39 loc) • 121 kB
JavaScript
/*!
* Copyright (c) Anaconda, Inc., and Bokeh Contributors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* Neither the name of Anaconda nor the names of any contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
import main from "./bokeh.esm.js";
const plugin = (function(modules, entry, aliases, externals) {
main.register_plugin(modules, entry, aliases);
})({
589: function _(t,_,n,o,r){o();t(1).__exportStar(t(590),n)},
590: function _(t,r,o,_,n){_();const i=t(1),s=i.__importStar(t(591));o.LinAlg=s;const a=i.__importStar(t(592));o.Charts=a;const m=i.__importStar(t(595));o.Plotting=m;const p=i.__importStar(t(593));o.Palettes=p,o.Themes=i.__importStar(t(602)),n("Document",t(5).Document),n("sprintf",t(245).sprintf),i.__exportStar(t(594),o),n("f",t(603).f)},
591: function _(r,t,e,n,a){n(),e.is_Numerical=function(r){return(0,u.isNumber)(r)||(0,h.is_Floating)(r)||(0,s.is_NDArray)(r)||(0,u.isArrayable)(r)};const i=r(1);var o=r(9);a("keys",o.keys),a("values",o.values),a("entries",o.entries),a("size",o.size),a("extend",o.extend),i.__exportStar(r(10),e),i.__exportStar(r(40),e),i.__exportStar(r(115),e),i.__exportStar(r(8),e),i.__exportStar(r(27),e);const s=r(31),u=r(8),p=r(10),f=r(13),l=r(115),m=r(27),h=r(11),_=i.__importStar(r(11));!function(r){function t(r){return e(r)/r.length}function e(r){return(0,f.sum)(r)}function n(r){const t=r.length-1,e=new Float64Array(t);for(let n=0;n<t;n++)e[n]=r[n+1]-r[n];return(0,s.ndarray)(e.buffer,{shape:[t],dtype:"float64"})}function a(r,t){const e=(0,h.is_Floating)(r)?r[h.float]():r,n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,u.isNumber)(e),i=(0,u.isNumber)(n);if(a&&i)return e/n;if(a&&!i)return(0,f.map)(n,(r=>e/r));if(!a&&i)return(0,f.map)(e,(r=>r/n));if((0,s.is_NDArray)(e)&&(0,s.is_NDArray)(n)){if((0,m.is_equal)(e.shape,n.shape)&&e.dtype==n.dtype)return(0,f.map)(e,((r,t)=>r/n[t]));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")}function i(r,t,e){const n=(0,h.is_Floating)(r)?r[h.float]():r,a=(0,h.is_Floating)(t)?t[h.float]():t,i=(0,u.isNumber)(n),o=(0,u.isNumber)(a),p=r=>r?1:0;if(i&&o)return p(n>=a);if(i&&!o)return(0,f.map)(a,(r=>p(e(n,r))));if(!i&&o)return(0,f.map)(n,(r=>p(e(r,a))));if((0,s.is_NDArray)(n)&&(0,s.is_NDArray)(a)){if((0,m.is_equal)(n.shape,a.shape)&&n.dtype==a.dtype)return(0,f.map)(n,((r,t)=>p(e(r,a[t]))));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")}let o;r.pi=Math.PI,r.arange=function(r,t,e=1){const n=(0,p.range)(r,t,e);return(0,s.ndarray)(n,{shape:[n.length],dtype:"float64"})},r.linspace=function(r,t,e=100){const n=(0,p.linspace)(r,t,e);return(0,s.ndarray)(n,{shape:[n.length],dtype:"float64"})},r.mean=t,r.std=function(r){const n=t(r);return Math.sqrt(e((0,f.map)(r,(r=>(r-n)**2)))/r.length)},r.sum=e,r.diff=n,r.sin=function(r){return(0,u.isNumber)(r)?Math.sin(r):(0,h.is_Floating)(r)?Math.sin(r[h.float]()):(0,f.map)(r,(r=>Math.sin(r)))},r.cos=function(r){return(0,u.isNumber)(r)?Math.cos(r):(0,h.is_Floating)(r)?Math.cos(r[h.float]()):(0,f.map)(r,(r=>Math.cos(r)))},r.exp=function(r){return(0,u.isNumber)(r)?Math.exp(r):(0,h.is_Floating)(r)?Math.exp(r[h.float]()):(0,f.map)(r,(r=>Math.exp(r)))},r.sqrt=function(r){return(0,u.isNumber)(r)?Math.sqrt(r):(0,h.is_Floating)(r)?Math.sqrt(r[h.float]()):(0,f.map)(r,(r=>Math.sqrt(r)))},r.factorial=function(r){return(0,u.isNumber)(r)?_.factorial(r):(0,h.is_Floating)(r)?_.factorial(r[h.float]()):(0,f.map)(r,_.factorial)},r.hermite=function(r){const t=_.hermite(r);return r=>(0,u.isNumber)(r)?_.eval_poly(t,r):(0,h.is_Floating)(r)?_.eval_poly(t,r[h.float]()):(0,f.map)(r,(r=>_.eval_poly(t,r)))},r.pos=function(r){return(0,u.isNumber)(r)?+r:(0,h.is_Floating)(r)?+r[h.float]():(0,f.map)(r,(r=>+r))},r.neg=function(r){return(0,u.isNumber)(r)?-r:(0,h.is_Floating)(r)?-r[h.float]():(0,f.map)(r,(r=>-r))},r.add=function(r,t){const e=(0,h.is_Floating)(r)?r[h.float]():r,n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,u.isNumber)(e),i=(0,u.isNumber)(n);if(a&&i)return e+n;if(a&&!i)return(0,f.map)(n,(r=>e+r));if(!a&&i)return(0,f.map)(e,(r=>r+n));if((0,s.is_NDArray)(e)&&(0,s.is_NDArray)(n)){if((0,m.is_equal)(e.shape,n.shape)&&e.dtype==n.dtype)return(0,f.map)(e,((r,t)=>r+n[t]));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")},r.sub=function(r,t){const e=(0,h.is_Floating)(r)?r[h.float]():r,n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,u.isNumber)(e),i=(0,u.isNumber)(n);if(a&&i)return e-n;if(a&&!i)return(0,f.map)(n,(r=>e-r));if(!a&&i)return(0,f.map)(e,(r=>r-n));if((0,s.is_NDArray)(e)&&(0,s.is_NDArray)(n)){if((0,m.is_equal)(e.shape,n.shape)&&e.dtype==n.dtype)return(0,f.map)(e,((r,t)=>r-n[t]));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")},r.mul=function(r,t){const e=(0,h.is_Floating)(r)?r[h.float]():r,n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,u.isNumber)(e),i=(0,u.isNumber)(n);if(a&&i)return e*n;if(a&&!i)return(0,f.map)(n,(r=>e*r));if(!a&&i)return(0,f.map)(e,(r=>r*n));if((0,s.is_NDArray)(e)&&(0,s.is_NDArray)(n)){if((0,m.is_equal)(e.shape,n.shape)&&e.dtype==n.dtype)return(0,f.map)(e,((r,t)=>r*n[t]));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")},r.div=a,r.pow=function(r,t){const e=(0,h.is_Floating)(r)?r[h.float]():r,n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,u.isNumber)(e),i=(0,u.isNumber)(n);if(a&&i)return e**n;if(a&&!i)return(0,f.map)(n,(r=>e**r));if(!a&&i)return(0,f.map)(e,(r=>r**n));if((0,s.is_NDArray)(e)&&(0,s.is_NDArray)(n)){if((0,m.is_equal)(e.shape,n.shape)&&e.dtype==n.dtype)return(0,f.map)(e,((r,t)=>r**n[t]));throw new Error("shape or dtype mismatch")}throw new Error("not implemented")},r.ge=function(r,t){return i(r,t,((r,t)=>r>=t))},r.le=function(r,t){return i(r,t,((r,t)=>r<=t))},r.gt=function(r,t){return i(r,t,((r,t)=>r>t))},r.lt=function(r,t){return i(r,t,((r,t)=>r<t))},r.where=function(r,t,e){const n=(0,h.is_Floating)(t)?t[h.float]():t,a=(0,h.is_Floating)(e)?e[h.float]():e,i=(0,u.isNumber)(n),o=(0,u.isNumber)(a),p=(()=>{if(i&&o)return r=>0!=r?n:a;if(i&&!o)return(r,t)=>0!=r?n:a[t];if(!i&&o)return(r,t)=>0!=r?n[t]:a;if((0,s.is_NDArray)(n)&&(0,s.is_NDArray)(a)){if((0,m.is_equal)(n.shape,a.shape)&&n.dtype==a.dtype)return(r,t)=>0!=r?n[t]:a[t];throw new Error("shape or dtype mismatch")}throw new Error("not implemented")})();return(0,f.map)(r,p)},r.histogram=function(r,t){const{density:i,bins:o}=t,u=(0,s.ndarray)(o,{dtype:"float64",shape:[o.length]}),p=(0,s.ndarray)((0,f.bin_counts)(r,u),{dtype:"float64",shape:[u.length-1]});if(i){return[a(a(p,n(u)),e(p)),u]}return[p,u]},function(r){class t{constructor(r){this._random=new l.Random(r??Date.now())}normal(r,t,e){const n=this._random.normals(r,t,e);return(0,s.ndarray)(n.buffer,{shape:[e],dtype:"float64"})}}t.__name__="RandomGenerator",r.RandomGenerator=t,r.default_rng=function(r){return new t(r)}}(o=r.random||(r.random={}))}(e.np||(e.np={}))},
592: function _(e,t,l,n,a){n(),l.pie=function(e,t={}){const l=[],n=[];for(let t=0;t<Math.min(e.labels.length,e.values.length);t++)e.values[t]>0&&(l.push(e.labels[t]),n.push(e.values[t]));const a=null!=t.start_angle?t.start_angle:0,o=null!=t.end_angle?t.end_angle:a+2*Math.PI,i=Math.abs(o-a),g=(0,s.sum)(n),p=n.map((e=>e/g)),h=(0,s.cumsum)(p).map((e=>a+i*e)),f=[a].concat(h.slice(0,-1)),m=(0,s.zip)(f,h).map((([e,t])=>(e+t)/2));let b,w;null==t.center?(b=0,w=0):(0,c.isArray)(t.center)?(b=t.center[0],w=t.center[1]):(b=t.center.x,w=t.center.y);const x=null!=t.inner_radius?t.inner_radius:0,y=null!=t.outer_radius?t.outer_radius:1,v=_(t.palette),M=[];for(let e=0;e<p.length;e++)M.push(v[e%v.length]);const R=M.map((e=>(0,r.is_dark)((0,r.color2rgba)(e))?"white":"black"));const S=(x+y)/2;let[k,z]=(0,s.unzip)(m.map((e=>{return l=e,[(t=S)*Math.cos(l),t*Math.sin(l)];var t,l})));k=k.map((e=>e+b)),z=z.map((e=>e+w));const A=m.map((e=>e>=Math.PI/2&&e<=3*Math.PI/2?e+Math.PI:e)),D=new u.ColumnDataSource({data:{labels:l,values:n,percentages:p.map((e=>(0,d.sprintf)("%.2f%%",100*e))),start_angles:f,end_angles:h,text_angles:A,colors:M,text_colors:R,text_cx:k,text_cy:z}}),P=new u.AnnularWedge({x:b,y:w,inner_radius:x,outer_radius:y,start_angle:{field:"start_angles"},end_angle:{field:"end_angles"},line_color:null,line_width:1,fill_color:{field:"colors"}}),C=new u.AnnularWedge({x:b,y:w,inner_radius:x,outer_radius:y,start_angle:{field:"start_angles"},end_angle:{field:"end_angles"},line_color:null,line_width:1,fill_color:{field:"colors"},fill_alpha:.8}),T=new u.GlyphRenderer({data_source:D,glyph:P,hover_glyph:C}),G=new u.Text({x:{field:"text_cx"},y:{field:"text_cy"},text:{field:t.slice_labels??"labels"},angle:{field:"text_angles"},text_align:"center",text_baseline:"middle",text_color:{field:"text_colors"},text_font_size:"12px"}),I=new u.GlyphRenderer({data_source:D,glyph:G}),F=new u.DataRange1d({renderers:[T],range_padding:.2}),H=new u.DataRange1d({renderers:[T],range_padding:.2}),L=new u.Plot({x_range:F,y_range:H});L.add_renderers(T,I);const Q=new u.HoverTool({renderers:[T],tooltips:"<div>@labels</div><div><b>@values</b> (@percentages)</div>"});return L.add_tools(Q),L},l.bar=function(e,t={}){const l=e[0],n=e.slice(1),a=(0,s.transpose)(n),o=a[0].map((e=>e.toString())),r=a.slice(1);let c,d=new u.CategoricalAxis,g=new u.FactorRange({factors:o}),p=new u.CategoricalScale;c=null!=t.axis_number_format?new u.NumeralTickFormatter({format:t.axis_number_format}):new u.BasicTickFormatter;let h=new u.LinearAxis({formatter:c}),f=new u.DataRange1d({start:0}),m=new u.LinearScale;const b=_(t.palette),w=null!=t.stacked&&t.stacked,x=null!=t.orientation?t.orientation:"horizontal",y=[];if(w){const e=[],t=[];for(let n=0;n<r.length;n++){const a=[],i=[];for(let l=0;l<o.length;l++){const s=o[l];0==n?(e.push(0),t.push(r[n][l])):(e[l]+=r[n-1][l],t[l]+=r[n][l]),a.push([s,-.5]),i.push([s,.5])}const c=new u.ColumnDataSource({data:{left:(0,s.copy)(e),right:(0,s.copy)(t),top:i,bottom:a,labels:o,values:r[n],columns:r[n].map((e=>l[n+1]))}}),d=new u.Quad({left:{field:"left"},bottom:{field:"bottom"},right:{field:"right"},top:{field:"top"},line_color:null,fill_color:b[n%b.length]}),_=new u.GlyphRenderer({data_source:c,glyph:d});y.push(_)}}else{const e=1/r.length;for(let t=0;t<r.length;t++){const n=[],a=[],s=[],i=[];for(let l=0;l<o.length;l++){const c=o[l];n.push(0),a.push(r[t][l]),s.push([c,t*e-.5]),i.push([c,(t+1)*e-.5])}const c=new u.ColumnDataSource({data:{left:n,right:a,top:i,bottom:s,labels:o,values:r[t],columns:r[t].map((e=>l[t+1]))}}),d=new u.Quad({left:{field:"left"},bottom:{field:"bottom"},right:{field:"right"},top:{field:"top"},line_color:null,fill_color:b[t%b.length]}),_=new u.GlyphRenderer({data_source:c,glyph:d});y.push(_)}}if("vertical"==x){[f,g]=[g,f],[h,d]=[d,h],[m,p]=[p,m];for(const e of y){const t=(0,i.dict)(e.data_source.data),l=t.get("left"),n=t.get("right"),a=t.get("top"),o=t.get("bottom");t.set("left",o),t.set("bottom",l),t.set("right",a),t.set("top",n)}}const v=new u.Plot({x_range:f,y_range:g,x_scale:m,y_scale:p});v.add_renderers(...y),v.add_layout(d,"left"),v.add_layout(h,"below");let M,R;"horizontal"==x?(M="center_right",R="horizontal"):(M="top_center",R="vertical");const S=new u.HoverTool({renderers:y,tooltips:"<div>@labels</div><div>@columns: <b>@values</b></div>",point_policy:"snap_to_data",anchor:M,attachment:R});return v.add_tools(S),v};const o=e(1).__importStar(e(593)),r=e(23),s=e(10),i=e(9),c=e(8),d=e(245),u=e(594);function _(e="Spectral11"){return(0,c.isArray)(e)?e:o[e]}},
593: function _(e,r,t,a,o){a(),t.Greens4=t.Greens3=t.Blues9=t.Blues8=t.Blues7=t.Blues6=t.Blues5=t.Blues4=t.Blues3=t.Purples9=t.Purples8=t.Purples7=t.Purples6=t.Purples5=t.Purples4=t.Purples3=t.YlOrBr9=t.YlOrBr8=t.YlOrBr7=t.YlOrBr6=t.YlOrBr5=t.YlOrBr4=t.YlOrBr3=t.YlOrRd9=t.YlOrRd8=t.YlOrRd7=t.YlOrRd6=t.YlOrRd5=t.YlOrRd4=t.YlOrRd3=t.OrRd9=t.OrRd8=t.OrRd7=t.OrRd6=t.OrRd5=t.OrRd4=t.OrRd3=t.PuRd9=t.PuRd8=t.PuRd7=t.PuRd6=t.PuRd5=t.PuRd4=t.PuRd3=t.RdPu9=t.RdPu8=t.RdPu7=t.RdPu6=t.RdPu5=t.RdPu4=void 0,t.PRGn5=t.PRGn4=t.PRGn3=t.BrBG11=t.BrBG10=t.BrBG9=t.BrBG8=t.BrBG7=t.BrBG6=t.BrBG5=t.BrBG4=t.BrBG3=t.PuOr11=t.PuOr10=t.PuOr9=t.PuOr8=t.PuOr7=t.PuOr6=t.PuOr5=t.PuOr4=t.PuOr3=t.Greys256=t.Greys11=t.Greys10=t.Greys9=t.Greys8=t.Greys7=t.Greys6=t.Greys5=t.Greys4=t.Greys3=t.Reds9=t.Reds8=t.Reds7=t.Reds6=t.Reds5=t.Reds4=t.Reds3=t.Oranges9=t.Oranges8=t.Oranges7=t.Oranges6=t.Oranges5=t.Oranges4=t.Oranges3=t.Greens9=t.Greens8=t.Greens7=t.Greens6=t.Greens5=void 0,t.Spectral10=t.Spectral9=t.Spectral8=t.Spectral7=t.Spectral6=t.Spectral5=t.Spectral4=t.Spectral3=t.RdYlBu11=t.RdYlBu10=t.RdYlBu9=t.RdYlBu8=t.RdYlBu7=t.RdYlBu6=t.RdYlBu5=t.RdYlBu4=t.RdYlBu3=t.RdGy11=t.RdGy10=t.RdGy9=t.RdGy8=t.RdGy7=t.RdGy6=t.RdGy5=t.RdGy4=t.RdGy3=t.RdBu11=t.RdBu10=t.RdBu9=t.RdBu8=t.RdBu7=t.RdBu6=t.RdBu5=t.RdBu4=t.RdBu3=t.PiYG11=t.PiYG10=t.PiYG9=t.PiYG8=t.PiYG7=t.PiYG6=t.PiYG5=t.PiYG4=t.PiYG3=t.PRGn11=t.PRGn10=t.PRGn9=t.PRGn8=t.PRGn7=t.PRGn6=void 0,t.Viridis6=t.Viridis5=t.Viridis4=t.Viridis3=t.Plasma256=t.Plasma11=t.Plasma10=t.Plasma9=t.Plasma8=t.Plasma7=t.Plasma6=t.Plasma5=t.Plasma4=t.Plasma3=t.Magma256=t.Magma11=t.Magma10=t.Magma9=t.Magma8=t.Magma7=t.Magma6=t.Magma5=t.Magma4=t.Magma3=t.Inferno256=t.Inferno11=t.Inferno10=t.Inferno9=t.Inferno8=t.Inferno7=t.Inferno6=t.Inferno5=t.Inferno4=t.Inferno3=t.Bokeh8=t.Bokeh7=t.Bokeh6=t.Bokeh5=t.Bokeh4=t.Bokeh3=t.RdYlGn11=t.RdYlGn10=t.RdYlGn9=t.RdYlGn8=t.RdYlGn7=t.RdYlGn6=t.RdYlGn5=t.RdYlGn4=t.RdYlGn3=t.Spectral11=void 0,t.Pastel1_4=t.Pastel1_3=t.Paired12=t.Paired11=t.Paired10=t.Paired9=t.Paired8=t.Paired7=t.Paired6=t.Paired5=t.Paired4=t.Paired3=t.Dark2_8=t.Dark2_7=t.Dark2_6=t.Dark2_5=t.Dark2_4=t.Dark2_3=t.Accent8=t.Accent7=t.Accent6=t.Accent5=t.Accent4=t.Accent3=t.Turbo256=t.Turbo11=t.Turbo10=t.Turbo9=t.Turbo8=t.Turbo7=t.Turbo6=t.Turbo5=t.Turbo4=t.Turbo3=t.Cividis256=t.Cividis11=t.Cividis10=t.Cividis9=t.Cividis8=t.Cividis7=t.Cividis6=t.Cividis5=t.Cividis4=t.Cividis3=t.Viridis256=t.Viridis11=t.Viridis10=t.Viridis9=t.Viridis8=t.Viridis7=void 0,t.Category20_10=t.Category20_9=t.Category20_8=t.Category20_7=t.Category20_6=t.Category20_5=t.Category20_4=t.Category20_3=t.Category10_10=t.Category10_9=t.Category10_8=t.Category10_7=t.Category10_6=t.Category10_5=t.Category10_4=t.Category10_3=t.Set3_12=t.Set3_11=t.Set3_10=t.Set3_9=t.Set3_8=t.Set3_7=t.Set3_6=t.Set3_5=t.Set3_4=t.Set3_3=t.Set2_8=t.Set2_7=t.Set2_6=t.Set2_5=t.Set2_4=t.Set2_3=t.Set1_9=t.Set1_8=t.Set1_7=t.Set1_6=t.Set1_5=t.Set1_4=t.Set1_3=t.Pastel2_8=t.Pastel2_7=t.Pastel2_6=t.Pastel2_5=t.Pastel2_4=t.Pastel2_3=t.Pastel1_9=t.Pastel1_8=t.Pastel1_7=t.Pastel1_6=t.Pastel1_5=void 0,t.Colorblind6=t.Colorblind5=t.Colorblind4=t.Colorblind3=t.Category20c_20=t.Category20c_19=t.Category20c_18=t.Category20c_17=t.Category20c_16=t.Category20c_15=t.Category20c_14=t.Category20c_13=t.Category20c_12=t.Category20c_11=t.Category20c_10=t.Category20c_9=t.Category20c_8=t.Category20c_7=t.Category20c_6=t.Category20c_5=t.Category20c_4=t.Category20c_3=t.Category20b_20=t.Category20b_19=t.Category20b_18=t.Category20b_17=t.Category20b_16=t.Category20b_15=t.Category20b_14=t.Category20b_13=t.Category20b_12=t.Category20b_11=t.Category20b_10=t.Category20b_9=t.Category20b_8=t.Category20b_7=t.Category20b_6=t.Category20b_5=t.Category20b_4=t.Category20b_3=t.Category20_20=t.Category20_19=t.Category20_18=t.Category20_17=t.Category20_16=t.Category20_15=t.Category20_14=t.Category20_13=t.Category20_12=t.Category20_11=void 0,t.TolPRGn3=t.BuRd9=t.BuRd8=t.BuRd7=t.BuRd6=t.BuRd5=t.BuRd4=t.BuRd3=t.Sunset11=t.Sunset10=t.Sunset9=t.Sunset8=t.Sunset7=t.Sunset6=t.Sunset5=t.Sunset4=t.Sunset3=t.Light9=t.Light8=t.Light7=t.Light6=t.Light5=t.Light4=t.Light3=t.DarkText=t.PaleTextBackground=t.MediumContrast6=t.MediumContrast5=t.MediumContrast4=t.MediumContrast3=t.Muted9=t.Muted8=t.Muted7=t.Muted6=t.Muted5=t.Muted4=t.Muted3=t.Vibrant7=t.Vibrant6=t.Vibrant5=t.Vibrant4=t.Vibrant3=t.HighContrast3=t.Bright7=t.Bright6=t.Bright5=t.Bright4=t.Bright3=t.Colorblind8=t.Colorblind7=void 0,t.TolRainbow18=t.TolRainbow17=t.TolRainbow16=t.TolRainbow15=t.TolRainbow14=t.TolRainbow13=t.TolRainbow12=t.TolRainbow11=t.TolRainbow10=t.TolRainbow9=t.TolRainbow8=t.TolRainbow7=t.TolRainbow6=t.TolRainbow5=t.TolRainbow4=t.TolRainbow3=t.Iridescent23=t.Iridescent22=t.Iridescent21=t.Iridescent20=t.Iridescent19=t.Iridescent18=t.Iridescent17=t.Iridescent16=t.Iridescent15=t.Iridescent14=t.Iridescent13=t.Iridescent12=t.Iridescent11=t.Iridescent10=t.Iridescent9=t.Iridescent8=t.Iridescent7=t.Iridescent6=t.Iridescent5=t.Iridescent4=t.Iridescent3=t.TolYlOrBr9=t.TolYlOrBr8=t.TolYlOrBr7=t.TolYlOrBr6=t.TolYlOrBr5=t.TolYlOrBr4=t.TolYlOrBr3=t.TolPRGn9=t.TolPRGn8=t.TolPRGn7=t.TolPRGn6=t.TolPRGn5=t.TolPRGn4=void 0,t.Category20b=t.Category20=t.Category10=t.Set3=t.Set2=t.Set1=t.Pastel2=t.Pastel1=t.Paired=t.Dark2=t.Accent=t.Turbo=t.Cividis=t.Viridis=t.Plasma=t.Magma=t.Inferno=t.Bokeh=t.RdYlGn=t.Spectral=t.RdYlBu=t.RdGy=t.RdBu=t.PiYG=t.PRGn=t.BrBG=t.PuOr=t.Greys=t.Reds=t.Oranges=t.Greens=t.Blues=t.Purples=t.YlOrBr=t.YlOrRd=t.OrRd=t.PuRd=t.RdPu=t.BuPu=t.PuBu=t.PuBuGn=t.BuGn=t.GnBu=t.YlGnBu=t.YlGn=t.TolRainbow23=t.TolRainbow22=t.TolRainbow21=t.TolRainbow20=t.TolRainbow19=void 0,t.colorblind=t.tol=t.mpl=t.bokeh=t.d3=t.brewer=t.TolRainbow=t.Iridescent=t.TolYlOrBr=t.TolPRGn=t.BuRd=t.Sunset=t.Light=t.MediumContrast=t.Muted=t.Vibrant=t.HighContrast=t.Bright=t.Colorblind=t.Category20c=void 0,t.interp_palette=function(e,r){const t=e.length;if(t<1)throw new Error("palette must contain at least one color");if(r<0)throw new Error("requested palette length cannot be negative");const a=new Uint8Array(r),o=new Uint8Array(r),l=new Uint8Array(r),u=new Uint8Array(r);for(let r=0;r<t;r++)[a[r],o[r],l[r],u[r]]=(0,d.color2rgba)(e[r]);const s=(0,n.range)(0,t),_=(0,n.linspace)(0,t-1,r),R=(0,i.interpolate)(_,s,a),B=(0,i.interpolate)(_,s,o),P=(0,i.interpolate)(_,s,l),g=(0,i.interpolate)(_,s,u),G=new Array(r);for(let e=0;e<r;e++)G[e]=[(0,d.byte)(R[e]),(0,d.byte)(B[e]),(0,d.byte)(P[e]),(0,d.byte)(g[e])];return G},t.linear_palette=l,t.varying_alpha_palette=function(e,r=null,t=0,a=255){if(t<0||t>255)throw new Error("start_alpha must be in the range 0 to 255");if(a<0||a>255)throw new Error("end_alpha must be in the range 0 to 255");const o=(0,d.color2rgba)(e);if(o[3]<255){const e=o[3]/255;t*=e,a*=e}const n=null!=r&&r>0?r:Math.round(Math.abs(a-t))+1,i=(a-t)/255;t/=255;const l=new Array(n);for(let e=0;e<n;e++)l[e]=(0,d.color2hex)(o,t+i*e/(n-1));return l},t.magma=function(e){return l(t.Magma256,e)},t.inferno=function(e){return l(t.Inferno256,e)},t.plasma=function(e){return l(t.Plasma256,e)},t.viridis=function(e){return l(t.Viridis256,e)},t.cividis=function(e){return l(t.Cividis256,e)},t.turbo=function(e){return l(t.Turbo256,e)},t.grey=function(e){return l(t.Greys256,e)};const n=e(10),i=e(13),d=e(23);function l(e,r){if(r<=e.length)return(0,n.linspace)(0,e.length-1,r).map((r=>e[0|r]));throw new Error("too many color entries requested")}t.YlGn3=[832787711,2916978431,4160535039],t.YlGn4=[595870719,2026273279,3269892607,4294954239],t.YlGn5=[6830079,832787711,2026273279,3269892607,4294954239],t.YlGn6=[6830079,832787711,2026273279,2916978431,3656426495,4294954239],t.YlGn7=[5911295,595870719,1101749759,2026273279,2916978431,3656426495,4294954239],t.YlGn8=[5911295,595870719,1101749759,2026273279,2916978431,3656426495,4160535039,4294960639],t.YlGn9=[4532735,6830079,595870719,1101749759,2026273279,2916978431,3656426495,4160535039,4294960639],t.YlGnBu3=[746567935,2144189439,3992498687],t.YlGnBu4=[576628991,1102497023,2715464959,4294954239],t.YlGnBu5=[624203007,746567935,1102497023,2715464959,4294954239],t.YlGnBu6=[624203007,746567935,1102497023,2144189439,3353982207,4294954239],t.YlGnBu7=[204244223,576628991,496091391,1102497023,2144189439,3353982207,4294954239],t.YlGnBu8=[204244223,576628991,496091391,1102497023,2144189439,3353982207,3992498687,4294957567],t.YlGnBu9=[136141055,624203007,576628991,496091391,1102497023,2144189439,3353982207,3992498687,4294957567],t.GnBu3=[1134742271,2833102335,3774077951],t.GnBu4=[730644223,2077017343,3135552767,4042909951],t.GnBu5=[141077759,1134742271,2077017343,3135552767,4042909951],t.GnBu6=[141077759,1134742271,2077017343,2833102335,3438003711,4042909951],t.GnBu7=[140025599,730644223,1320408063,2077017343,2833102335,3438003711,4042909951],t.GnBu8=[140025599,730644223,1320408063,2077017343,2833102335,3438003711,3774077951,4160549119],t.GnBu9=[138445311,141077759,730644223,1320408063,2077017343,2833102335,3438003711,3774077951,4160549119],t.BuGn3=[748838911,2581121535,3858102783],t.BuGn4=[596329983,1724032255,3001213695,3992517631],t.BuGn5=[7154943,748838911,1724032255,3001213695,3992517631],t.BuGn6=[7154943,748838911,1724032255,2581121535,3438077695,3992517631],t.BuGn7=[5776639,596329983,1101952767,1724032255,2581121535,3438077695,3992517631],t.BuGn8=[5776639,596329983,1101952767,1724032255,2581121535,3438077695,3858102783,4160552447],t.BuGn9=[4463615,7154943,596329983,1101952767,1724032255,2581121535,3438077695,3858102783,4160552447],t.PuBuGn3=[479238655,2797460479,3974295807],t.PuBuGn4=[42044159,1739182079,3184124415,4142921727],t.PuBuGn5=[23878143,479238655,1739182079,3184124415,4142921727],t.PuBuGn6=[23878143,479238655,1739182079,2797460479,3503417087,4142921727],t.PuBuGn7=[23351551,42044159,915456255,1739182079,2797460479,3503417087,4142921727],t.PuBuGn8=[23351551,42044159,915456255,1739182079,2797460479,3503417087,3974295807,4294441983],t.PuBuGn9=[21378815,23878143,42044159,915456255,1739182079,2797460479,3503417087,3974295807,4294441983],t.PuBu3=[730644223,2797460479,3974623999],t.PuBu4=[91271423,1957285887,3184124415,4058969855],t.PuBu5=[73043455,730644223,1957285887,3184124415,4058969855],t.PuBu6=[73043455,730644223,1957285887,2797460479,3503417087,4058969855],t.PuBu7=[55475199,91271423,915456255,1957285887,2797460479,3503417087,4058969855],t.PuBu8=[55475199,91271423,915456255,1957285887,2797460479,3503417087,3974623999,4294441983],t.PuBu9=[37247231,73043455,91271423,915456255,1957285887,2797460479,3503417087,3974623999,4294441983],t.BuPu3=[2287380479,2663176959,3773625599],t.BuPu4=[2286001663,2358691583,3016614911,3992517631],t.BuPu5=[2165275903,2287380479,2358691583,3016614911,3992517631],t.BuPu6=[2165275903,2287380479,2358691583,2663176959,3218335487,3992517631],t.BuPu7=[1845586943,2286001663,2355868159,2358691583,2663176959,3218335487,3992517631],t.BuPu8=[1845586943,2286001663,2355868159,2358691583,2663176959,3218335487,3773625599,4160552447],t.BuPu9=[1291865087,2165275903,2286001663,2355868159,2358691583,2663176959,3218335487,3773625599,4160552447],t.RdPu3=[3306916607,4204770815,4259372543],t.RdPu4=[2919333631,4150829567,4222925311,4276871935],t.RdPu5=[2046916607,3306916607,4150829567,4222925311,4276871935],t.RdPu6=[2046916607,3306916607,4150829567,4204770815,4240818431,4276871935],t.RdPu7=[2046916607,2919333631,3711211519,4150829567,4204770815,4240818431,4276871935],t.RdPu8=[2046916607,2919333631,3711211519,4150829567,4204770815,4240818431,4259372543,4294439935],t.RdPu9=[1224764159,2046916607,2919333631,3711211519,4150829567,4204770815,4240818431,4259372543,4294439935],t.PuRd3=[3709630463,3381970943,3890343935],t.PuRd4=[3457308415,3747983615,3619019007,4058969855],t.PuRd5=[2550154239,3709630463,3747983615,3619019007,4058969855],t.PuRd6=[2550154239,3709630463,3747983615,3381970943,3568950015,4058969855],t.PuRd7=[2432712703,3457308415,3878259455,3747983615,3381970943,3568950015,4058969855],t.PuRd8=[2432712703,3457308415,3878259455,3747983615,3381970943,3568950015,3890343935,4160027135],t.PuRd9=[1728061439,2550154239,3457308415,3878259455,3747983615,3381970943,3568950015,3890343935,4160027135],t.OrRd3=[3813291007,4256924927,4276668671],t.OrRd4=[3610255359,4237122047,4258040575,4277197311],t.OrRd5=[3003121919,3813291007,4237122047,4258040575,4277197311],t.OrRd6=[3003121919,3813291007,4237122047,4256924927,4258569983,4277197311],t.OrRd7=[2566914303,3610255359,4016392447,4237122047,4256924927,4258569983,4277197311],t.OrRd8=[2566914303,3610255359,4016392447,4237122047,4256924927,4258569983,4276668671,4294438143],t.OrRd9=[2130706687,3003121919,3610255359,4016392447,4237122047,4256924927,4258569983,4276668671,4294438143],t.YlOrRd3=[4030406911,4273097983,4293763327],t.YlOrRd4=[3810139391,4253891839,4274806015,4294947583],t.YlOrRd5=[3170903807,4030406911,4253891839,4274806015,4294947583],t.YlOrRd6=[3170903807,4030406911,4253891839,4273097983,4275664639,4294947583],t.YlOrRd7=[2969577215,3810139391,4232981247,4253891839,4273097983,4275664639,4294947583],t.YlOrRd8=[2969577215,3810139391,4232981247,4253891839,4273097983,4275664639,4293763327,4294954239],t.YlOrRd9=[2147493631,3170903807,3810139391,4232981247,4253891839,4273097983,4275664639,4293763327,4294954239],t.YlOrBr3=[3646885631,4274278399,4294425855],t.YlOrBr4=[3427533567,4271450623,4275670783,4294956287],t.YlOrBr5=[2570323199,3646885631,4271450623,4275670783,4294956287],t.YlOrBr6=[2570323199,3646885631,4271450623,4274278399,4276326911,4294956287],t.YlOrBr7=[2351760639,3427533567,3966768383,4271450623,4274278399,4276326911,4294956287],t.YlOrBr8=[2351760639,3427533567,3966768383,4271450623,4274278399,4276326911,4294425855,4294960639],t.YlOrBr9=[1713702655,2570323199,3427533567,3966768383,4271450623,4274278399,4276326911,4294425855,4294960639],t.Purples3=[1969992191,3166559487,4025349631],t.Purples4=[1783735295,2660944127,3419005695,4075878399],t.Purples5=[1411878911,1969992191,2660944127,3419005695,4075878399],t.Purples6=[1411878911,1969992191,2660944127,3166559487,3671780351,4075878399],t.Purples7=[1242859263,1783735295,2155723519,2660944127,3166559487,3671780351,4075878399],t.Purples8=[1242859263,1783735295,2155723519,2660944127,3166559487,3671780351,4025349631,4244372991],t.Purples9=[1056996863,1411878911,1783735295,2155723519,2660944127,3166559487,3671780351,4025349631,4244372991],t.Blues3=[830651903,2664096255,3740006399],t.Blues4=[561100287,1806620415,3185043455,4025745407],t.Blues5=[139566335,830651903,1806620415,3185043455,4025745407],t.Blues6=[139566335,830651903,1806620415,2664096255,3336302591,4025745407],t.Blues7=[138777855,561100287,1116915455,1806620415,2664096255,3336302591,4025745407],t.Blues8=[138777855,561100287,1116915455,1806620415,2664096255,3336302591,3740006399,4160487423],t.Blues9=[137391103,139566335,561100287,1116915455,1806620415,2664096255,3336302591,3740006399,4160487423],t.Greens3=[832787711,2715393023,3858096383],t.Greens4=[596329983,1959032575,3135550463,3992513023],t.Greens5=[7154943,832787711,1959032575,3135550463,3992513023],t.Greens6=[7154943,832787711,1959032575,2715393023,3353985279,3992513023],t.Greens7=[5911295,596329983,1101749759,1959032575,2715393023,3353985279,3992513023],t.Greens8=[5911295,596329983,1101749759,1959032575,2715393023,3353985279,3858096383,4160550399],t.Greens9=[4463615,7154943,596329983,1101749759,1959032575,2715393023,3353985279,3858096383,4160550399],t.Oranges3=[3864333823,4256066559,4276539135],t.Oranges4=[3645309439,4253891839,4257121791,4277001983],t.Oranges5=[2788557823,3864333823,4253891839,4257121791,4277001983],t.Oranges6=[2788557823,3864333823,4253891839,4256066559,4258308863,4277001983],t.Oranges7=[2351760639,3645374975,4050195455,4253891839,4256066559,4258308863,4277001983],t.Oranges8=[2351760639,3645374975,4050195455,4253891839,4256066559,4258308863,4276539135,4294306815],t.Oranges9=[2133263615,2788557823,3645374975,4050195455,4253891839,4256066559,4258308863,4276539135,4294306815],t.Reds3=[3727501055,4237456127,4276146943],t.Reds4=[3407355391,4218047231,4239299071,4276476415],t.Reds5=[2769229311,3727501055,4218047231,4239299071,4276476415],t.Reds6=[2769229311,3727501055,4218047231,4237456127,4240155135,4276476415],t.Reds7=[2566917631,3407355391,4013632767,4218047231,4237456127,4240155135,4276476415],t.Reds8=[2566917631,3407355391,4013632767,4218047231,4237456127,4240155135,4276146943,4294308095],t.Reds9=[1728056831,2769229311,3407355391,4013632767,4218047231,4237456127,4240155135,4276146943,4294308095],t.Greys3=[1667458047,3183328767,4042322175],t.Greys4=[1381126911,2526451455,3435973887,4160223231],t.Greys5=[623191551,1667458047,2526451455,3435973887,4160223231],t.Greys6=[623191551,1667458047,2526451455,3183328767,3654932991,4160223231],t.Greys7=[623191551,1381126911,1936946175,2526451455,3183328767,3654932991,4160223231],t.Greys8=[623191551,1381126911,1936946175,2526451455,3183328767,3654932991,4042322175,4294967295],t.Greys9=[255,623191551,1381126911,1936946175,2526451455,3183328767,3654932991,4042322175,4294967295],t.Greys10=[255,471604479,943208703,1431655935,1903260159,2374864383,2863311615,3334915839,3806520063,4294967295],t.Greys11=[255,421075455,858993663,1280068863,1717987071,2139062271,2576980479,2998055679,3435973887,3857049087,4294967295],t.Greys256=[255,16843263,33686271,50529279,67372287,84215295,101058303,117901311,134744319,151587327,168430335,185273343,202116351,218959359,235802367,252645375,269488383,286331391,303174399,320017407,336860415,353703423,370546431,387389439,404232447,421075455,437918463,454761471,471604479,488447487,505290495,522133503,538976511,555819519,572662527,589505535,606348543,623191551,640034559,656877567,673720575,690563583,707406591,724249599,741092607,757935615,774778623,791621631,808464639,825307647,842150655,858993663,875836671,892679679,909522687,926365695,943208703,960051711,976894719,993737727,1010580735,1027423743,1044266751,1061109759,1077952767,1094795775,1111638783,1128481791,1145324799,1162167807,1179010815,1195853823,1212696831,1229539839,1246382847,1263225855,1280068863,1296911871,1313754879,1330597887,1347440895,1364283903,1381126911,1397969919,1414812927,1431655935,1448498943,1465341951,1482184959,1499027967,1515870975,1532713983,1549556991,1566399999,1583243007,1600086015,1616929023,1633772031,1650615039,1667458047,1684301055,1701144063,1717987071,1734830079,1751673087,1768516095,1785359103,1802202111,1819045119,1835888127,1852731135,1869574143,1886417151,1903260159,1920103167,1936946175,1953789183,1970632191,1987475199,2004318207,2021161215,2038004223,2054847231,2071690239,2088533247,2105376255,2122219263,2139062271,2155905279,2172748287,2189591295,2206434303,2223277311,2240120319,2256963327,2273806335,2290649343,2307492351,2324335359,2341178367,2358021375,2374864383,2391707391,2408550399,2425393407,2442236415,2459079423,2475922431,2492765439,2509608447,2526451455,2543294463,2560137471,2576980479,2593823487,2610666495,2627509503,2644352511,2661195519,2678038527,2694881535,2711724543,2728567551,2745410559,2762253567,2779096575,2795939583,2812782591,2829625599,2846468607,2863311615,2880154623,2896997631,2913840639,2930683647,2947526655,2964369663,2981212671,2998055679,3014898687,3031741695,3048584703,3065427711,3082270719,3099113727,3115956735,3132799743,3149642751,3166485759,3183328767,3200171775,3217014783,3233857791,3250700799,3267543807,3284386815,3301229823,3318072831,3334915839,3351758847,3368601855,3385444863,3402287871,3419130879,3435973887,3452816895,3469659903,3486502911,3503345919,3520188927,3537031935,3553874943,3570717951,3587560959,3604403967,3621246975,3638089983,3654932991,3671775999,3688619007,3705462015,3722305023,3739148031,3755991039,3772834047,3789677055,3806520063,3823363071,3840206079,3857049087,3873892095,3890735103,3907578111,3924421119,3941264127,3958107135,3974950143,3991793151,4008636159,4025479167,4042322175,4059165183,4076008191,4092851199,4109694207,4126537215,4143380223,4160223231,4177066239,4193909247,4210752255,4227595263,4244438271,4261281279,4278124287,4294967295],t.PuOr3=[2576270335,4160223231,4054008063],t.PuOr4=[1581029887,2997605119,4256719871,3865117183],t.PuOr5=[1581029887,2997605119,4160223231,4256719871,3865117183],t.PuOr6=[1411877119,2576270335,3638225919,4276139775,4054008063,3008890623],t.PuOr7=[1411877119,2576270335,3638225919,4160223231,4276139775,4054008063,3008890623],t.PuOr8=[1411877119,2155064575,2997605119,3638225919,4276139775,4256719871,3766621439,3008890623],t.PuOr9=[1411877119,2155064575,2997605119,3638225919,4160223231,4276139775,4256719871,3766621439,3008890623],t.PuOr10=[754994175,1411877119,2155064575,2997605119,3638225919,4276139775,4256719871,3766621439,3008890623,2134575359],t.PuOr11=[754994175,1411877119,2155064575,2997605119,3638225919,4160223231,4276139775,4256719871,3766621439,3008890623,2134575359],t.BrBG3=[1521790207,4126537215,3635635711],t.BrBG4=[25522687,2160968191,3754065407,2791381759],t.BrBG5=[25522687,2160968191,4126537215,3754065407,2791381759],t.BrBG6=[23486207,1521790207,3354060287,4142449663,3635635711,2354121471],t.BrBG7=[23486207,1521790207,3354060287,4126537215,4142449663,3635635711,2354121471],t.BrBG8=[23486207,899125247,2160968191,3354060287,4142449663,3754065407,3212914175,2354121471],t.BrBG9=[23486207,899125247,2160968191,3354060287,4126537215,4142449663,3754065407,3212914175,2354121471],t.BrBG10=[3944703,23486207,899125247,2160968191,3354060287,4142449663,3754065407,3212914175,2354121471,1412433407],t.BrBG11=[3944703,23486207,899125247,2160968191,3354060287,4126537215,4142449663,3754065407,3212914175,2354121471,1412433407],t.PRGn3=[2143255551,4160223231,2945303551],t.PRGn4=[8927231,2799411455,3265646591,2066912511],t.PRGn5=[8927231,2799411455,4160223231,3265646591,2066912511],t.PRGn6=[460863487,2143255551,3656438783,3889490175,2945303551,1982497791],t.PRGn7=[460863487,2143255551,3656438783,4160223231,3889490175,2945303551,1982497791],t.PRGn8=[460863487,1521377791,2799411455,3656438783,3889490175,3265646591,2574298111,1982497791],t.PRGn9=[460863487,1521377791,2799411455,3656438783,4160223231,3889490175,3265646591,2574298111,1982497791],t.PRGn10=[4463615,460863487,1521377791,2799411455,3656438783,3889490175,3265646591,2574298111,1982497791,1073761279],t.PRGn11=[4463615,460863487,1521377791,2799411455,3656438783,4160223231,3889490175,3265646591,2574298111,1982497791,1073761279],t.PiYG3=[2715249407,4160223231,3919825407],t.PiYG4=[1303127807,3101787903,4055292671,3491531775],t.PiYG5=[1303127807,3101787903,4160223231,4055292671,3491531775],t.PiYG6=[1301422591,2715249407,3874869503,4259377151,3919825407,3306913279],t.PiYG7=[1301422591,2715249407,3874869503,4160223231,4259377151,3919825407,3306913279],t.PiYG8=[1301422591,2143044095,3101787903,3874869503,4259377151,4055292671,3732385535,3306913279],t.PiYG9=[1301422591,2143044095,3101787903,3874869503,4160223231,4259377151,4055292671,3732385535,3306913279],t.PiYG10=[660871679,1301422591,2143044095,3101787903,3874869503,4259377151,4055292671,3732385535,3306913279,2382451455],t.PiYG11=[660871679,1301422591,2143044095,3101787903,3874869503,4160223231,4259377151,4055292671,3732385535,3306913279,2382451455],t.RdBu3=[1739182079,4160223231,4018823935],t.RdBu4=[91336959,2462441215,4104487679,3389006079],t.RdBu5=[91336959,2462441215,4160223231,4104487679,3389006079],t.RdBu6=[560377087,1739182079,3521507583,4259039231,4018823935,2987928575],t.RdBu7=[560377087,1739182079,3521507583,4160223231,4259039231,4018823935,2987928575],t.RdBu8=[560377087,1133757439,2462441215,3521507583,4259039231,4104487679,3596635647,2987928575],t.RdBu9=[560377087,1133757439,2462441215,3521507583,4160223231,4259039231,4104487679,3596635647,2987928575],t.RdBu10=[87056895,560377087,1133757439,2462441215,3521507583,4259039231,4104487679,3596635647,2987928575,1728061439],t.RdBu11=[87056895,560377087,1133757439,2462441215,3521507583,4160223231,4259039231,4104487679,3596635647,2987928575,1728061439],t.RdGy3=[2576980479,4294967295,4018823935],t.RdGy4=[1077952767,3132799743,4104487679,3389006079],t.RdGy5=[1077952767,3132799743,4294967295,4104487679,3389006079],t.RdGy6=[1296911871,2576980479,3772834047,4259039231,4018823935,2987928575],t.RdGy7=[1296911871,2576980479,3772834047,4294967295,4259039231,4018823935,2987928575],t.RdGy8=[1296911871,2273806335,3132799743,3772834047,4259039231,4104487679,3596635647,2987928575],t.RdGy9=[1296911871,2273806335,3132799743,3772834047,4294967295,4259039231,4104487679,3596635647,2987928575],t.RdGy10=[437918463,1296911871,2273806335,3132799743,3772834047,4259039231,4104487679,3596635647,2987928575,1728061439],t.RdGy11=[437918463,1296911871,2273806335,3132799743,3772834047,4294967295,4259039231,4104487679,3596635647,2987928575,1728061439],t.RdYlBu3=[2445270015,4294950911,4237122047],t.RdYlBu4=[746305279,2883185151,4256063999,3608747263],t.RdYlBu5=[746305279,2883185151,4294950911,4256063999,3608747263],t.RdYlBu6=[1165341951,2445270015,3774085375,4276130047,4237122047,3610257407],t.RdYlBu7=[1165341951,2445270015,3774085375,4294950911,4276130047,4237122047,3610257407],t.RdYlBu8=[1165341951,1957548543,2883185151,3774085375,4276130047,4256063999,4100801535,3610257407],t.RdYlBu9=[1165341951,1957548543,2883185151,3774085375,4294950911,4276130047,4256063999,4100801535,3610257407],t.RdYlBu10=[825660927,1165341951,1957548543,2883185151,3774085375,4276130047,4256063999,4100801535,3610257407,2768250623],t.RdYlBu11=[825660927,1165341951,1957548543,2883185151,3774085375,4294950911,4276130047,4256063999,4100801535,3610257407,2768250623],t.Spectral3=[2580911359,4294950911,4237122047],t.Spectral4=[730053375,2883429631,4256063999,3608747263],t.Spectral5=[730053375,2883429631,4294950911,4256063999,3608747263],t.Spectral6=[847822335,2580911359,3874855167,4276128767,4237122047,3577630719],t.Spectral7=[847822335,2580911359,3874855167,4294950911,4276128767,4237122047,3577630719],t.Spectral8=[847822335,1724032511,2883429631,3874855167,4276128767,4256063999,4100801535,3577630719],t.Spectral9=[847822335,1724032511,2883429631,3874855167,4294950911,4276128767,4256063999,4100801535,3577630719],t.Spectral10=[1582277375,847822335,1724032511,2883429631,3874855167,4276128767,4256063999,4100801535,3577630719,2650882815],t.Spectral11=[1582277375,847822335,1724032511,2883429631,3874855167,4294950911,4276128767,4256063999,4100801535,3577630719,2650882815],t.RdYlGn3=[2446287103,4294950911,4237122047],t.RdYlGn4=[446054911,2799266559,4256063999,3608747263],t.RdYlGn5=[446054911,2799266559,4294950911,4256063999,3608747263],t.RdYlGn6=[446189823,2446287103,3656354815,4276128767,4237122047,3610257407],t.RdYlGn7=[446189823,2446287103,3656354815,4294950911,4276128767,4237122047,3610257407],t.RdYlGn8=[446189823,1723687935,2799266559,3656354815,4276128767,4256063999,4100801535,3610257407],t.RdYlGn9=[446189823,1723687935,2799266559,3656354815,4294950911,4276128767,4256063999,4100801535,3610257407],t.RdYlGn10=[6830079,446189823,1723687935,2799266559,3656354815,4276128767,4256063999,4100801535,3610257407,2768250623],t.RdYlGn11=[6830079,446189823,1723687935,2799266559,3656354815,4294950911,4276128767,4256063999,4100801535,3610257407,2768250623],t.Bokeh3=[3960821759,4031915007,4138277887],t.Bokeh4=[...t.Bokeh3,2781690367],t.Bokeh5=[...t.Bokeh4,548558079],t.Bokeh6=[...t.Bokeh5,11185919],t.Bokeh7=[...t.Bokeh6,2301135359],t.Bokeh8=[...t.Bokeh6,1234752511,2301135359],t.Inferno3=[1023,3124123135,4244546815],t.Inferno4=[1023,2015129087,3983025663,4244546815],t.Inferno5=[1023,1427074559,3124123135,4186704383,4244546815],t.Inferno6=[1023,1091135487,2468702207,3696245247,4221831935,4244546815],t.Inferno7=[1023,839474687,2015129087,3124123135,3983025663,4222818559,4244546815],t.Inferno8=[1023,655053567,1662283519,2653512703,3527885567,4118550015,4206831103,4244546815],t.Inferno9=[1023,520898559,1427074559,2283891455,3124123135,3814208255,4186704383,4173935103,4244546815],t.Inferno10=[1023,436945151,1242262271,2015129087,2754371839,3443673087,3983025663,4221110015,4157553407,4244546815],t.Inferno11=[1023,369834495,1091135487,1779920639,2468702207,3124123135,3696245247,4067760895,4221831935,4141171455,4244546815],t.Inferno256=[1023,1279,1791,16779263,16845311,16845823,33623807,33689855,50467583,67310847,67311359,84154623,100932607,117775871,134619135,151396863,168240127,185018111,218638591,235416319,252259839,269037567,302658303,319436031,336279295,369834495,386612223,420167423,436945151,470565887,487343615,520898559,537676543,571165951,604720895,638275839,655053567,688608511,722097919,755652863,772430591,805985535,839474687,873029631,889807103,923361791,956916479,990471423,1007248895,1040803583,1074358015,1091135487,1124755711,1158310399,1175087615,1208707839,1242262271,1259105279,1292659711,1326279935,1343057151,1376677119,1393454591,1427074559,1460628991,1477471743,1511091711,1527869183,1561489151,1595043583,1611886335,1645506303,1662283519,1695903487,1712680703,1746300671,1779920639,1796697855,1830317823,1847095039,1880715007,1914269183,1931111935,1964731903,1981509119,2015129087,2048683519,2065526015,2099080447,2115923199,2149542911,2166320127,2199940095,2233494271,2250337023,2283891455,2300733951,2334288383,2367908351,2384750847,2418305279,2435147775,2468702207,2502321919,2519099135,2552718847,2569561343,2603115775,2619958271,2653512703,2687132415,2703974911,2737529343,2754371839,2787926015,2804768767,2838388479,2871942655,2888785151,2922404863,2939247615,2972801791,2989644287,3023263999,3040040959,3073660671,3090503423,3124123135,3140965631,3174519807,3191362303,3208204799,3241824511,3258667007,3292286719,3309129215,3342748927,3359525887,3376368383,3409988095,3426830591,3443673087,3477358335,3494200575,3511043071,3527885567,3561505279,3578347775,3595190271,3612032767,3645718015,3662560255,3679402751,3696245247,3713153279,3729995775,3746838271,3763746047,3797365759,3814208255,3831116287,3847958783,3864801023,3864931839,3881774335,3898682367,3915524863,3932432639,3949275135,3966183167,3983025663,3983156223,4000064255,4016906751,4033814527,4033879807,4050787839,4067695871,4067760895,4084668927,4084799743,4101641983,4118550015,4118680831,4135588607,4135653887,4152561919,4152692479,4169600511,4169665791,4169796607,4186704383,4186835199,4186966271,4203808767,4203939583,4204070655,4204201727,4221110015,4221241087,4221372159,4221437951,4221569023,4221700351,4221831935,4221963263,4222094847,4222226175,4222357759,4222489343,4222620927,4222686975,4222818559,4222950143,4223081727,4223213311,4206567935,4206699519,4206831103,4206962943,4190317311,4190448895,4190580735,4173935103,4174066943,4174198783,4157553407,4157684991,4141039615,4141171455,4124526079,4124657919,4108012543,4108079103,4091433727,4091565823,4091697663,4075052543,4075184383,4058539263,4058605823,4058737919,4058870015,4058936575,4059068927,4059201023,4076044799,4076111359,4093020671,4109864447,4126708223,4143617535,4160461311,4194082303,4210925823,4244546815],t.Magma3=[1023,3040246271,4227645439],t.Magma4=[1023,1897890303,4032847359,4227645439],t.Magma5=[1023,1326545919,3040246271,4219887871,4227645439],t.Magma6=[1023,990867455,2351530239,3712575743,4255083775,4227645439],t.Magma7=[1023,722558719,1897890303,3040246271,4032847359,4272846591,4227645439],t.Magma8=[1023,571560191,1561820927,2536275967,3510791935,4168441087,4273569791,4227645439],t.Magma9=[1023,454051071,1326545919,2166718975,3040246271,3847250943,4219887871,4274161407,4227645439],t.Magma10=[1023,386874623,1125086719,1897890303,2653847295,3409867263,4032847359,4237518591,4274490367,4227645439],t.Magma11=[1023,336410111,990867455,1662615551,2351530239,3040246271,3712575743,4134427647,4255083775,4258107647,4227645439],t.Magma256=[1023,1279,1791,16779263,16845311,16845823,33689087,33689599,50532863,67310591,67376639,84154367,100997631,117775359,134618623,151461887,168239871,185083135,201926399,218769663,235547391,252390655,269234175,286011903,302855167,336410111,353253631,370031359,386874623,403652607,437273087,454051071,470828799,504383999,521227263,538004991,571560191,588337919,621893119,638670847,672225791,705780991,722558719,756048127,789603071,806381055,839935999,873490687,890202879,923757823,957312767,990867455,1007645183,1041199871,1074754559,1108309247,1125086719,1158641407,1192196095,1209039103,1242593791,1259371007,1292991231,1326545919,1343388671,1376943359,1393786111,1427340799,1460960767,1477803775,1511358207,1528200959,1561820927,1578598399,1612218367,1628995583,1662615551,1696235775,1713012991,1746632959,1763475711,1797030143,1813872895,1847493119,1864270335,1897890303,1931444735,1948287487,1981907455,1998684671,2032304639,2049081855,2082701823,2116321791,2133099007,2166718975,2183496191,2217116159,2233893375,2267513343,2301133311,2317910527,2351530239,2368307455,2401927423,2435481855,2452324607,2485879039,2502721791,2536275967,2569895935,2586673151,2620293119,2653847295,2670690047,2704244479,2737864447,2754641407,2788261375,2805038591,2838658303,2872278271,2889055231,2922675199,2956229631,2973072127,3006626559,3040246271,3057023487,3090643199,3107420415,3141040127,3174660095,3191437055,3225056767,3258611199,3275453695,3309073663,3325850623,3359470335,3393090303,3409867263,3443486975,3460329727,3493949439,3510791935,3544346111,3561188863,3594808575,3611651071,3645270783,3662113279,3695733247,3712575743,3729418239,3763037951,3779880703,3796723199,3830342911,3847250943,3864093439,3880936191,3897844223,3931463935,3948306687,3965214719,3982057471,3998965503,3999096319,4015939071,4032847359,4049689855,4066598143,4083506431,4083637247,4100479999,4117388287,4117519359,4134427647,4134558719,4151401471,4151532799,4168441087,4168572159,4185480447,4185611775,4185742847,4202651391,4202716927,4202848255,4219756799,4219887871,4220019199,4220150527,4237059071,4237190143,4237321471,4237452799,4237518591,4254427135,4254558463,4254689791,4254821119,4254952447,4255083775,4255215359,4255281151,4255412479,4272321023,4272452607,4272583935,4272715263,4272846591,4272912639,4273043967,4273175551,4273306879,4273438207,4273569791,4273701119,4273767167,4273898495,4274030079,4274161407,4274292991,4274424319,4274490367,4274621951,4274753279,4258107647,4258239231,4258370559,4258436607,4258568191,4258699519,4258831103,4258962687,4259094015,4259160063,4259291647,4259423231,4242777599,4242908927,4242974975,4243106559,4243238143,4243369727,4243501311,4243632639,4243698687,4243830271,4243961855,4227316223,4227447807,4227513855,4227645439],t.Plasma3=[201819903,3393616127,4026016255],t.Plasma4=[201819903,2602016511,3967308799,4026016255],t.Plasma5=[201819903,2080548863,3393616127,4153623039,4026016255],t.Plasma6=[201819903,1778427903,2955579391,3764675071,4238751231,4026016255],t.Plasma7=[201819903,1543546367,2602016511,3393616127,3967308799,4256313343,4026016255],t.Plasma8=[201819903,1375839231,2299045375,3090319871,3663358207,4085729535,4256902143,4026016255],t.Plasma9=[201819903,1241686271,2080548863,2820839167,3393616127,3849018623,4153623039,4257425663,4026016255],t.Plasma10=[201819903,1157865215,1912645887,2602016511,3157689855,3612765439,3967308799,4204608255,4240910079,4026016255],t.Plasma11=[201819903,1073978623,1778427903,2400035839,2955579391,3393616127,3764675071,4051848447,4238751231,4241237503,4026016255],t.Plasma256=[201819903,268929023,319195647,352750335,403082239,453414143,486968831,520457983,554012671,587567359,621122047,654676735,688231423,721786111,755275007,788829695,822384383,855939071,872716543,906270975,939825663,973380351,990092031,1023646719,1057201407,1073978623,1107533311,1141087999,1157865215,1191354367,1224908799,1241686271,1275240959,1308795391,1325572863,1359061759,1375839231,1409393663,1442948095,1459725567,1493279999,1509991935,1543546367,1577100799,1593878271,1627432703,1644209919,1677764607,1694541823,1728096255,1744873471,1778427903,1811982591,1828759807,1862314239,1879091455,1912645887,1929423103,1962977535,1979820287,2013374719,2030151935,2063771903,2080548863,2114168831,2130946047,2164566015,2181343231,2214962943,2231805695,2248648447,2282202623,2299045375,2332665087,2349507839,2383193343,2400035839,2416878591,2450498303,2467340799,2500960767,2517803263,2534646015,2568265727,2585108223,2602016511,2635636223,2652478719,2669321215,2686163967,2719783679,2736626175,2753468671,2770311167,2803996671,2820839167,2837681663,2854524159,2888143871,2904986367,2921828863,2938671359,2955579391,2972422143,2989264639,3022884351,3039726847,3056569343,3073411839,3090319871,3107162367,3124004863,3140847359,3157689855,3174532351,3191374847,3208217343,3225125375,3241967871,3258810623,3275653119,3292495615,3309338111,3326180607,3343023103,3359931135,3376773631,3393616127,3410458623,3427301119,3444143615,3460986367,3477828863,3494736895,3511579391,3511644671,3528487167,3545329663,3562172159,3579014655,3595922943,3612765439,3612830719,3629673215,3646515711,3663358207,3680200703,3697108735,3697174271,3714016767,3730859263,3747701759,3747767039,3764675071,3781517567,3798360319,3815202815,3815268095,3832176127,3849018623,3849083903,3865926399,3882769151,3899677183,3899742463,3916584959,3933427455,3933492735,3950400767,3967243519,3967308799,3984151295,3984282111,4001124607,4017967103,4018032383,4034940415,4035005951,4051848447,4068756479,4068821759,4085664255,4085729535,4102637567,4102703103,4119545599,4119676415,4136518911,4136584191,4136715007,4153557503,4153623039,4170531071,4170596351,4170727167,4187569663,4187634943,4204542975,4204608255,4204739327,4204804607,4221712639,4221777919,4221843199,4238751231,4238816767,4238947583,4239012863,4239143679,4239208959,4256117247,4256182527,4256313343,4256378623,425650943