{"target_id": "myplot", "root_id": "16484", "doc": {"defs": [], "roots": {"references": [{"attributes": {}, "id": "16502", "type": "PanTool"}, {"attributes": {}, "id": "16485", "type": "DataRange1d"}, {"attributes": {"color_mapper": {"id": "16483"}, "coordinates": null, "group": null, "major_label_policy": {"id": "16525"}, "width": 8}, "id": "16517", "type": "ColorBar"}, {"attributes": {"fill_alpha": {"value": 0.1}, "fill_color": {"field": "count", "transform": {"id": "16483"}}, "hatch_alpha": {"value": 0.1}, "hatch_color": {"field": "count", "transform": {"id": "16483"}}, "line_alpha": {"value": 0.1}, "line_color": {"field": "count", "transform": {"id": "16483"}}, "size": {"value": 15}, "x": {"field": "P"}, "y": {"field": "T"}}, "id": "16513", "type": "Circle"}, {"attributes": {"axis_label": "Temperature (K)", "coordinates": null, "formatter": {"id": "16523"}, "group": null, "major_label_policy": {"id": "16524"}, "ticker": {"id": "16498"}}, "id": "16497", "type": "LinearAxis"}, {"attributes": {}, "id": "16494", "type": "BasicTicker"}, {"attributes": {}, "id": "16498", "type": "BasicTicker"}, {"attributes": {"fill_color": {"field": "count", "transform": {"id": "16483"}}, "hatch_color": {"field": "count", "transform": {"id": "16483"}}, "line_color": {"field": "count", "transform": {"id": "16483"}}, "size": {"value": 15}, "x": {"field": "P"}, "y": {"field": "T"}}, "id": "16512", "type": "Circle"}, {"attributes": {"source": {"id": "16482"}}, "id": "16516", "type": "CDSView"}, {"attributes": {"axis": {"id": "16497"}, "coordinates": null, "dimension": 1, "group": null, "ticker": null}, "id": "16500", "type": "Grid"}, {"attributes": {}, "id": "16528", "type": "AllLabels"}, {"attributes": {"js_property_callbacks": {"change:indices": [{"id": "16519"}]}}, "id": "16518", "type": "Selection"}, {"attributes": {}, "id": "16487", "type": "DataRange1d"}, {"attributes": {"axis_label": "Pressure (GPa)", "coordinates": null, "formatter": {"id": "16527"}, "group": null, "major_label_policy": {"id": "16528"}, "ticker": {"id": "16494"}}, "id": "16493", "type": "LinearAxis"}, {"attributes": {}, "id": "16525", "type": "NoOverlap"}, {"attributes": {"axis": {"id": "16493"}, "coordinates": null, "group": null, "ticker": null}, "id": "16496", "type": "Grid"}, {"attributes": {}, "id": "16523", "type": "BasicTickFormatter"}, {"attributes": {"coordinates": null, "data_source": {"id": "16482"}, "glyph": {"id": "16512"}, "group": null, "hover_glyph": null, "muted_glyph": {"id": "16514"}, "nonselection_glyph": {"id": "16513"}, "view": {"id": "16516"}}, "id": "16515", "type": "GlyphRenderer"}, {"attributes": {}, "id": "16529", "type": "UnionRenderers"}, {"attributes": {"overlay": {"id": "16504"}}, "id": "16501", "type": "BoxSelectTool"}, {"attributes": {}, "id": "16489", "type": "LinearScale"}, {"attributes": {"callback": null, "tooltips": [["Temp [K]", "@T"], ["Pres [GPa]", "@P"], ["No. configs", "@count"]]}, "id": "16509", "type": "HoverTool"}, {"attributes": {}, "id": "16491", "type": "LinearScale"}, {"attributes": {"active_drag": {"id": "16501"}, "tools": [{"id": "16501"}, {"id": "16502"}, {"id": "16503"}, {"id": "16509"}]}, "id": "16505", "type": "Toolbar"}, {"attributes": {"fill_alpha": {"value": 0.2}, "fill_color": {"field": "count", "transform": {"id": "16483"}}, "hatch_alpha": {"value": 0.2}, "hatch_color": {"field": "count", "transform": {"id": "16483"}}, "line_alpha": {"value": 0.2}, "line_color": {"field": "count", "transform": {"id": "16483"}}, "size": {"value": 15}, "x": {"field": "P"}, "y": {"field": "T"}}, "id": "16514", "type": "Circle"}, {"attributes": {"below": [{"id": "16493"}], "center": [{"id": "16496"}, {"id": "16500"}], "left": [{"id": "16497"}], "renderers": [{"id": "16515"}], "right": [{"id": "16517"}], "sizing_mode": "stretch_width", "title": {"id": "16520"}, "toolbar": {"id": "16505"}, "toolbar_location": "below", "x_range": {"id": "16485"}, "x_scale": {"id": "16489"}, "y_range": {"id": "16487"}, "y_scale": {"id": "16491"}}, "id": "16484", "subtype": "Figure", "type": "Plot"}, {"attributes": {}, "id": "16527", "type": "BasicTickFormatter"}, {"attributes": {}, "id": "16503", "type": "ResetTool"}, {"attributes": {"args": {"source": {"id": "16482"}}, "code": "\n const inds = cb_obj.indices;\n const T = source.data['T'];\n const P = source.data['P'];\n var Pmin = 10000;\n var Tmin = 10000;\n var Tmax = 0;\n var Pmax = 0;\n for (let i = 0; i < inds.length; i++) {\n Pmin = Math.min(Pmin, P[inds[i]]);\n Tmin = Math.min(Tmin, T[inds[i]]);\n Pmax = Math.max(Pmax, P[inds[i]]);\n Tmax = Math.max(Tmax, T[inds[i]]);\n }\n if (Tmin > Tmax) {\n $('#Tmin').val(0);\n $('#Tmax').val(10000);\n } else {\n $('#Tmin').val(Tmin);\n $('#Tmax').val(Tmax);\n }\n if (Pmin > Pmax) {\n $('#Pmin').val(0);\n $('#Pmax').val(10000);\n } else {\n $('#Pmin').val(Pmin);\n $('#Pmax').val(Pmax);\n }\n $('#Pmax').change();\n "}, "id": "16519", "type": "CustomJS"}, {"attributes": {"data": {"P": [150, 150, 128, 150, 125, 128, 125, 100, 100, 50, 50, 175, 50, 125, 50, 50, 200, 150, 175, 200, 75, 128, 175, 50, 200, 50, 175, 200, 75, 100, 125, 175, 75, 175, 128, 75, 175, 175, 75, 200, 150, 50, 100, 75, 150, 125, 125, 200, 150, 75, 100, 100, 50, 100, 200, 100, 75, 150, 125, 100, 200, 125, 75, 125, 150], "T": [1800, 1000, 1200, 1600, 1600, 2000, 800, 600, 1000, 800, 1400, 2000, 2000, 2200, 600, 1200, 1600, 600, 1600, 1000, 2000, 800, 600, 1800, 2000, 1600, 1800, 1200, 2200, 1400, 1400, 1000, 1800, 1200, 1600, 600, 1400, 800, 1200, 1800, 800, 1000, 1200, 1600, 1200, 1800, 1000, 1400, 2200, 1400, 1600, 1800, 2200, 2000, 800, 2200, 1000, 1400, 1200, 800, 600, 2000, 800, 600, 2000], "count": [31, 59, 1, 1, 1, 1, 1, 98, 51, 2, 46, 1, 2, 1, 85, 2, 1, 95, 1, 60, 2, 1, 92, 34, 1, 2, 32, 1, 2, 43, 46, 58, 25, 1, 1, 64, 43, 1, 2, 33, 1, 61, 2, 2, 1, 33, 61, 45, 2, 35, 2, 32, 1, 1, 1, 2, 47, 45, 1, 2, 95, 1, 2, 95, 1]}, "selected": {"id": "16518"}, "selection_policy": {"id": "16529"}}, "id": "16482", "type": "ColumnDataSource"}, {"attributes": {}, "id": "16524", "type": "AllLabels"}, {"attributes": {"bottom_units": "screen", "coordinates": null, "fill_alpha": 0.5, "fill_color": "lightgrey", "group": null, "left_units": "screen", "level": "overlay", "line_alpha": 1.0, "line_color": "black", "line_dash": [4, 4], "line_width": 2, "right_units": "screen", "syncable": false, "top_units": "screen"}, "id": "16504", "type": "BoxAnnotation"}, {"attributes": {"coordinates": null, "group": null}, "id": "16520", "type": "Title"}, {"attributes": {"high": 98, "low": 1, "palette": ["#440154", "#440255", "#440357", "#450558", "#45065A", "#45085B", "#46095C", "#460B5E", "#460C5F", "#460E61", "#470F62", "#471163", "#471265", "#471466", "#471567", "#471669", "#47186A", "#48196B", "#481A6C", "#481C6E", "#481D6F", "#481E70", "#482071", "#482172", "#482273", "#482374", "#472575", "#472676", "#472777", "#472878", "#472A79", "#472B7A", "#472C7B", "#462D7C", "#462F7C", "#46307D", "#46317E", "#45327F", "#45347F", "#453580", "#453681", "#443781", "#443982", "#433A83", "#433B83", "#433C84", "#423D84", "#423E85", "#424085", "#414186", "#414286", "#404387", "#404487", "#3F4587", "#3F4788", "#3E4888", "#3E4989", "#3D4A89", "#3D4B89", "#3D4C89", "#3C4D8A", "#3C4E8A", "#3B508A", "#3B518A", "#3A528B", "#3A538B", "#39548B", "#39558B", "#38568B", "#38578C", "#37588C", "#37598C", "#365A8C", "#365B8C", "#355C8C", "#355D8C", "#345E8D", "#345F8D", "#33608D", "#33618D", "#32628D", "#32638D", "#31648D", "#31658D", "#31668D", "#30678D", "#30688D", "#2F698D", "#2F6A8D", "#2E6B8E", "#2E6C8E", "#2E6D8E", "#2D6E8E", "#2D6F8E", "#2C708E", "#2C718E", "#2C728E", "#2B738E", "#2B748E", "#2A758E", "#2A768E", "#2A778E", "#29788E", "#29798E", "#287A8E", "#287A8E", "#287B8E", "#277C8E", "#277D8E", "#277E8E", "#267F8E", "#26808E", "#26818E", "#25828E", "#25838D", "#24848D", "#24858D", "#24868D", "#23878D", "#23888D", "#23898D", "#22898D", "#228A8D", "#228B8D", "#218C8D", "#218D8C", "#218E8C", "#208F8C", "#20908C", "#20918C", "#1F928C", "#1F938B", "#1F948B", "#1F958B", "#1F968B", "#1E978A", "#1E988A", "#1E998A", "#1E998A", "#1E9A89", "#1E9B89", "#1E9C89", "#1E9D88", "#1E9E88", "#1E9F88", "#1EA087", "#1FA187", "#1FA286", "#1FA386", "#20A485", "#20A585", "#21A685", "#21A784", "#22A784", "#23A883", "#23A982", "#24AA82", "#25AB81", "#26AC81", "#27AD80", "#28AE7F", "#29AF7F", "#2AB07E", "#2BB17D", "#2CB17D", "#2EB27C", "#2FB37B", "#30B47A", "#32B57A", "#33B679", "#35B778", "#36B877", "#38B976", "#39B976", "#3BBA75", "#3DBB74", "#3EBC73", "#40BD72", "#42BE71", "#44BE70", "#45BF6F", "#47C06E", "#49C16D", "#4BC26C", "#4DC26B", "#4FC369", "#51C468", "#53C567", "#55C666", "#57C665", "#59C764", "#5BC862", "#5EC961", "#60C960", "#62CA5F", "#64CB5D", "#67CC5C", "#69CC5B", "#6BCD59", "#6DCE58", "#70CE56", "#72CF55", "#74D054", "#77D052", "#79D151", "#7CD24F", "#7ED24E", "#81D34C", "#83D34B", "#86D449", "#88D547", "#8BD546", "#8DD644", "#90D643", "#92D741", "#95D73F", "#97D83E", "#9AD83C", "#9DD93A", "#9FD938", "#A2DA37", "#A5DA35", "#A7DB33", "#AADB32", "#ADDC30", "#AFDC2E", "#B2DD2C", "#B5DD2B", "#B7DD29", "#BADE27", "#BDDE26", "#BFDF24", "#C2DF22", "#C5DF21", "#C7E01F", "#CAE01E", "#CDE01D", "#CFE11C", "#D2E11B", "#D4E11A", "#D7E219", "#DAE218", "#DCE218", "#DFE318", "#E1E318", "#E4E318", "#E7E419", "#E9E419", "#ECE41A", "#EEE51B", "#F1E51C", "#F3E51E", "#F6E61F", "#F8E621", "#FAE622", "#FDE724"]}, "id": "16483", "type": "LinearColorMapper"}], "root_ids": ["16484"]}, "title": "", "version": "2.4.1"}, "version": "2.4.1"}