{ "$schema": "https://vega.github.io/schema/vega/v5.json", "background": "white", "padding": 5, "data": [ { "name": "source_0", "url": "data/penguins.json", "format": {"type": "json"} }, { "name": "data_0", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Body Mass (g)\"]) && isFinite(+datum[\"Body Mass (g)\"]) && isValid(datum[\"Beak Length (mm)\"]) && isFinite(+datum[\"Beak Length (mm)\"])" } ] }, { "name": "data_1", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Flipper Length (mm)\"]) && isFinite(+datum[\"Flipper Length (mm)\"]) && isValid(datum[\"Beak Length (mm)\"]) && isFinite(+datum[\"Beak Length (mm)\"])" } ] }, { "name": "data_2", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Beak Depth (mm)\"]) && isFinite(+datum[\"Beak Depth (mm)\"]) && isValid(datum[\"Beak Length (mm)\"]) && isFinite(+datum[\"Beak Length (mm)\"])" } ] }, { "name": "data_3", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Beak Length (mm)\"]) && isFinite(+datum[\"Beak Length (mm)\"])" } ] }, { "name": "data_4", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Body Mass (g)\"]) && isFinite(+datum[\"Body Mass (g)\"]) && isValid(datum[\"Beak Depth (mm)\"]) && isFinite(+datum[\"Beak Depth (mm)\"])" } ] }, { "name": "data_5", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Flipper Length (mm)\"]) && isFinite(+datum[\"Flipper Length (mm)\"]) && isValid(datum[\"Beak Depth (mm)\"]) && isFinite(+datum[\"Beak Depth (mm)\"])" } ] }, { "name": "data_6", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Beak Depth (mm)\"]) && isFinite(+datum[\"Beak Depth (mm)\"])" } ] }, { "name": "data_7", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Body Mass (g)\"]) && isFinite(+datum[\"Body Mass (g)\"]) && isValid(datum[\"Flipper Length (mm)\"]) && isFinite(+datum[\"Flipper Length (mm)\"])" } ] }, { "name": "data_8", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Flipper Length (mm)\"]) && isFinite(+datum[\"Flipper Length (mm)\"])" } ] }, { "name": "data_9", "source": "source_0", "transform": [ { "type": "filter", "expr": "isValid(datum[\"Body Mass (g)\"]) && isFinite(+datum[\"Body Mass (g)\"])" } ] } ], "signals": [ {"name": "childWidth", "value": 150}, {"name": "childHeight", "value": 150} ], "layout": {"padding": 20, "columns": 4, "bounds": "full", "align": "all"}, "marks": [ { "type": "group", "name": "child__row_Beak_Length__mm_column_Body_Mass__g__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Length__mm_column_Body_Mass__g__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_0"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__x", "field": "Body Mass (g)" }, "y": { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__y", "field": "Beak Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__x", "orient": "bottom", "gridScale": "child__row_Beak_Length__mm_column_Body_Mass__g__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__y", "orient": "left", "gridScale": "child__row_Beak_Length__mm_column_Body_Mass__g__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__x", "orient": "bottom", "grid": false, "title": "Body Mass (g)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Body_Mass__g__y", "orient": "left", "grid": false, "title": "Beak Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Length__mm_column_Flipper_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Length__mm_column_Flipper_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_1"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__x", "field": "Flipper Length (mm)" }, "y": { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__y", "field": "Beak Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__y", "orient": "left", "gridScale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__x", "orient": "bottom", "grid": false, "title": "Flipper Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Flipper_Length__mm__y", "orient": "left", "grid": false, "title": "Beak Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Length__mm_column_Beak_Depth__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Length__mm_column_Beak_Depth__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_2"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__x", "field": "Beak Depth (mm)" }, "y": { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__y", "field": "Beak Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__y", "orient": "left", "gridScale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__x", "orient": "bottom", "grid": false, "title": "Beak Depth (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Depth__mm__y", "orient": "left", "grid": false, "title": "Beak Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Length__mm_column_Beak_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Length__mm_column_Beak_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_3"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__x", "field": "Beak Length (mm)" }, "y": { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__y", "field": "Beak Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Length__mm_column_Beak_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__y", "orient": "left", "gridScale": "child__row_Beak_Length__mm_column_Beak_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__x", "orient": "bottom", "grid": false, "title": "Beak Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Length__mm_column_Beak_Length__mm__y", "orient": "left", "grid": false, "title": "Beak Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Depth__mm_column_Body_Mass__g__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Depth__mm_column_Body_Mass__g__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_4"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__x", "field": "Body Mass (g)" }, "y": { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__y", "field": "Beak Depth (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__x", "orient": "bottom", "gridScale": "child__row_Beak_Depth__mm_column_Body_Mass__g__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__y", "orient": "left", "gridScale": "child__row_Beak_Depth__mm_column_Body_Mass__g__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__x", "orient": "bottom", "grid": false, "title": "Body Mass (g)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Body_Mass__g__y", "orient": "left", "grid": false, "title": "Beak Depth (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_5"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__x", "field": "Flipper Length (mm)" }, "y": { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__y", "field": "Beak Depth (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__y", "orient": "left", "gridScale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__x", "orient": "bottom", "grid": false, "title": "Flipper Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__y", "orient": "left", "grid": false, "title": "Beak Depth (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_6"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__x", "field": "Beak Depth (mm)" }, "y": { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__y", "field": "Beak Depth (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__y", "orient": "left", "gridScale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__x", "orient": "bottom", "grid": false, "title": "Beak Depth (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__y", "orient": "left", "grid": false, "title": "Beak Depth (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Beak_Depth__mm_column_Beak_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Beak_Depth__mm_column_Beak_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_2"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__x", "field": "Beak Length (mm)" }, "y": { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__y", "field": "Beak Depth (mm)" } } } } ], "axes": [ { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__y", "orient": "left", "gridScale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__x", "orient": "bottom", "grid": false, "title": "Beak Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Beak_Depth__mm_column_Beak_Length__mm__y", "orient": "left", "grid": false, "title": "Beak Depth (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Flipper_Length__mm_column_Body_Mass__g__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Flipper_Length__mm_column_Body_Mass__g__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_7"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__x", "field": "Body Mass (g)" }, "y": { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__y", "field": "Flipper Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__x", "orient": "bottom", "gridScale": "child__row_Flipper_Length__mm_column_Body_Mass__g__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__y", "orient": "left", "gridScale": "child__row_Flipper_Length__mm_column_Body_Mass__g__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__x", "orient": "bottom", "grid": false, "title": "Body Mass (g)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Body_Mass__g__y", "orient": "left", "grid": false, "title": "Flipper Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_8"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__x", "field": "Flipper Length (mm)" }, "y": { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__y", "field": "Flipper Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__y", "orient": "left", "gridScale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__x", "orient": "bottom", "grid": false, "title": "Flipper Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__y", "orient": "left", "grid": false, "title": "Flipper Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_5"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__x", "field": "Beak Depth (mm)" }, "y": { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__y", "field": "Flipper Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__x", "orient": "bottom", "gridScale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__y", "orient": "left", "gridScale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__x", "orient": "bottom", "grid": false, "title": "Beak Depth (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__y", "orient": "left", "grid": false, "title": "Flipper Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Flipper_Length__mm_column_Beak_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Flipper_Length__mm_column_Beak_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_1"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__x", "field": "Beak Length (mm)" }, "y": { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__y", "field": "Flipper Length (mm)" } } } } ], "axes": [ { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__y", "orient": "left", "gridScale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__x", "orient": "bottom", "grid": false, "title": "Beak Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Flipper_Length__mm_column_Beak_Length__mm__y", "orient": "left", "grid": false, "title": "Flipper Length (mm)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Body_Mass__g_column_Body_Mass__g__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Body_Mass__g_column_Body_Mass__g__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_9"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__x", "field": "Body Mass (g)" }, "y": { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__y", "field": "Body Mass (g)" } } } } ], "axes": [ { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__x", "orient": "bottom", "gridScale": "child__row_Body_Mass__g_column_Body_Mass__g__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__y", "orient": "left", "gridScale": "child__row_Body_Mass__g_column_Body_Mass__g__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__x", "orient": "bottom", "grid": false, "title": "Body Mass (g)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Body_Mass__g__y", "orient": "left", "grid": false, "title": "Body Mass (g)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Body_Mass__g_column_Flipper_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Body_Mass__g_column_Flipper_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_7"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Flipper Length (mm): \" + (format(datum[\"Flipper Length (mm)\"], \"\")) + \"; Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__x", "field": "Flipper Length (mm)" }, "y": { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__y", "field": "Body Mass (g)" } } } } ], "axes": [ { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Body_Mass__g_column_Flipper_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__y", "orient": "left", "gridScale": "child__row_Body_Mass__g_column_Flipper_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__x", "orient": "bottom", "grid": false, "title": "Flipper Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Flipper_Length__mm__y", "orient": "left", "grid": false, "title": "Body Mass (g)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Body_Mass__g_column_Beak_Depth__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Body_Mass__g_column_Beak_Depth__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_4"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Depth (mm): \" + (format(datum[\"Beak Depth (mm)\"], \"\")) + \"; Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__x", "field": "Beak Depth (mm)" }, "y": { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__y", "field": "Body Mass (g)" } } } } ], "axes": [ { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__x", "orient": "bottom", "gridScale": "child__row_Body_Mass__g_column_Beak_Depth__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__y", "orient": "left", "gridScale": "child__row_Body_Mass__g_column_Beak_Depth__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__x", "orient": "bottom", "grid": false, "title": "Beak Depth (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Depth__mm__y", "orient": "left", "grid": false, "title": "Body Mass (g)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] }, { "type": "group", "name": "child__row_Body_Mass__g_column_Beak_Length__mm__group", "style": "cell", "encode": { "update": { "width": {"signal": "childWidth"}, "height": {"signal": "childHeight"} } }, "marks": [ { "name": "child__row_Body_Mass__g_column_Beak_Length__mm__marks", "type": "symbol", "style": ["point"], "from": {"data": "data_0"}, "encode": { "update": { "opacity": {"value": 0.7}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "Species"}, "ariaRoleDescription": {"value": "point"}, "description": { "signal": "\"Beak Length (mm): \" + (format(datum[\"Beak Length (mm)\"], \"\")) + \"; Body Mass (g): \" + (format(datum[\"Body Mass (g)\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, "x": { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__x", "field": "Beak Length (mm)" }, "y": { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__y", "field": "Body Mass (g)" } } } } ], "axes": [ { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__x", "orient": "bottom", "gridScale": "child__row_Body_Mass__g_column_Beak_Length__mm__y", "grid": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__y", "orient": "left", "gridScale": "child__row_Body_Mass__g_column_Beak_Length__mm__x", "grid": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "domain": false, "labels": false, "aria": false, "maxExtent": 0, "minExtent": 0, "ticks": false, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__x", "orient": "bottom", "grid": false, "title": "Beak Length (mm)", "labelFlush": true, "labelOverlap": true, "tickCount": {"signal": "ceil(childWidth/40)"}, "zindex": 0 }, { "scale": "child__row_Body_Mass__g_column_Beak_Length__mm__y", "orient": "left", "grid": false, "title": "Body Mass (g)", "labelOverlap": true, "tickCount": {"signal": "ceil(childHeight/40)"}, "zindex": 0 } ] } ], "scales": [ { "name": "color", "type": "ordinal", "domain": { "fields": [ {"data": "data_0", "field": "Species"}, {"data": "data_1", "field": "Species"}, {"data": "data_2", "field": "Species"}, {"data": "data_3", "field": "Species"}, {"data": "data_4", "field": "Species"}, {"data": "data_5", "field": "Species"}, {"data": "data_6", "field": "Species"}, {"data": "data_7", "field": "Species"}, {"data": "data_8", "field": "Species"}, {"data": "data_9", "field": "Species"} ], "sort": true }, "range": "category" }, { "name": "child__row_Beak_Length__mm_column_Body_Mass__g__x", "type": "linear", "domain": {"data": "data_0", "field": "Body Mass (g)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Body_Mass__g__y", "type": "linear", "domain": {"data": "data_0", "field": "Beak Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Flipper_Length__mm__x", "type": "linear", "domain": {"data": "data_1", "field": "Flipper Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Flipper_Length__mm__y", "type": "linear", "domain": {"data": "data_1", "field": "Beak Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Beak_Depth__mm__x", "type": "linear", "domain": {"data": "data_2", "field": "Beak Depth (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Beak_Depth__mm__y", "type": "linear", "domain": {"data": "data_2", "field": "Beak Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Beak_Length__mm__x", "type": "linear", "domain": {"data": "data_3", "field": "Beak Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Length__mm_column_Beak_Length__mm__y", "type": "linear", "domain": {"data": "data_3", "field": "Beak Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Body_Mass__g__x", "type": "linear", "domain": {"data": "data_4", "field": "Body Mass (g)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Body_Mass__g__y", "type": "linear", "domain": {"data": "data_4", "field": "Beak Depth (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__x", "type": "linear", "domain": {"data": "data_5", "field": "Flipper Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Flipper_Length__mm__y", "type": "linear", "domain": {"data": "data_5", "field": "Beak Depth (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__x", "type": "linear", "domain": {"data": "data_6", "field": "Beak Depth (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Beak_Depth__mm__y", "type": "linear", "domain": {"data": "data_6", "field": "Beak Depth (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Beak_Length__mm__x", "type": "linear", "domain": {"data": "data_2", "field": "Beak Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Beak_Depth__mm_column_Beak_Length__mm__y", "type": "linear", "domain": {"data": "data_2", "field": "Beak Depth (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Body_Mass__g__x", "type": "linear", "domain": {"data": "data_7", "field": "Body Mass (g)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Body_Mass__g__y", "type": "linear", "domain": {"data": "data_7", "field": "Flipper Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__x", "type": "linear", "domain": {"data": "data_8", "field": "Flipper Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Flipper_Length__mm__y", "type": "linear", "domain": {"data": "data_8", "field": "Flipper Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__x", "type": "linear", "domain": {"data": "data_5", "field": "Beak Depth (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Beak_Depth__mm__y", "type": "linear", "domain": {"data": "data_5", "field": "Flipper Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Beak_Length__mm__x", "type": "linear", "domain": {"data": "data_1", "field": "Beak Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Flipper_Length__mm_column_Beak_Length__mm__y", "type": "linear", "domain": {"data": "data_1", "field": "Flipper Length (mm)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Body_Mass__g__x", "type": "linear", "domain": {"data": "data_9", "field": "Body Mass (g)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Body_Mass__g__y", "type": "linear", "domain": {"data": "data_9", "field": "Body Mass (g)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Flipper_Length__mm__x", "type": "linear", "domain": {"data": "data_7", "field": "Flipper Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Flipper_Length__mm__y", "type": "linear", "domain": {"data": "data_7", "field": "Body Mass (g)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Beak_Depth__mm__x", "type": "linear", "domain": {"data": "data_4", "field": "Beak Depth (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Beak_Depth__mm__y", "type": "linear", "domain": {"data": "data_4", "field": "Body Mass (g)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Beak_Length__mm__x", "type": "linear", "domain": {"data": "data_0", "field": "Beak Length (mm)"}, "range": [0, {"signal": "childWidth"}], "zero": false, "nice": true }, { "name": "child__row_Body_Mass__g_column_Beak_Length__mm__y", "type": "linear", "domain": {"data": "data_0", "field": "Body Mass (g)"}, "range": [{"signal": "childHeight"}, 0], "zero": false, "nice": true } ], "legends": [ { "stroke": "color", "symbolType": "circle", "title": "Species", "encode": { "symbols": { "update": { "fill": {"value": "transparent"}, "opacity": {"value": 0.7} } } } } ] }