Plots List
Plots
This endpoint handles manipulation of Plotly plot files.
Reference
Authorization
Any user with or without a Plotly account may view public plots. For private plots, see authentication.
Actions
list
Listing all public plots can be done via a GET request to this endpoint.
By default, plots will be listed in order of date created. The order_by
query parameter is accepted at this endpoint. Currently, only ordering by
views
is supported. It is possible to filter the plots by quality
with min_quality
or max_quality
as query parameter.
Example:
// GET https://api.plotly.com/v2/plots/ ---> 200
// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200
// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200
// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200
feed
Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.
Example:
// GET https://api.plotly.com/v2/plots/feed ---> 200
create
You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.
Example:
// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}
// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
"figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}
// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
"figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}
When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:
- source_fid: the fid of a plot that was copied (and presumably edited) to produce this one
detail
There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.
This information can only be reached with a GET to this endpoint.
Example:
// GET https://api.plotly.com/v2/plots/iheartgraphs:90
content
The contents of a plot can be downloaded via the content resource. The plot
content contains referenced grid/column data by default. If you wish to
return the raw grid/column data, the inline_data=true
query must be included
in the request url. The Content-Type header will be appropriately set for the
response body.
Alternatively, you can set ?map_data=unreadable
to append a mapping of
sources to data that belongs to grids which are unreadable for the
requestor. This is useful when you have read access to another users plot,
but that plot contains grid references which you don't have access to.
Examples:
// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK
// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK
// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK
GET /v2/plots/?cursor=cD0yMDI1LTA5LTA3KzEzJTNBMDElM0E1Ni40MzY4MzclMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA2KzIyJTNBNTQlM0E0NS40Mzk2MDIlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wNysxMSUzQTU3JTNBNTcuOTU0Mjk4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-07T11:57:57.954298Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~NaserNikandish/33.embed", "fid": "NaserNikandish:33", "filename": "SAMPLE students_map_dashboard 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/33/9_CDO3IWX1EVJY1FNMS12WC3H2TFH5QJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/33/2_7KY2P0O20KH6SNWV04IP3UGA2DR1ET.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/33/8_RKX7VOM42T4NFGLFKRACBM68PAQF6L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/33/9_CDO3IWX1EVJY1FNMS12WC3H2TFH5QJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/NaserNikandish:33", "plots": "https://api.plotly.com/v2/plots/NaserNikandish:33", "parent": "https://api.plotly.com/v2/folders/home?user=NaserNikandish" }, "owner": "NaserNikandish", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~NaserNikandish/33/", "world_readable": true, "date_modified": "2025-09-07T11:57:57.965Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~NaserNikandish/33/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers+text", "name": "States", "type": "scattergeo", "latsrc": "NaserNikandish:32:9f7758", "lonsrc": "NaserNikandish:32:5e2e7e", "marker": { "line": { "width": 0.5 }, "sizemin": 4, "sizeref": 0.1377551020408163, "sizesrc": "NaserNikandish:32:37b72a", "colorbar": { "title": { "text": "Students" } }, "colorsrc": "NaserNikandish:32:205b76", "sizemode": "area", "showscale": true, "colorscale": [ [ 0, "#ffe6e6" ], [ 0.5, "#ff4d4d" ], [ 1, "#800000" ] ] }, "metasrc": "NaserNikandish:32:fe2aba", "textsrc": "NaserNikandish:32:fb98b7", "textfont": { "size": 10 }, "textposition": "top center", "customdatasrc": "NaserNikandish:32:2c5361", "hovertemplate": "<b>%{text}</b><br>-----------------------------------<br> Avg GPA: %{customdata[0]:.2f}<br> Avg Yrs Exp: %{customdata[1]:.2f}<br> Female: %{customdata[2]:.2f}%<br>-----------------------------------<br>Students: %{customdata[9]}<br> BAAI: %{customdata[4]} | ISAI: %{customdata[5]} | MSM: %{customdata[6]} | MSF: %{customdata[7]} | FLEX MBA: %{customdata[8]}<br>-----------------------------------<br><b>Years to Complete (1–4):</b><br> 1y:%{customdata[10]} 2y:%{customdata[11]} 3y:%{customdata[12]} 4y:%{customdata[13]}<br> %{meta}<extra></extra>" }, { "name": "Top States", "type": "table", "cells": { "align": "left", "height": 22, "valuessrc": "NaserNikandish:32:602f07" }, "domain": { "x": [ 0.86, 0.995 ], "y": [ 0.02, 0.4 ] }, "header": { "fill": { "color": "#f2f2f2" }, "font": { "size": 11 }, "align": "left", "valuessrc": "NaserNikandish:32:427b50" }, "columnwidthsrc": "NaserNikandish:32:2a2e85" } ], "layout": { "geo": { "scope": "usa", "projection": { "type": "albers usa" }, "showsubunits": true, "showcountries": false }, "title": { "x": 0.5, "text": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>", "xanchor": "center" }, "margin": { "b": 40, "l": 40, "r": 60, "t": 90 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.02, "y": 1.19, "text": "<b>Program</b>", "xref": "paper", "yref": "paper", "showarrow": false } ], "updatemenus": [ { "x": 0.02, "y": 1.14, "pad": { "r": 6, "t": 6 }, "buttons": [ { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.349457, 40.590752, 35.630066, 40.388783, 40.298904, 43.326618, 33.040619, 37.769337, 35.747845, 42.230171, 33.729759, 47.400902, 38.456085, 39.849426, 39.063946, 44.268543, 37.66814, 43.933907, 45.694454, 41.597782, 31.169546, 33.856892, 39.059811, 32.806671, 35.565342, 38.5266, 34.969704, 38.313515, 40.150032, 42.011539, 32.741646, 44.045876, 38.491226, 44.240459, 41.680893, 41.12537, 43.452492, 44.693947, 34.840515, 21.094318, 44.299782, 47.528912, 39.318523, 46.921925, 42.755966, 38.905985, 61.370716 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -88.986137, -77.209755, -79.806419, -82.764915, -74.521011, -84.536095, -83.643074, -78.169968, -86.692345, -71.530106, -111.431221, -121.490494, -92.288368, -86.258278, -76.802101, -89.616508, -84.670067, -120.55899, -93.900192, -72.755371, -91.867805, -80.945007, -105.311104, -86.79113, -96.928917, -96.726486, -92.373123, -117.055374, -111.862434, -93.210526, -89.678696, -72.710686, -80.954453, -114.478828, -71.51178, -98.268082, -71.563896, -69.381927, -106.248482, -157.498337, -99.438828, -99.784012, -75.507141, -110.454353, -107.30249, -77.033418, -152.404419 ], null ], "meta": [ [ "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮ ▮▮▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ · ·" ], null ], "text": [ [ "CA", "TX", "FL", "NY", "IL", "PA", "NC", "OH", "NJ", "MI", "GA", "VA", "TN", "MA", "AZ", "WA", "MO", "IN", "MD", "WI", "KY", "OR", "MN", "CT", "LA", "SC", "CO", "AL", "OK", "KS", "AR", "NV", "UT", "IA", "MS", "VT", "WV", "ID", "RI", "NE", "NH", "ME", "NM", "HI", "SD", "ND", "DE", "MT", "WY", "DC", "AK" ], null ], "customdata": [ [ [ 3.41, 3.49, 47.69, 22.22, 77.0, 32.0, 49.0, 23.0, 35.0, 216.0, 0.0, 53.0, 116.0, 47.0 ], [ 3.42, 3.1, 47.19, 22.47, 56.0, 34.0, 35.0, 25.0, 28.0, 178.0, 0.0, 41.0, 94.0, 43.0 ], [ 3.4, 3.23, 45.89, 22.6, 43.0, 16.0, 41.0, 16.0, 30.0, 146.0, 0.0, 45.0, 76.0, 25.0 ], [ 3.44, 2.99, 38.84, 23.97, 33.0, 21.0, 31.0, 13.0, 23.0, 121.0, 0.0, 31.0, 67.0, 23.0 ], [ 3.45, 3.43, 34.02, 18.56, 26.0, 21.0, 17.0, 17.0, 16.0, 97.0, 0.0, 23.0, 52.0, 22.0 ], [ 3.44, 2.54, 53.09, 20.99, 21.0, 14.0, 26.0, 10.0, 10.0, 81.0, 0.0, 22.0, 44.0, 15.0 ], [ 3.38, 3.34, 47.06, 16.18, 21.0, 9.0, 20.0, 7.0, 11.0, 68.0, 0.0, 12.0, 35.0, 21.0 ], [ 3.43, 3.85, 44.78, 17.91, 27.0, 9.0, 12.0, 11.0, 8.0, 67.0, 0.0, 14.0, 39.0, 14.0 ], [ 3.38, 3.49, 48.48, 21.21, 20.0, 8.0, 18.0, 11.0, 9.0, 66.0, 0.0, 14.0, 31.0, 21.0 ], [ 3.42, 3.5, 46.88, 26.56, 20.0, 14.0, 9.0, 8.0, 13.0, 64.0, 0.0, 14.0, 38.0, 12.0 ], [ 3.45, 3.37, 45.0, 26.67, 18.0, 14.0, 14.0, 4.0, 10.0, 60.0, 0.0, 10.0, 32.0, 18.0 ], [ 3.47, 3.71, 37.74, 24.53, 17.0, 12.0, 12.0, 4.0, 8.0, 53.0, 0.0, 8.0, 31.0, 14.0 ], [ 3.5, 3.5, 39.22, 21.57, 21.0, 6.0, 13.0, 8.0, 3.0, 51.0, 0.0, 10.0, 30.0, 11.0 ], [ 3.38, 3.19, 48.0, 18.0, 18.0, 14.0, 8.0, 3.0, 7.0, 50.0, 0.0, 6.0, 35.0, 9.0 ], [ 3.45, 3.35, 33.33, 15.56, 14.0, 8.0, 4.0, 7.0, 12.0, 45.0, 0.0, 11.0, 21.0, 13.0 ], [ 3.45, 3.76, 38.64, 27.27, 15.0, 10.0, 8.0, 6.0, 5.0, 44.0, 0.0, 6.0, 23.0, 15.0 ], [ 3.38, 2.94, 45.24, 19.05, 15.0, 6.0, 8.0, 5.0, 8.0, 42.0, 0.0, 7.0, 26.0, 9.0 ], [ 3.42, 2.8, 33.33, 26.19, 13.0, 5.0, 9.0, 9.0, 6.0, 42.0, 0.0, 9.0, 24.0, 9.0 ], [ 3.35, 3.45, 41.03, 28.21, 8.0, 6.0, 13.0, 4.0, 8.0, 39.0, 0.0, 11.0, 20.0, 8.0 ], [ 3.44, 3.18, 38.24, 23.53, 16.0, 8.0, 2.0, 3.0, 5.0, 34.0, 0.0, 7.0, 24.0, 3.0 ], [ 3.45, 3.32, 38.71, 19.35, 16.0, 8.0, 5.0, 1.0, 1.0, 31.0, 0.0, 4.0, 21.0, 6.0 ], [ 3.4, 3.5, 51.61, 22.58, 11.0, 5.0, 7.0, 3.0, 5.0, 31.0, 0.0, 7.0, 19.0, 5.0 ], [ 3.36, 4.03, 41.38, 34.48, 15.0, 4.0, 6.0, 2.0, 2.0, 29.0, 0.0, 7.0, 18.0, 4.0 ], [ 3.42, 3.39, 44.83, 6.9, 8.0, 2.0, 7.0, 7.0, 5.0, 29.0, 0.0, 7.0, 15.0, 7.0 ], [ 3.45, 3.76, 34.62, 23.08, 7.0, 3.0, 6.0, 4.0, 6.0, 26.0, 0.0, 6.0, 18.0, 2.0 ], [ 3.41, 3.37, 56.0, 20.0, 3.0, 4.0, 10.0, 5.0, 3.0, 25.0, 0.0, 4.0, 16.0, 5.0 ], [ 3.41, 3.25, 47.83, 21.74, 6.0, 2.0, 7.0, 2.0, 6.0, 23.0, 0.0, 6.0, 12.0, 5.0 ], [ 3.44, 3.02, 43.48, 26.09, 8.0, 2.0, 4.0, 2.0, 7.0, 23.0, 0.0, 4.0, 12.0, 7.0 ], [ 3.45, 3.81, 21.05, 21.05, 6.0, 3.0, 3.0, 4.0, 3.0, 19.0, 0.0, 3.0, 14.0, 2.0 ], [ 3.33, 3.74, 42.11, 5.26, 6.0, 6.0, 5.0, 2.0, 0.0, 19.0, 0.0, 4.0, 10.0, 5.0 ], [ 3.38, 2.59, 58.82, 17.65, 4.0, 4.0, 5.0, 2.0, 2.0, 17.0, 0.0, 6.0, 7.0, 4.0 ], [ 3.48, 3.3, 47.06, 23.53, 8.0, 2.0, 3.0, 0.0, 4.0, 17.0, 0.0, 5.0, 9.0, 3.0 ], [ 3.61, 2.69, 37.5, 25.0, 6.0, 1.0, 4.0, 1.0, 4.0, 16.0, 0.0, 4.0, 9.0, 3.0 ], [ 3.34, 3.77, 37.5, 25.0, 4.0, 3.0, 3.0, 1.0, 5.0, 16.0, 0.0, 4.0, 7.0, 5.0 ], [ 3.44, 2.62, 61.54, 23.08, 3.0, 5.0, 1.0, 3.0, 1.0, 13.0, 0.0, 4.0, 5.0, 4.0 ], [ 3.4, 3.19, 90.91, 27.27, 4.0, 1.0, 4.0, 2.0, 0.0, 11.0, 0.0, 4.0, 5.0, 2.0 ], [ 3.48, 3.78, 70.0, 20.0, 3.0, 1.0, 3.0, 1.0, 2.0, 10.0, 0.0, 3.0, 4.0, 3.0 ], [ 3.43, 3.5, 80.0, 10.0, 1.0, 4.0, 1.0, 2.0, 2.0, 10.0, 0.0, 2.0, 5.0, 3.0 ], [ 3.3, 2.59, 22.22, 11.11, 2.0, 2.0, 3.0, 2.0, 0.0, 9.0, 0.0, 2.0, 5.0, 2.0 ], [ 3.35, 4.13, 44.44, 22.22, 1.0, 2.0, 2.0, 2.0, 2.0, 9.0, 0.0, 4.0, 4.0, 1.0 ], [ 3.5, 2.54, 37.5, 25.0, 3.0, 1.0, 3.0, 0.0, 1.0, 8.0, 0.0, 3.0, 3.0, 2.0 ], [ 3.29, 1.99, 25.0, 37.5, 1.0, 3.0, 1.0, 1.0, 2.0, 8.0, 0.0, 4.0, 2.0, 2.0 ], [ 3.35, 3.84, 42.86, 14.29, 4.0, 1.0, 2.0, 0.0, 0.0, 7.0, 0.0, 1.0, 5.0, 1.0 ], [ 3.5, 3.66, 50.0, 33.33, 1.0, 3.0, 1.0, 1.0, 0.0, 6.0, 0.0, 1.0, 1.0, 4.0 ], [ 3.48, 2.94, 40.0, 20.0, 2.0, 2.0, 1.0, 0.0, 0.0, 5.0, 0.0, 1.0, 3.0, 1.0 ], [ 3.53, 3.64, 80.0, 20.0, 2.0, 1.0, 0.0, 1.0, 1.0, 5.0, 0.0, 1.0, 4.0, 0.0 ], [ 3.34, 3.81, 100.0, 50.0, 1.0, 0.0, 2.0, 0.0, 1.0, 4.0, 0.0, 2.0, 2.0, 0.0 ], [ 3.58, 4.23, 50.0, 0.0, 0.0, 2.0, 1.0, 1.0, 0.0, 4.0, 0.0, 1.0, 3.0, 0.0 ], [ 3.29, 1.86, 33.33, 33.33, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0 ], [ 3.09, 1.42, 0.0, 50.0, 1.0, 0.0, 0.0, 1.0, 0.0, 2.0, 0.0, 1.0, 0.0, 1.0 ], [ 2.99, 1.62, 0.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ] ], null ], "marker.size": [ [ 216, 178, 146, 121, 97, 81, 68, 67, 66, 64, 60, 53, 51, 50, 45, 44, 42, 42, 39, 34, 31, 31, 29, 29, 26, 25, 23, 23, 19, 19, 17, 17, 16, 16, 13, 11, 10, 10, 9, 9, 8, 8, 7, 6, 5, 5, 4, 4, 3, 2, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 216, 178, 146 ] ] ], "marker.color": [ [ 216, 178, 146, 121, 97, 81, 68, 67, 66, 64, 60, 53, 51, 50, 45, 44, 42, 42, 39, 34, 31, 31, 29, 29, 26, 25, 23, 23, 19, 19, 17, 17, 16, 16, 13, 11, 10, 10, 9, 9, 8, 8, 7, 6, 5, 5, 4, 4, 3, 2, 1 ], null ], "marker.sizeref": [ 0.1377551020408163, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>" } ], "label": "All", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.388783, 40.349457, 40.590752, 35.747845, 35.630066, 40.298904, 43.326618, 42.230171, 33.040619, 37.769337, 37.66814, 44.268543, 47.400902, 38.456085, 45.694454, 33.729759, 39.849426, 43.933907, 41.597782, 32.806671, 38.313515, 39.063946, 31.169546, 35.565342, 40.150032, 38.5266, 39.059811, 44.045876, 34.840515, 42.011539, 34.969704, 38.491226, 33.856892, 32.741646, 43.452492, 41.680893, 44.299782, 47.528912, 41.12537, 44.693947, 44.240459, 21.094318, 39.318523, 38.905985, 42.755966 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -82.764915, -88.986137, -77.209755, -86.692345, -79.806419, -74.521011, -84.536095, -71.530106, -83.643074, -78.169968, -84.670067, -89.616508, -121.490494, -92.288368, -93.900192, -111.431221, -86.258278, -120.55899, -72.755371, -86.79113, -117.055374, -76.802101, -91.867805, -96.928917, -111.862434, -96.726486, -105.311104, -72.710686, -106.248482, -93.210526, -92.373123, -80.954453, -80.945007, -89.678696, -71.563896, -71.51178, -99.438828, -99.784012, -98.268082, -69.381927, -114.478828, -157.498337, -75.507141, -77.033418, -107.30249 ], null ], "meta": [ [ "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· · ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ·", "· ▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮ ▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ · ·", "· · · ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·" ], null ], "text": [ [ "CA", "TX", "FL", "NY", "OH", "IL", "PA", "TN", "NC", "NJ", "MI", "MA", "GA", "VA", "KY", "WI", "WA", "MO", "MN", "AZ", "IN", "OR", "CT", "AL", "NV", "MD", "LA", "OK", "UT", "KS", "CO", "VT", "NM", "IA", "AR", "WV", "SC", "MS", "NH", "RI", "SD", "ND", "NE", "ME", "ID", "HI", "DE", "DC", "WY" ], null ], "customdata": [ [ [ 3.43, 3.64, 41.56, 24.68, 77.0, 0.0, 0.0, 0.0, 0.0, 77.0, 0.0, 18.0, 43.0, 16.0 ], [ 3.44, 3.02, 48.21, 25.0, 56.0, 0.0, 0.0, 0.0, 0.0, 56.0, 0.0, 11.0, 32.0, 13.0 ], [ 3.37, 3.39, 44.19, 23.26, 43.0, 0.0, 0.0, 0.0, 0.0, 43.0, 0.0, 16.0, 18.0, 9.0 ], [ 3.45, 2.62, 33.33, 27.27, 33.0, 0.0, 0.0, 0.0, 0.0, 33.0, 0.0, 10.0, 12.0, 11.0 ], [ 3.42, 3.95, 51.85, 22.22, 27.0, 0.0, 0.0, 0.0, 0.0, 27.0, 0.0, 7.0, 15.0, 5.0 ], [ 3.44, 4.22, 34.62, 19.23, 26.0, 0.0, 0.0, 0.0, 0.0, 26.0, 0.0, 4.0, 17.0, 5.0 ], [ 3.43, 2.18, 57.14, 9.52, 21.0, 0.0, 0.0, 0.0, 0.0, 21.0, 0.0, 6.0, 12.0, 3.0 ], [ 3.46, 3.52, 52.38, 23.81, 21.0, 0.0, 0.0, 0.0, 0.0, 21.0, 0.0, 3.0, 14.0, 4.0 ], [ 3.42, 3.06, 42.86, 19.05, 21.0, 0.0, 0.0, 0.0, 0.0, 21.0, 0.0, 3.0, 9.0, 9.0 ], [ 3.41, 3.03, 55.0, 25.0, 20.0, 0.0, 0.0, 0.0, 0.0, 20.0, 0.0, 5.0, 9.0, 6.0 ], [ 3.43, 3.28, 45.0, 30.0, 20.0, 0.0, 0.0, 0.0, 0.0, 20.0, 0.0, 4.0, 15.0, 1.0 ], [ 3.34, 3.13, 50.0, 22.22, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0, 0.0, 4.0, 12.0, 2.0 ], [ 3.47, 3.68, 33.33, 33.33, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0, 0.0, 4.0, 7.0, 7.0 ], [ 3.53, 4.03, 47.06, 17.65, 17.0, 0.0, 0.0, 0.0, 0.0, 17.0, 0.0, 3.0, 9.0, 5.0 ], [ 3.53, 3.14, 43.75, 31.25, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0, 0.0, 1.0, 11.0, 4.0 ], [ 3.5, 3.38, 50.0, 25.0, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0, 0.0, 2.0, 12.0, 2.0 ], [ 3.52, 4.39, 26.67, 40.0, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0, 0.0, 3.0, 6.0, 6.0 ], [ 3.4, 3.27, 60.0, 20.0, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0, 0.0, 2.0, 9.0, 4.0 ], [ 3.32, 4.02, 40.0, 46.67, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0, 0.0, 4.0, 9.0, 2.0 ], [ 3.43, 3.53, 64.29, 14.29, 14.0, 0.0, 0.0, 0.0, 0.0, 14.0, 0.0, 5.0, 6.0, 3.0 ], [ 3.4, 2.47, 30.77, 38.46, 13.0, 0.0, 0.0, 0.0, 0.0, 13.0, 0.0, 0.0, 10.0, 3.0 ], [ 3.4, 4.46, 54.55, 36.36, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0, 0.0, 4.0, 4.0, 3.0 ], [ 3.33, 3.1, 50.0, 12.5, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 1.0, 6.0, 1.0 ], [ 3.39, 3.12, 37.5, 37.5, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 1.0, 3.0, 4.0 ], [ 3.51, 2.99, 37.5, 12.5, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 2.0, 4.0, 2.0 ], [ 3.33, 2.98, 37.5, 25.0, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 1.0, 6.0, 1.0 ], [ 3.48, 4.18, 28.57, 42.86, 7.0, 0.0, 0.0, 0.0, 0.0, 7.0, 0.0, 2.0, 5.0, 0.0 ], [ 3.49, 3.85, 16.67, 16.67, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0, 0.0, 1.0, 5.0, 0.0 ], [ 3.54, 2.25, 0.0, 33.33, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0, 0.0, 2.0, 3.0, 1.0 ], [ 3.25, 3.06, 50.0, 0.0, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0, 0.0, 1.0, 4.0, 1.0 ], [ 3.44, 3.85, 66.67, 16.67, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0, 0.0, 1.0, 3.0, 2.0 ], [ 3.39, 2.99, 75.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 1.0, 2.0, 1.0 ], [ 3.22, 3.6, 75.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0 ], [ 3.21, 3.09, 50.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 1.0, 1.0, 2.0 ], [ 3.19, 4.11, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 3.0, 1.0 ], [ 3.67, 2.32, 66.67, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 2.0, 1.0 ], [ 3.34, 1.05, 66.67, 33.33, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 1.0, 2.0, 0.0 ], [ 3.19, 3.5, 66.67, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 2.0, 0.0, 1.0 ], [ 3.44, 3.45, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 1.0, 1.0, 1.0 ], [ 3.44, 2.9, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.32, 2.7, 0.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.42, 5.26, 100.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.32, 3.09, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.47, 2.13, 100.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.26, 4.59, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.78, 4.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.54, 4.94, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.23, 1.38, 0.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.44, 3.72, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ] ], null ], "marker.size": [ [ 77, 56, 43, 33, 27, 26, 21, 21, 21, 20, 20, 18, 18, 17, 16, 16, 15, 15, 15, 14, 13, 11, 8, 8, 8, 8, 7, 6, 6, 6, 6, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 77, 56, 43 ] ] ], "marker.color": [ [ 77, 56, 43, 33, 27, 26, 21, 21, 21, 20, 20, 18, 18, 17, 16, 16, 15, 15, 15, 14, 13, 11, 8, 8, 8, 8, 7, 6, 6, 6, 6, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.049107142857142856, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>BAAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>637</i></span>" } ], "label": "BAAI", "method": "update" }, { "args": [ { "lat": [ [ 31.054487, 36.116203, 40.349457, 42.165726, 27.766279, 33.040619, 43.326618, 40.590752, 42.230171, 37.769337, 47.400902, 35.630066, 40.388783, 33.729759, 37.66814, 40.298904, 44.268543, 35.747845, 38.5266, 39.063946, 38.456085, 39.849426, 43.933907, 32.741646, 33.856892, 45.694454, 44.240459, 34.969704, 44.693947, 31.169546, 42.011539, 21.094318, 35.565342, 44.299782, 41.680893, 46.921925, 38.313515, 41.12537, 32.806671, 41.597782, 39.059811, 38.491226, 44.045876, 61.370716, 40.150032, 34.840515, 43.452492, 47.528912, 42.755966 ], null ], "lon": [ [ -97.563461, -119.681564, -88.986137, -74.948051, -81.686783, -83.643074, -84.536095, -77.209755, -71.530106, -78.169968, -121.490494, -79.806419, -82.764915, -111.431221, -84.670067, -74.521011, -89.616508, -86.692345, -96.726486, -76.802101, -92.288368, -86.258278, -120.55899, -89.678696, -80.945007, -93.900192, -114.478828, -92.373123, -69.381927, -91.867805, -93.210526, -157.498337, -96.928917, -99.438828, -71.51178, -110.454353, -117.055374, -98.268082, -86.79113, -72.755371, -105.311104, -80.954453, -72.710686, -152.404419, -111.862434, -106.248482, -71.563896, -99.784012, -107.30249 ], null ], "meta": [ [ "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮▮ ▮ ▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮▮ ▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮▮▮ ▮▮▮ ▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·" ], null ], "text": [ [ "TX", "CA", "IL", "NY", "FL", "GA", "MI", "PA", "MA", "VA", "WA", "NC", "OH", "AZ", "KY", "NJ", "WI", "TN", "KS", "MD", "MO", "IN", "OR", "MS", "SC", "MN", "ID", "AR", "ME", "LA", "IA", "HI", "OK", "SD", "RI", "MT", "NV", "NE", "AL", "CT", "CO", "WV", "VT", "AK", "UT", "NM", "NH", "ND", "WY" ], null ], "customdata": [ [ [ 3.4, 2.78, 44.12, 26.47, 0.0, 34.0, 0.0, 0.0, 0.0, 34.0, 0.0, 8.0, 17.0, 9.0 ], [ 3.36, 3.59, 50.0, 21.88, 0.0, 32.0, 0.0, 0.0, 0.0, 32.0, 0.0, 8.0, 19.0, 5.0 ], [ 3.42, 2.75, 23.81, 14.29, 0.0, 21.0, 0.0, 0.0, 0.0, 21.0, 0.0, 4.0, 14.0, 3.0 ], [ 3.46, 3.43, 23.81, 19.05, 0.0, 21.0, 0.0, 0.0, 0.0, 21.0, 0.0, 6.0, 13.0, 2.0 ], [ 3.44, 2.84, 31.25, 25.0, 0.0, 16.0, 0.0, 0.0, 0.0, 16.0, 0.0, 5.0, 7.0, 4.0 ], [ 3.48, 3.66, 57.14, 21.43, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0, 0.0, 2.0, 7.0, 5.0 ], [ 3.38, 4.47, 50.0, 35.71, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0, 0.0, 3.0, 8.0, 3.0 ], [ 3.41, 2.61, 57.14, 21.43, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0, 0.0, 2.0, 6.0, 6.0 ], [ 3.4, 3.25, 50.0, 21.43, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0, 0.0, 0.0, 8.0, 6.0 ], [ 3.57, 3.91, 33.33, 41.67, 0.0, 12.0, 0.0, 0.0, 0.0, 12.0, 0.0, 0.0, 8.0, 4.0 ], [ 3.38, 3.63, 50.0, 20.0, 0.0, 10.0, 0.0, 0.0, 0.0, 10.0, 0.0, 2.0, 5.0, 3.0 ], [ 3.29, 4.3, 55.56, 0.0, 0.0, 9.0, 0.0, 0.0, 0.0, 9.0, 0.0, 3.0, 3.0, 3.0 ], [ 3.41, 4.35, 33.33, 11.11, 0.0, 9.0, 0.0, 0.0, 0.0, 9.0, 0.0, 0.0, 6.0, 3.0 ], [ 3.53, 3.1, 12.5, 0.0, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0, 0.0, 1.0, 6.0, 1.0 ], [ 3.38, 4.37, 25.0, 12.5, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0, 0.0, 2.0, 5.0, 1.0 ], [ 3.34, 3.09, 50.0, 25.0, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0, 0.0, 4.0, 1.0, 3.0 ], [ 3.31, 3.31, 25.0, 25.0, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0, 0.0, 1.0, 7.0, 0.0 ], [ 3.55, 5.14, 33.33, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0, 0.0, 2.0, 3.0, 1.0 ], [ 3.36, 3.99, 66.67, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0, 0.0, 2.0, 3.0, 1.0 ], [ 3.35, 2.43, 50.0, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0, 0.0, 1.0, 4.0, 1.0 ], [ 3.34, 2.72, 33.33, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0, 0.0, 1.0, 4.0, 1.0 ], [ 3.34, 1.0, 20.0, 0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0, 0.0, 3.0, 1.0, 1.0 ], [ 3.3, 3.79, 40.0, 20.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 3.0, 2.0 ], [ 3.61, 1.86, 80.0, 40.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0, 0.0, 1.0, 3.0, 1.0 ], [ 3.54, 3.75, 50.0, 50.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.44, 5.74, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 3.0, 1.0 ], [ 3.32, 3.75, 75.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 3.0, 1.0 ], [ 3.45, 1.8, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0, 0.0, 2.0, 1.0, 1.0 ], [ 3.41, 3.6, 0.0, 66.67, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 2.0, 1.0, 0.0 ], [ 3.34, 3.04, 33.33, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 2.0, 1.0 ], [ 3.28, 5.67, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 2.0, 1.0 ], [ 3.48, 4.92, 66.67, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 1.0, 0.0, 2.0 ], [ 3.52, 1.78, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 1.0, 1.0, 1.0 ], [ 3.56, 3.96, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.16, 2.42, 0.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.66, 2.86, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.54, 1.71, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.56, 4.27, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.69, 5.58, 50.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.44, 4.56, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0 ], [ 3.37, 2.64, 50.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0 ], [ 3.34, 3.33, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.44, 2.54, 100.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 2.99, 1.62, 0.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.66, 3.1, 100.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.68, 3.9, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.9, 3.54, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.85, 1.1, 0.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.27, 0.33, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ] ], null ], "marker.size": [ [ 34, 32, 21, 21, 16, 14, 14, 14, 14, 12, 10, 9, 9, 8, 8, 8, 8, 6, 6, 6, 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "TX", "CA", "IL" ], [ 34, 32, 21 ] ] ], "marker.color": [ [ 34, 32, 21, 21, 16, 14, 14, 14, 14, 12, 10, 9, 9, 8, 8, 8, 8, 6, 6, 6, 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.021683673469387755, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>ISAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>346</i></span>" } ], "label": "ISAI", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 27.766279, 31.054487, 42.165726, 40.590752, 35.630066, 40.298904, 40.349457, 33.040619, 39.063946, 35.747845, 37.769337, 40.388783, 33.856892, 39.849426, 43.326618, 38.456085, 47.400902, 42.230171, 43.933907, 41.597782, 39.059811, 31.169546, 45.694454, 34.969704, 37.66814, 38.5266, 40.150032, 44.045876, 33.729759, 32.806671, 35.565342, 41.680893, 38.491226, 38.313515, 43.452492, 42.011539, 34.840515, 41.12537, 39.318523, 44.268543, 44.299782, 46.921925, 44.693947, 44.240459, 21.094318, 32.741646 ], null ], "lon": [ [ -119.681564, -81.686783, -97.563461, -74.948051, -77.209755, -79.806419, -74.521011, -88.986137, -83.643074, -76.802101, -86.692345, -78.169968, -82.764915, -80.945007, -86.258278, -84.536095, -92.288368, -121.490494, -71.530106, -120.55899, -72.755371, -105.311104, -91.867805, -93.900192, -92.373123, -84.670067, -96.726486, -111.862434, -72.710686, -111.431221, -86.79113, -96.928917, -71.51178, -80.954453, -117.055374, -71.563896, -93.210526, -106.248482, -98.268082, -75.507141, -89.616508, -99.438828, -110.454353, -69.381927, -114.478828, -157.498337, -89.678696 ], null ], "meta": [ [ "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮ ▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· · ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮▮▮▮▮ ·", "· ▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ·", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ·", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮ ▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ · ▮▮▮", "· ▮▮▮▮▮▮ · ▮▮▮", "· ▮▮▮▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·" ], null ], "text": [ [ "CA", "FL", "TX", "NY", "PA", "NC", "NJ", "IL", "GA", "MD", "TN", "VA", "OH", "SC", "IN", "MI", "MO", "WA", "MA", "OR", "CT", "CO", "LA", "MN", "AR", "KY", "KS", "UT", "VT", "AZ", "AL", "OK", "RI", "WV", "NV", "NH", "IA", "NM", "NE", "DE", "WI", "SD", "MT", "ME", "ID", "HI", "MS" ], null ], "customdata": [ [ [ 3.45, 3.62, 53.06, 20.41, 0.0, 0.0, 49.0, 0.0, 0.0, 49.0, 0.0, 14.0, 23.0, 12.0 ], [ 3.36, 3.4, 48.78, 24.39, 0.0, 0.0, 41.0, 0.0, 0.0, 41.0, 0.0, 11.0, 24.0, 6.0 ], [ 3.44, 2.94, 42.86, 20.0, 0.0, 0.0, 35.0, 0.0, 0.0, 35.0, 0.0, 10.0, 17.0, 8.0 ], [ 3.44, 2.97, 41.94, 19.35, 0.0, 0.0, 31.0, 0.0, 0.0, 31.0, 0.0, 8.0, 15.0, 8.0 ], [ 3.47, 3.05, 61.54, 26.92, 0.0, 0.0, 26.0, 0.0, 0.0, 26.0, 0.0, 10.0, 13.0, 3.0 ], [ 3.42, 3.49, 30.0, 25.0, 0.0, 0.0, 20.0, 0.0, 0.0, 20.0, 0.0, 3.0, 13.0, 4.0 ], [ 3.37, 3.0, 38.89, 16.67, 0.0, 0.0, 18.0, 0.0, 0.0, 18.0, 0.0, 3.0, 9.0, 6.0 ], [ 3.44, 3.36, 58.82, 17.65, 0.0, 0.0, 17.0, 0.0, 0.0, 17.0, 0.0, 7.0, 7.0, 3.0 ], [ 3.49, 2.79, 28.57, 28.57, 0.0, 0.0, 14.0, 0.0, 0.0, 14.0, 0.0, 3.0, 8.0, 3.0 ], [ 3.31, 4.21, 38.46, 23.08, 0.0, 0.0, 13.0, 0.0, 0.0, 13.0, 0.0, 6.0, 4.0, 3.0 ], [ 3.55, 3.48, 38.46, 23.08, 0.0, 0.0, 13.0, 0.0, 0.0, 13.0, 0.0, 4.0, 6.0, 3.0 ], [ 3.35, 4.47, 16.67, 8.33, 0.0, 0.0, 12.0, 0.0, 0.0, 12.0, 0.0, 2.0, 8.0, 2.0 ], [ 3.42, 2.87, 33.33, 25.0, 0.0, 0.0, 12.0, 0.0, 0.0, 12.0, 0.0, 2.0, 8.0, 2.0 ], [ 3.45, 4.04, 50.0, 20.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0, 0.0, 0.0, 7.0, 3.0 ], [ 3.4, 3.18, 33.33, 11.11, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0, 0.0, 3.0, 4.0, 2.0 ], [ 3.54, 4.27, 44.44, 33.33, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0, 0.0, 2.0, 5.0, 2.0 ], [ 3.42, 2.41, 12.5, 12.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0, 0.0, 1.0, 5.0, 2.0 ], [ 3.52, 2.69, 37.5, 37.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0, 0.0, 1.0, 4.0, 3.0 ], [ 3.47, 3.82, 37.5, 12.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0, 0.0, 2.0, 6.0, 0.0 ], [ 3.47, 2.74, 42.86, 28.57, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0, 0.0, 1.0, 6.0, 0.0 ], [ 3.48, 3.23, 0.0, 14.29, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0, 0.0, 3.0, 3.0, 1.0 ], [ 3.45, 3.33, 42.86, 28.57, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0, 0.0, 3.0, 3.0, 1.0 ], [ 3.44, 3.38, 33.33, 16.67, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0, 0.0 ], [ 3.46, 4.57, 33.33, 33.33, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0, 0.0, 1.0, 4.0, 1.0 ], [ 3.3, 2.79, 100.0, 40.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0, 0.0, 1.0, 3.0, 1.0 ], [ 3.33, 2.68, 40.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0, 0.0, 1.0, 4.0, 0.0 ], [ 3.43, 4.49, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0, 0.0, 1.0, 2.0, 2.0 ], [ 3.65, 3.35, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0, 1.0, 2.0, 1.0 ], [ 3.35, 2.07, 100.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0, 2.0, 1.0, 1.0 ], [ 3.4, 3.22, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.31, 4.65, 50.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0, 3.0, 1.0, 0.0 ], [ 3.49, 6.37, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0 ], [ 3.24, 1.77, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0, 2.0 ], [ 3.33, 4.92, 100.0, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 1.0, 0.0, 2.0 ], [ 3.27, 4.2, 66.67, 100.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 0.0 ], [ 3.38, 1.26, 66.67, 66.67, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 2.0, 0.0, 1.0 ], [ 3.46, 1.93, 66.67, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 2.0, 0.0, 1.0 ], [ 3.43, 4.28, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.07, 6.34, 50.0, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.15, 3.72, 100.0, 100.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0 ], [ 3.48, 3.68, 50.0, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.63, 1.37, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.51, 5.22, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.31, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.56, 1.65, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.53, 1.31, 0.0, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.34, 3.18, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ] ], null ], "marker.size": [ [ 49, 41, 35, 31, 26, 20, 18, 17, 14, 13, 13, 12, 12, 10, 9, 9, 8, 8, 8, 7, 7, 7, 6, 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "FL", "TX" ], [ 49, 41, 35 ] ] ], "marker.color": [ [ 49, 41, 35, 31, 26, 20, 18, 17, 14, 13, 13, 12, 12, 10, 9, 9, 8, 8, 8, 7, 7, 7, 6, 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.03125, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSM</i></span><br><span style='font-size:14px'><b>Total:</b> <i>449</i></span>" } ], "label": "MSM", "method": "update" }, { "args": [ { "lat": [ [ 31.054487, 36.116203, 40.349457, 27.766279, 42.165726, 40.388783, 40.298904, 40.590752, 39.849426, 43.326618, 35.747845, 41.597782, 33.729759, 35.630066, 47.400902, 38.456085, 33.856892, 35.565342, 37.769337, 39.063946, 31.169546, 33.040619, 44.268543, 43.933907, 32.741646, 42.230171, 44.045876, 41.680893, 32.806671, 41.12537, 34.969704, 45.694454, 38.5266, 44.240459, 39.059811, 47.528912, 46.921925, 44.693947, 37.66814, 40.150032, 42.011539, 21.094318, 38.905985, 38.491226, 42.755966 ], null ], "lon": [ [ -97.563461, -119.681564, -88.986137, -81.686783, -74.948051, -82.764915, -74.521011, -77.209755, -86.258278, -84.536095, -86.692345, -72.755371, -111.431221, -79.806419, -121.490494, -92.288368, -80.945007, -96.928917, -78.169968, -76.802101, -91.867805, -83.643074, -89.616508, -120.55899, -89.678696, -71.530106, -72.710686, -71.51178, -86.79113, -98.268082, -92.373123, -93.900192, -96.726486, -114.478828, -105.311104, -99.784012, -110.454353, -69.381927, -84.670067, -111.862434, -93.210526, -157.498337, -77.033418, -80.954453, -107.30249 ], null ], "meta": [ [ "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮ ▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· · ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· · ▮▮▮▮▮▮ ▮", "· ▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮ ▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮ ▮▮▮", "· ▮▮▮ ▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · · ▮▮▮▮▮▮", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· · · ▮▮▮▮▮▮", "· · · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ · ·", "· · ▮▮▮▮▮▮ ·" ], null ], "text": [ [ "TX", "CA", "IL", "FL", "NY", "OH", "NJ", "PA", "IN", "MI", "TN", "CT", "AZ", "NC", "WA", "MO", "SC", "OK", "VA", "MD", "LA", "GA", "WI", "OR", "MS", "MA", "VT", "RI", "AL", "NE", "AR", "MN", "KS", "ID", "CO", "ND", "MT", "ME", "KY", "UT", "IA", "HI", "DC", "WV", "WY" ], null ], "customdata": [ [ [ 3.4, 3.18, 52.0, 24.0, 0.0, 0.0, 0.0, 25.0, 0.0, 25.0, 0.0, 9.0, 9.0, 7.0 ], [ 3.33, 3.32, 39.13, 13.04, 0.0, 0.0, 0.0, 23.0, 0.0, 23.0, 0.0, 7.0, 9.0, 7.0 ], [ 3.41, 3.61, 35.29, 23.53, 0.0, 0.0, 0.0, 17.0, 0.0, 17.0, 0.0, 2.0, 7.0, 8.0 ], [ 3.45, 2.83, 37.5, 25.0, 0.0, 0.0, 0.0, 16.0, 0.0, 16.0, 0.0, 7.0, 8.0, 1.0 ], [ 3.44, 3.23, 53.85, 7.69, 0.0, 0.0, 0.0, 13.0, 0.0, 13.0, 0.0, 3.0, 9.0, 1.0 ], [ 3.49, 3.98, 36.36, 0.0, 0.0, 0.0, 0.0, 11.0, 0.0, 11.0, 0.0, 2.0, 7.0, 2.0 ], [ 3.34, 4.54, 36.36, 27.27, 0.0, 0.0, 0.0, 11.0, 0.0, 11.0, 0.0, 2.0, 8.0, 1.0 ], [ 3.46, 2.6, 50.0, 40.0, 0.0, 0.0, 0.0, 10.0, 0.0, 10.0, 0.0, 3.0, 6.0, 1.0 ], [ 3.51, 3.47, 44.44, 22.22, 0.0, 0.0, 0.0, 9.0, 0.0, 9.0, 0.0, 2.0, 5.0, 2.0 ], [ 3.48, 3.28, 37.5, 12.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0, 0.0, 2.0, 5.0, 1.0 ], [ 3.44, 2.82, 12.5, 25.0, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0, 0.0, 1.0, 6.0, 1.0 ], [ 3.43, 3.56, 85.71, 0.0, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0, 0.0, 0.0, 5.0, 2.0 ], [ 3.42, 2.68, 28.57, 14.29, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0, 0.0, 1.0, 3.0, 3.0 ], [ 3.25, 2.65, 57.14, 0.0, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0, 0.0, 2.0, 3.0, 2.0 ], [ 3.26, 3.37, 33.33, 0.0, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0, 0.0, 0.0, 5.0, 1.0 ], [ 3.31, 3.44, 20.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0, 0.0, 2.0, 3.0, 0.0 ], [ 3.29, 2.3, 60.0, 0.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0, 0.0, 2.0, 3.0, 0.0 ], [ 3.53, 3.45, 0.0, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0, 0.0, 1.0, 3.0, 0.0 ], [ 3.46, 1.18, 25.0, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0, 0.0, 2.0, 2.0, 0.0 ], [ 3.17, 4.15, 25.0, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0, 0.0, 1.0, 1.0, 2.0 ], [ 3.62, 4.33, 50.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0, 0.0, 2.0, 1.0, 1.0 ], [ 3.44, 3.26, 75.0, 25.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0, 0.0, 1.0, 1.0, 2.0 ], [ 3.68, 2.37, 66.67, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 2.0, 0.0 ], [ 3.44, 2.24, 66.67, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 2.0, 0.0 ], [ 3.46, 2.21, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 1.0, 1.0 ], [ 3.41, 2.85, 66.67, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0 ], [ 3.48, 6.15, 100.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.38, 3.66, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.37, 1.74, 100.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.64, 4.46, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.5, 1.96, 100.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.14, 1.03, 50.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.22, 3.2, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.66, 3.06, 100.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.27, 2.82, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.59, 3.41, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.52, 5.96, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.5, 0.93, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.08, 2.59, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.77, 2.47, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.76, 5.75, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.25, 1.85, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 2.95, 1.46, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.51, 5.78, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0 ], [ 3.15, 1.53, 0.0, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0 ] ], null ], "marker.size": [ [ 25, 23, 17, 16, 13, 11, 11, 10, 9, 8, 8, 7, 7, 7, 6, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "TX", "CA", "IL" ], [ 25, 23, 17 ] ] ], "marker.color": [ [ 25, 23, 17, 16, 13, 11, 11, 10, 9, 8, 8, 7, 7, 7, 6, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.01594387755102041, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSF</i></span><br><span style='font-size:14px'><b>Total:</b> <i>248</i></span>" } ], "label": "MSF", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 27.766279, 31.054487, 42.165726, 40.349457, 43.326618, 33.729759, 35.630066, 40.590752, 33.040619, 40.298904, 38.456085, 39.063946, 37.769337, 40.388783, 32.806671, 42.230171, 31.169546, 39.059811, 39.849426, 44.268543, 47.400902, 41.597782, 43.933907, 42.011539, 40.150032, 38.313515, 35.565342, 35.747845, 33.856892, 44.240459, 44.693947, 41.12537, 34.969704, 45.694454, 38.491226, 39.318523, 43.452492, 47.528912, 37.66814, 32.741646 ], null ], "lon": [ [ -119.681564, -81.686783, -97.563461, -74.948051, -88.986137, -84.536095, -111.431221, -79.806419, -77.209755, -83.643074, -74.521011, -92.288368, -76.802101, -78.169968, -82.764915, -86.79113, -71.530106, -91.867805, -105.311104, -86.258278, -89.616508, -121.490494, -72.755371, -120.55899, -93.210526, -111.862434, -117.055374, -96.928917, -86.692345, -80.945007, -114.478828, -69.381927, -98.268082, -92.373123, -93.900192, -80.954453, -75.507141, -71.563896, -99.784012, -84.670067, -89.678696 ], null ], "meta": [ [ "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· · ▮▮▮▮▮▮ ▮", "· · ▮▮▮▮ ▮▮▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ▮▮", "· ▮▮ ▮▮▮▮▮▮ ▮", "· ▮ ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮▮", "· · ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮", "· ▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮ ▮▮▮▮▮▮ ▮▮", "· ▮ ▮▮▮▮▮▮ ▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ▮▮▮", "· · ▮▮▮▮▮▮ ▮▮▮▮", "· ▮▮ ▮▮ ▮▮▮▮▮▮", "· ▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ▮", "· · ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮", "· · ▮▮▮▮▮▮ ▮▮▮", "· · ▮▮▮ ▮▮▮▮▮▮", "· ▮▮▮ ▮▮▮▮▮▮ ·", "· · · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ · ▮▮▮▮▮▮", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ · ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· ▮▮▮▮▮▮ ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · ▮▮▮▮▮▮ ·", "· · · ▮▮▮▮▮▮", "· · · ▮▮▮▮▮▮" ], null ], "text": [ [ "CA", "FL", "TX", "NY", "IL", "MI", "AZ", "NC", "PA", "GA", "NJ", "MO", "MD", "VA", "OH", "AL", "MA", "LA", "CO", "IN", "WI", "WA", "CT", "OR", "IA", "UT", "NV", "OK", "TN", "SC", "ID", "ME", "NE", "AR", "MN", "WV", "DE", "NH", "ND", "KY", "MS" ], null ], "customdata": [ [ [ 3.42, 2.99, 57.14, 25.71, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 0.0, 6.0, 22.0, 7.0 ], [ 3.42, 3.18, 56.67, 16.67, 0.0, 0.0, 0.0, 0.0, 30.0, 30.0, 0.0, 6.0, 19.0, 5.0 ], [ 3.37, 3.77, 50.0, 14.29, 0.0, 0.0, 0.0, 0.0, 28.0, 28.0, 0.0, 3.0, 19.0, 6.0 ], [ 3.41, 3.03, 47.83, 39.13, 0.0, 0.0, 0.0, 0.0, 23.0, 23.0, 0.0, 4.0, 18.0, 1.0 ], [ 3.58, 2.93, 18.75, 18.75, 0.0, 0.0, 0.0, 0.0, 16.0, 16.0, 0.0, 6.0, 7.0, 3.0 ], [ 3.34, 2.4, 53.85, 15.38, 0.0, 0.0, 0.0, 0.0, 13.0, 13.0, 0.0, 3.0, 5.0, 5.0 ], [ 3.47, 3.75, 25.0, 33.33, 0.0, 0.0, 0.0, 0.0, 12.0, 12.0, 0.0, 4.0, 4.0, 4.0 ], [ 3.38, 3.28, 72.73, 18.18, 0.0, 0.0, 0.0, 0.0, 11.0, 11.0, 0.0, 1.0, 7.0, 3.0 ], [ 3.44, 1.8, 20.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0, 0.0, 1.0, 7.0, 2.0 ], [ 3.31, 3.29, 60.0, 20.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0, 0.0, 0.0, 9.0, 1.0 ], [ 3.44, 4.57, 66.67, 11.11, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0, 0.0, 0.0, 4.0, 5.0 ], [ 3.38, 2.71, 75.0, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0, 0.0, 1.0, 5.0, 2.0 ], [ 3.51, 3.1, 50.0, 37.5, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0, 0.0, 2.0, 5.0, 1.0 ], [ 3.36, 2.84, 62.5, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0, 0.0, 1.0, 4.0, 3.0 ], [ 3.39, 4.22, 62.5, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0, 0.0, 3.0, 3.0, 2.0 ], [ 3.51, 1.61, 28.57, 14.29, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0, 0.0, 0.0, 5.0, 2.0 ], [ 3.3, 2.65, 42.86, 0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0, 0.0, 0.0, 6.0, 1.0 ], [ 3.35, 3.63, 33.33, 16.67, 0.0, 0.0, 0.0, 0.0, 6.0, 6.0, 0.0, 2.0, 4.0, 0.0 ], [ 3.41, 2.9, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 6.0, 6.0, 0.0, 2.0, 3.0, 1.0 ], [ 3.42, 3.45, 33.33, 50.0, 0.0, 0.0, 0.0, 0.0, 6.0, 6.0, 0.0, 1.0, 4.0, 1.0 ], [ 3.26, 2.6, 0.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 2.0, 2.0, 1.0 ], [ 3.52, 4.34, 60.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 0.0, 3.0, 2.0 ], [ 3.45, 3.37, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 1.0, 1.0, 3.0 ], [ 3.36, 2.95, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 1.0, 4.0, 0.0 ], [ 3.33, 3.87, 20.0, 40.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 0.0, 4.0, 1.0 ], [ 3.64, 2.62, 100.0, 25.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 3.0, 1.0 ], [ 3.56, 4.03, 75.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 3.0, 1.0 ], [ 3.16, 3.67, 33.33, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 2.0, 1.0 ], [ 3.59, 2.04, 33.33, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 1.0, 2.0 ], [ 3.4, 4.72, 66.67, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 1.0, 2.0, 0.0 ], [ 3.44, 3.82, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 2.92, 1.04, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.14, 2.0, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.72, 1.27, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 2.0, 0.0, 0.0 ], [ 3.4, 2.02, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.5, 3.5, 50.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 1.0, 1.0, 0.0 ], [ 3.5, 2.86, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.64, 2.71, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.34, 3.17, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0 ], [ 3.63, 1.7, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.43, 4.47, 100.0, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 35, 30, 28, 23, 16, 13, 12, 11, 10, 10, 9, 8, 8, 8, 8, 7, 7, 6, 6, 6, 5, 5, 5, 5, 5, 4, 4, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "FL", "TX" ], [ 35, 30, 28 ] ] ], "marker.color": [ [ 35, 30, 28, 23, 16, 13, 12, 11, 10, 10, 9, 8, 8, 8, 8, 7, 7, 6, 6, 6, 5, 5, 5, 5, 5, 4, 4, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.022321428571428572, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>FLEX MBA</i></span><br><span style='font-size:14px'><b>Total:</b> <i>320</i></span>" } ], "label": "FLEX MBA", "method": "update" } ], "xanchor": "left", "yanchor": "top", "direction": "down" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~NaserNikandish", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-06 22:23:30", "mapbox_access_tokens": null, "has_password": null, "username": "NaserNikandish", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T11:46:15.614172Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~virgopotterhead/5.embed", "fid": "virgopotterhead:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/5/9_8JA6PLQRUTBM1YI6W2S6HGU6NZNY1H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/5/2_2K8RWF6N7ZQ4X3LEMMX3STF2WG2YBZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/5/8_EANDUQITLKHZF1WTFI6Y488EELZB69.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/5/9_8JA6PLQRUTBM1YI6W2S6HGU6NZNY1H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/virgopotterhead:5", "plots": "https://api.plotly.com/v2/plots/virgopotterhead:5", "parent": "https://api.plotly.com/v2/folders/home?user=virgopotterhead" }, "owner": "virgopotterhead", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~virgopotterhead/5/", "world_readable": true, "date_modified": "2025-09-07T11:48:25.976Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~virgopotterhead/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "lines", "type": "scatter", "xsrc": "virgopotterhead:4:03e6e8", "ysrc": "virgopotterhead:4:308f96" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 3 ], "title": { "text": "Number of cups in the stack" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.2922222222222222, 0.4477777777777778 ], "title": { "text": "Average rate of cooling of the water per minute" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~virgopotterhead", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-07 11:30:11", "mapbox_access_tokens": null, "has_password": null, "username": "virgopotterhead", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T11:33:42.101283Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~virgopotterhead/1.embed", "fid": "virgopotterhead:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/1/9_76ZGA5SD4QY19KDTM1EWV8Q8FGSVUD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/1/2_K46QJL8PLGQQ9I6MDX7XCJZ0X0S5LQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/1/8_511MZUYIKSFCKHM8NBLLHM75IKAQ75.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/virgopotterhead/1/9_76ZGA5SD4QY19KDTM1EWV8Q8FGSVUD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/virgopotterhead:1", "plots": "https://api.plotly.com/v2/plots/virgopotterhead:1", "parent": "https://api.plotly.com/v2/folders/home?user=virgopotterhead" }, "owner": "virgopotterhead", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~virgopotterhead/1/", "world_readable": true, "date_modified": "2025-09-07T11:33:42.113Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~virgopotterhead/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "A" } }, "mode": "lines", "type": "scatter", "xsrc": "virgopotterhead:0:1df634", "ysrc": "virgopotterhead:0:1df634" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ 0, 2 ], "title": { "text": "Number of cups in the stack" }, "autorange": true }, "yaxis": { "type": "category", "range": [ -0.11111111111111112, 2.111111111111111 ], "title": { "text": "Average rate of cooling of the water per minute" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~virgopotterhead", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-07 11:30:11", "mapbox_access_tokens": null, "has_password": null, "username": "virgopotterhead", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T11:20:13.593471Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Naiimb/3.embed", "fid": "Naiimb:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Naiimb/3/9_9C3O2M3LRGS9YLNYDGCPVOSQ75EKUU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Naiimb/3/2_L7T755MNHFXVT95YVSA14DAY8LPU1S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Naiimb/3/8_ZP4DTJ5ZT29ADRTJ9882WBOGWA24N4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Naiimb/3/9_9C3O2M3LRGS9YLNYDGCPVOSQ75EKUU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Naiimb:3", "plots": "https://api.plotly.com/v2/plots/Naiimb:3", "parent": "https://api.plotly.com/v2/folders/home?user=Naiimb" }, "owner": "Naiimb", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Naiimb/3/", "world_readable": true, "date_modified": "2025-09-07T11:20:13.604Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Naiimb/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "bf3ef1", "meta": { "columnNames": { "x": "x", "y": "y" } }, "name": "Votes", "type": "bar", "xsrc": "Naiimb:2:c75dbe", "ysrc": "Naiimb:2:984c0f", "orientation": "h" } ], "frames": [], "layout": { "title": { "text": "PHP Framework Popularity in Personal Projects - SitePoint, 2015" }, "width": 1150, "xaxis": { "type": "linear", "range": [ 0, 2223.157894736842 ], "title": { "text": "Votes" }, "autorange": true }, "yaxis": { "type": "category", "range": [ -0.5, 21.5 ], "title": { "text": "Framework" }, "autorange": true }, "height": 702, "margin": { "l": 210, "pad": 4 }, "autosize": true, "showlegend": false } }, "height": 702, "width": 1150, "user": { "profile_url": "https://chart-studio.plotly.com/~Naiimb", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-24 09:24:10", "mapbox_access_tokens": null, "has_password": null, "username": "Naiimb", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T11:01:46.880581Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Luca01/5.embed", "fid": "Luca01:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Luca01/5/9_5GI0CV2Y0CCT8YFYZCJM6O68GYEJWI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Luca01/5/2_6QXOH8K9ON6Z2E8SHOWC2O8S0EQP33.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/5/8_EDARZLDZWVS20YRNPXV3V8JPFYPDQB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/5/9_5GI0CV2Y0CCT8YFYZCJM6O68GYEJWI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Luca01:5", "plots": "https://api.plotly.com/v2/plots/Luca01:5", "parent": "https://api.plotly.com/v2/folders/home?user=Luca01" }, "owner": "Luca01", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Luca01/5/", "world_readable": true, "date_modified": "2025-09-07T11:01:46.891Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Luca01/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:1844a2", "ysrc": "Luca01:4:c626a9" }, { "meta": { "columnNames": { "x": "I", "y": "J" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:c123f2", "ysrc": "Luca01:4:aa203b", "stackgroup": null }, { "meta": { "columnNames": { "x": "K", "y": "L" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:a353c4", "ysrc": "Luca01:4:77f479", "stackgroup": null }, { "meta": { "columnNames": { "x": "M", "y": "N" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:a27d99", "ysrc": "Luca01:4:0c6c0f", "stackgroup": null }, { "meta": { "columnNames": { "x": "O", "y": "P" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:56cdac", "ysrc": "Luca01:4:1b2df2", "stackgroup": null }, { "meta": { "columnNames": { "x": "Q", "y": "R" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:bb7bf2", "ysrc": "Luca01:4:764641", "stackgroup": null }, { "meta": { "columnNames": { "x": "S", "y": "T" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:b03e9f", "ysrc": "Luca01:4:e8bc3e", "stackgroup": null }, { "meta": { "columnNames": { "x": "U", "y": "V" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:4:142ad6", "ysrc": "Luca01:4:a8afce", "stackgroup": null }, { "meta": { "columnNames": { "x": "W", "y": "X" } }, "mode": "lines", "type": "scatter", "xsrc": "Luca01:4:7d48af", "ysrc": "Luca01:4:084309" }, { "meta": { "columnNames": { "x": "Y", "y": "Z" } }, "mode": "lines", "type": "scatter", "xsrc": "Luca01:4:c81585", "ysrc": "Luca01:4:9fccb9", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 478.15097100538424, 514.0030781612741 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 161.04514548619179, 375.37972423756884 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Luca01", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-06 13:24:30", "mapbox_access_tokens": null, "has_password": null, "username": "Luca01", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T08:55:57.160609Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~senurii/4.embed", "fid": "senurii:4", "filename": "KAN comparison", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/senurii/4/9_2EMMN2XIVT9DCH70I6UOKSKCGQV2MX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/senurii/4/2_83Y9NGSF1KI0YU3F7Y6LR0AGGQCA5B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/senurii/4/8_4PEJQ878SJ3VG4PDB8MDC2RQZWTEN7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/senurii/4/9_2EMMN2XIVT9DCH70I6UOKSKCGQV2MX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/senurii:4", "plots": "https://api.plotly.com/v2/plots/senurii:4", "parent": "https://api.plotly.com/v2/folders/home?user=senurii" }, "owner": "senurii", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~senurii/4/", "world_readable": true, "date_modified": "2025-09-13T07:07:07.180Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~senurii/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dot", "color": "rgb(102, 113, 220)", "width": 1 }, "meta": { "columnNames": { "x": "Params", "y": "Accuracy", "text": "", "marker": { "size": "", "color": "Dataset" } } }, "mode": "markers+lines", "name": "Baseline CNN", "type": "scatter", "xsrc": "senurii:0:943aa0", "ysrc": "senurii:0:2a6aec", "marker": { "cmax": 23, "cmin": 3, "line": { "color": "rgb(15, 16, 27)", "width": 1 }, "meta": { "columnNames": { "size": "Dataset", "color": "Dataset" } }, "size": 10, "cauto": true, "sizeref": null, "colorbar": { "x": 1.02, "y": 0.046013615368664995, "title": { "text": "Datasets" } }, "colorsrc": "senurii:0:8a60e1", "sizemode": "area", "showscale": false, "colorscale": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ], "maxdisplayed": 6, "reversescale": false }, "visible": true, "hoverinfo": "x+y", "cliponaxis": true, "hoverlabel": { "namelength": 15 }, "autocolorscale": false }, { "line": { "dash": "dot", "color": "rgb(0, 0, 0)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Params", "y": "Accuracy", "marker": { "color": "Dataset" } } }, "mode": "markers+lines", "name": "CNN-WavKAN", "type": "scatter", "xsrc": "senurii:1:cddaa2", "ysrc": "senurii:1:a007d1", "marker": { "line": { "color": "rgb(35, 27, 27)", "width": 1 }, "meta": { "columnNames": { "color": "Dataset" } }, "size": 9, "symbol": "diamond", "colorsrc": "senurii:1:86af50", "colorscale": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ] }, "visible": true, "stackgroup": null, "autocolorscale": false }, { "line": { "dash": "dot", "color": "rgb(35, 179, 255)", "width": 1 }, "meta": { "columnNames": { "x": "Params", "y": "Accuracy", "marker": { "color": "Dataset" } } }, "mode": "markers+lines", "name": "CNN-FastKAN", "type": "scatter", "xsrc": "senurii:2:7477eb", "ysrc": "senurii:2:8167b7", "marker": { "line": { "color": "rgb(15, 25, 22)", "width": 1 }, "meta": { "columnNames": { "color": "Dataset" } }, "size": 10, "symbol": "cross", "colorsrc": "senurii:0:8a60e1", "colorscale": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ] }, "stackgroup": null, "connectgaps": false, "autocolorscale": false }, { "line": { "dash": "dot", "color": "rgb(49, 201, 133)", "width": 1 }, "meta": { "columnNames": { "x": "Params", "y": "Accuracy", "marker": { "color": "Dataset" } } }, "mode": "markers+lines", "name": "CNN-SplKAN", "type": "scatter", "xsrc": "senurii:3:ec0d4c", "ysrc": "senurii:3:ea5bab", "marker": { "cmax": 25, "cmin": -13, "line": { "color": "rgb(10, 21, 16)", "width": 1 }, "meta": { "columnNames": { "color": "Dataset" } }, "size": 11, "cauto": true, "symbol": "star", "colorsrc": "senurii:0:8a60e1", "colorscale": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ] }, "stackgroup": null, "autocolorscale": false } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 566523.6177748078, 601358.3822251922 ], "title": { "text": "<b>Parameter Count</b>" }, "mirror": "ticks", "nticks": 0, "showline": true, "autorange": true, "linecolor": "rgb(0, 0, 0)", "linewidth": 1, "showspikes": false, "rangeslider": { "range": [ 566691.2432551968, 601190.7567448032 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "dtick": 5, "range": [ 74.01862259477996, 95.4051724137931 ], "tick0": 0, "title": { "text": "<b>Accuracy %</b>" }, "mirror": "ticks", "showline": true, "tickmode": "linear", "autorange": false, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(0, 0, 0)" }, "legend": { "x": 1.0150731146576846, "y": 1.0337231848258528, "font": { "family": "Arial" }, "title": { "font": { "family": "Arial" }, "text": "<br>" }, "borderwidth": 0 }, "autosize": true, "colorway": [ "#4c78a8", "#f58518", "#e45756", "#72b7b2", "#54a24b", "#eeca3b", "#b279a2", "#ff9da6", "#9d755d", "#bab0ac" ], "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "diverging": [ [ 0, "#543005" ], [ 0.1, "#8c510a" ], [ 0.2, "#bf812d" ], [ 0.3, "#dfc27d" ], [ 0.4, "#f6e8c3" ], [ 0.5, "#f5f5f5" ], [ 0.6, "#c7eae5" ], [ 0.7, "#80cdc1" ], [ 0.8, "#35978f" ], [ 0.9, "#01665e" ], [ 1, "#003c30" ] ] }, "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~senurii", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-07 06:53:14", "mapbox_access_tokens": null, "has_password": null, "username": "senurii", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T07:02:25.356354Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Luca01/3.embed", "fid": "Luca01:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Luca01/3/9_3VTTCAD2TXPULSIF6XYU70KQK3MTX8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Luca01/3/2_JK6JP5BUYPZMSKROO37D78E9FWABQS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/3/8_KKPIJOGIXD5H91CBJILFPBFOHRN9S1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Luca01/3/9_3VTTCAD2TXPULSIF6XYU70KQK3MTX8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Luca01:3", "plots": "https://api.plotly.com/v2/plots/Luca01:3", "parent": "https://api.plotly.com/v2/folders/home?user=Luca01" }, "owner": "Luca01", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Luca01/3/", "world_readable": true, "date_modified": "2025-09-07T07:02:25.367Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Luca01/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:f22897", "ysrc": "Luca01:2:744b35" }, { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:fbe8fb", "ysrc": "Luca01:2:92d90b", "stackgroup": null }, { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:cbe701", "ysrc": "Luca01:2:3b095e", "stackgroup": null }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:858402", "ysrc": "Luca01:2:ed7deb", "stackgroup": null }, { "meta": { "columnNames": { "x": "I", "y": "J" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:4ffa63", "ysrc": "Luca01:2:adf46d", "stackgroup": null }, { "meta": { "columnNames": { "x": "K", "y": "L" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:c53167", "ysrc": "Luca01:2:31c3cc", "stackgroup": null }, { "meta": { "columnNames": { "x": "M", "y": "N" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:8a0cfb", "ysrc": "Luca01:2:a9490a", "stackgroup": null }, { "meta": { "columnNames": { "x": "O", "y": "P" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:12bb57", "ysrc": "Luca01:2:7705db", "stackgroup": null }, { "meta": { "columnNames": { "x": "Q", "y": "R" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:e5e0b9", "ysrc": "Luca01:2:6b2b69", "stackgroup": null }, { "meta": { "columnNames": { "x": "S", "y": "T" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:e49de7", "ysrc": "Luca01:2:f5b9de", "stackgroup": null }, { "meta": { "columnNames": { "x": "U", "y": "V" } }, "mode": "markers", "type": "scatter", "xsrc": "Luca01:2:53ae6b", "ysrc": "Luca01:2:a91537", "stackgroup": null }, { "meta": { "columnNames": { "x": "W", "y": "X" } }, "mode": "lines", "type": "scatter", "xsrc": "Luca01:2:2ddda5", "ysrc": "Luca01:2:fbdd08" }, { "meta": { "columnNames": { "x": "Y", "y": "Z" } }, "mode": "lines", "type": "scatter", "xsrc": "Luca01:2:f3a07e", "ysrc": "Luca01:2:60cd6a", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 478.09161819436514, 515.0494621861891 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 58.529851752881314, 380.7752660130062 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Luca01", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-06 13:24:30", "mapbox_access_tokens": null, "has_password": null, "username": "Luca01", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T06:01:20.440057Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~4e/561.embed", "fid": "4e:561", "filename": "Plot 561", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/4e/561/9_3ZDV60P64EH2D4WMI6IFMWKWWFDUQH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/4e/561/2_SLH0U9JOAPSJFCW7L0D8RVEB1GIOHV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/561/8_NPEVX1G7U56GPTLFAJ923WYRM6LJGS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/561/9_3ZDV60P64EH2D4WMI6IFMWKWWFDUQH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/4e:561", "plots": "https://api.plotly.com/v2/plots/4e:561", "parent": "https://api.plotly.com/v2/folders/home?user=4e" }, "owner": "4e", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~4e/561/", "world_readable": true, "date_modified": "2025-09-07T23:58:23.756Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~4e/561/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(99, 198, 250)", "shape": "hv" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:560:cb6244", "ysrc": "4e:560:57f4ef", "visible": true }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:560:cb6244", "ysrc": "4e:560:79bf8d", "visible": true, "stackgroup": null }, { "line": { "color": "rgb(1, 148, 6)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:560:cb6244", "ysrc": "4e:560:b41304", "visible": "legendonly", "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "title": { "text": "<b>Black Iron Bling $ Necklace</b>" }, "xaxis": { "type": "category", "range": [ 0, 4768 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -1944444.4444444445, 36944444.44444445 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~4e", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-09-12 13:44:49", "mapbox_access_tokens": null, "has_password": null, "username": "4e", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-07T01:05:53.546186Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~NaserNikandish/19.embed", "fid": "NaserNikandish:19", "filename": "Sample students_map_dashboard 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/19/9_F24EFD15VO10JD9FQMCOEFK9GLH50E.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/19/2_F7GZQA4342AM4F9W1SS5FTFJR8PKPD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/19/8_A8V6Z1FX8KWAVNC09S6WE3E81FO02K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/19/9_F24EFD15VO10JD9FQMCOEFK9GLH50E.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/NaserNikandish:19", "plots": "https://api.plotly.com/v2/plots/NaserNikandish:19", "parent": "https://api.plotly.com/v2/folders/home?user=NaserNikandish" }, "owner": "NaserNikandish", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~NaserNikandish/19/", "world_readable": true, "date_modified": "2025-09-07T01:05:53.559Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~NaserNikandish/19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers+text", "name": "States", "type": "scattergeo", "latsrc": "NaserNikandish:18:88e7aa", "lonsrc": "NaserNikandish:18:27f26d", "marker": { "line": { "width": 0.5 }, "sizemin": 4, "sizeref": 0.2308673469387755, "sizesrc": "NaserNikandish:18:e61160", "colorbar": { "title": { "text": "Students" } }, "colorsrc": "NaserNikandish:18:062311", "sizemode": "area", "colorscale": [ [ 0, "#ffe6e6" ], [ 0.5, "#ff4d4d" ], [ 1, "#800000" ] ] }, "textsrc": "NaserNikandish:18:25b4dc", "textfont": { "size": 10 }, "textposition": "top center", "customdatasrc": "NaserNikandish:18:04077e", "hovertemplate": "<b>%{text}</b><br>-----------------------------------<br>Avg GPA: %{customdata[0]:.1f}<br>Avg Yrs Exp: %{customdata[1]:.1f}<br>Male: %{customdata[2]:.1f}%<br>-----------------------------------<br>Students: %{customdata[9]}<br> BAAI: %{customdata[4]}<br> ISAI: %{customdata[5]}<br> MSM: %{customdata[6]}<br> MSF: %{customdata[7]}<br> FLEX MBA: %{customdata[8]}<br>-----------------------------------<extra></extra>" } ], "layout": { "geo": { "scope": "usa", "projection": { "type": "albers usa" }, "showsubunits": true, "showcountries": false }, "title": { "x": 0.5, "text": "(Sample) US Part-time Students <br><sup>Program: All <br> Total: 3000</sup>", "xanchor": "center" }, "margin": { "b": 40, "l": 40, "r": 40, "t": 90 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.02, "y": 1.19, "text": "<b>Program</b>", "xref": "paper", "yref": "paper", "showarrow": false } ], "updatemenus": [ { "x": 0.02, "y": 1.14, "pad": { "r": 6, "t": 6 }, "buttons": [ { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.349457, 40.590752, 33.040619, 35.630066, 40.388783, 43.326618, 40.298904, 42.230171, 37.769337, 35.747845, 33.729759, 47.400902, 39.849426, 39.059811, 39.063946, 38.456085, 44.268543, 33.856892, 45.694454, 32.806671, 41.597782, 35.565342, 40.150032, 37.66814, 32.741646, 34.969704, 31.169546, 43.933907, 38.313515, 38.5266, 42.011539, 44.240459, 43.452492, 21.094318, 44.693947, 34.840515, 41.12537, 39.318523, 44.299782, 38.491226, 47.528912, 46.921925, 42.755966, 61.370716, 44.045876, 41.680893, 38.905985 ] ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -88.986137, -77.209755, -83.643074, -79.806419, -82.764915, -84.536095, -74.521011, -71.530106, -78.169968, -86.692345, -111.431221, -121.490494, -86.258278, -105.311104, -76.802101, -92.288368, -89.616508, -80.945007, -93.900192, -86.79113, -72.755371, -96.928917, -111.862434, -84.670067, -89.678696, -92.373123, -91.867805, -120.55899, -117.055374, -96.726486, -93.210526, -114.478828, -71.563896, -157.498337, -69.381927, -106.248482, -98.268082, -75.507141, -99.438828, -80.954453, -99.784012, -110.454353, -107.30249, -152.404419, -72.710686, -71.51178, -77.033418 ] ], "text": [ [ "CA", "TX", "FL", "NY", "IL", "PA", "GA", "NC", "OH", "MI", "NJ", "MA", "VA", "TN", "AZ", "WA", "IN", "CO", "MD", "MO", "WI", "SC", "MN", "AL", "CT", "OK", "UT", "KY", "MS", "AR", "LA", "OR", "NV", "KS", "IA", "ID", "NH", "HI", "ME", "NM", "NE", "DE", "SD", "WV", "ND", "MT", "WY", "AK", "VT", "RI", "DC" ] ], "customdata": [ [ [ 3.42, 3.36, 49.72, 22.1, 125.0, 62.0, 69.0, 49.0, 57.0, 362.0 ], [ 3.43, 3.4, 44.96, 18.22, 67.0, 57.0, 54.0, 32.0, 48.0, 258.0 ], [ 3.45, 3.14, 46.0, 23.5, 69.0, 38.0, 35.0, 27.0, 31.0, 200.0 ], [ 3.43, 3.35, 47.75, 23.03, 63.0, 32.0, 42.0, 20.0, 21.0, 178.0 ], [ 3.45, 3.41, 39.39, 25.0, 47.0, 20.0, 25.0, 13.0, 27.0, 132.0 ], [ 3.44, 3.31, 44.07, 20.34, 31.0, 15.0, 28.0, 19.0, 25.0, 118.0 ], [ 3.43, 3.37, 48.28, 22.41, 39.0, 28.0, 17.0, 8.0, 24.0, 116.0 ], [ 3.46, 3.68, 45.37, 17.59, 35.0, 16.0, 30.0, 15.0, 12.0, 108.0 ], [ 3.42, 3.3, 41.9, 19.05, 38.0, 16.0, 21.0, 15.0, 15.0, 105.0 ], [ 3.45, 3.24, 43.21, 27.16, 28.0, 20.0, 11.0, 10.0, 12.0, 81.0 ], [ 3.45, 3.76, 57.69, 24.36, 22.0, 19.0, 10.0, 13.0, 14.0, 78.0 ], [ 3.43, 2.97, 42.47, 20.55, 22.0, 19.0, 14.0, 6.0, 12.0, 73.0 ], [ 3.43, 3.38, 45.31, 18.75, 17.0, 11.0, 19.0, 6.0, 11.0, 64.0 ], [ 3.39, 3.24, 47.62, 11.11, 16.0, 10.0, 13.0, 10.0, 14.0, 63.0 ], [ 3.41, 3.29, 36.07, 22.95, 20.0, 4.0, 19.0, 13.0, 5.0, 61.0 ], [ 3.43, 3.3, 34.43, 32.79, 19.0, 12.0, 17.0, 5.0, 8.0, 61.0 ], [ 3.42, 3.51, 42.37, 18.64, 18.0, 13.0, 10.0, 8.0, 10.0, 59.0 ], [ 3.42, 3.37, 45.61, 14.04, 18.0, 14.0, 10.0, 4.0, 11.0, 57.0 ], [ 3.39, 2.98, 47.37, 26.32, 21.0, 9.0, 14.0, 6.0, 7.0, 57.0 ], [ 3.49, 3.37, 53.7, 25.93, 20.0, 11.0, 10.0, 4.0, 9.0, 54.0 ], [ 3.43, 3.18, 52.08, 14.58, 13.0, 13.0, 6.0, 8.0, 8.0, 48.0 ], [ 3.42, 3.59, 41.67, 25.0, 12.0, 7.0, 13.0, 8.0, 8.0, 48.0 ], [ 3.44, 3.42, 42.55, 19.15, 10.0, 6.0, 15.0, 6.0, 10.0, 47.0 ], [ 3.45, 3.16, 38.64, 29.55, 15.0, 6.0, 8.0, 8.0, 7.0, 44.0 ], [ 3.4, 3.11, 36.59, 26.83, 22.0, 4.0, 10.0, 3.0, 2.0, 41.0 ], [ 3.45, 3.49, 51.22, 29.27, 16.0, 15.0, 5.0, 2.0, 3.0, 41.0 ], [ 3.37, 3.2, 35.9, 25.64, 15.0, 3.0, 11.0, 5.0, 5.0, 39.0 ], [ 3.47, 4.32, 41.67, 11.11, 10.0, 4.0, 8.0, 4.0, 10.0, 36.0 ], [ 3.35, 3.01, 58.82, 11.76, 15.0, 4.0, 5.0, 5.0, 5.0, 34.0 ], [ 3.38, 3.21, 42.42, 33.33, 11.0, 7.0, 6.0, 4.0, 5.0, 33.0 ], [ 3.41, 2.47, 37.93, 17.24, 11.0, 4.0, 4.0, 3.0, 7.0, 29.0 ], [ 3.48, 3.26, 39.29, 25.0, 9.0, 5.0, 9.0, 0.0, 5.0, 28.0 ], [ 3.44, 3.16, 34.78, 8.7, 11.0, 4.0, 5.0, 0.0, 3.0, 23.0 ], [ 3.4, 3.85, 57.14, 23.81, 4.0, 4.0, 6.0, 5.0, 2.0, 21.0 ], [ 3.37, 3.44, 30.0, 15.0, 7.0, 1.0, 3.0, 3.0, 6.0, 20.0 ], [ 3.4, 2.92, 25.0, 15.0, 5.0, 4.0, 5.0, 3.0, 3.0, 20.0 ], [ 3.51, 3.18, 60.0, 5.0, 5.0, 6.0, 4.0, 1.0, 4.0, 20.0 ], [ 3.38, 2.92, 35.29, 17.65, 6.0, 1.0, 4.0, 1.0, 5.0, 17.0 ], [ 3.41, 2.79, 52.94, 17.65, 2.0, 7.0, 2.0, 2.0, 4.0, 17.0 ], [ 3.51, 3.14, 50.0, 31.25, 7.0, 2.0, 4.0, 1.0, 2.0, 16.0 ], [ 3.46, 3.4, 31.25, 25.0, 5.0, 2.0, 4.0, 2.0, 3.0, 16.0 ], [ 3.49, 3.04, 41.67, 8.33, 2.0, 1.0, 4.0, 2.0, 3.0, 12.0 ], [ 3.44, 3.56, 66.67, 41.67, 5.0, 1.0, 4.0, 0.0, 2.0, 12.0 ], [ 3.47, 3.79, 63.64, 9.09, 4.0, 2.0, 3.0, 1.0, 1.0, 11.0 ], [ 3.18, 3.23, 12.5, 37.5, 2.0, 2.0, 3.0, 0.0, 1.0, 8.0 ], [ 3.54, 3.41, 25.0, 37.5, 2.0, 2.0, 2.0, 2.0, 0.0, 8.0 ], [ 3.45, 3.32, 42.86, 28.57, 1.0, 1.0, 3.0, 0.0, 2.0, 7.0 ], [ 3.41, 3.39, 50.0, 16.67, 2.0, 1.0, 2.0, 1.0, 0.0, 6.0 ], [ 3.6, 1.34, 80.0, 0.0, 1.0, 1.0, 1.0, 2.0, 0.0, 5.0 ], [ 3.37, 3.06, 60.0, 40.0, 2.0, 0.0, 1.0, 0.0, 2.0, 5.0 ], [ 3.47, 3.21, 33.33, 33.33, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0 ] ] ], "marker.size": [ [ 362, 258, 200, 178, 132, 118, 116, 108, 105, 81, 78, 73, 64, 63, 61, 61, 59, 57, 57, 54, 48, 48, 47, 44, 41, 41, 39, 36, 34, 33, 29, 28, 23, 21, 20, 20, 20, 17, 17, 16, 16, 12, 12, 11, 8, 8, 7, 6, 5, 5, 3 ] ], "marker.color": [ [ 362, 258, 200, 178, 132, 118, 116, 108, 105, 81, 78, 73, 64, 63, 61, 61, 59, 57, 57, 54, 48, 48, 47, 44, 41, 41, 39, 36, 34, 33, 29, 28, 23, 21, 20, 20, 20, 17, 17, 16, 16, 12, 12, 11, 8, 8, 7, 6, 5, 5, 3 ] ], "marker.sizeref": [ 0.2308673469387755 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: All <br> Total: 3000</sup>" } ], "label": "All", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 27.766279, 31.054487, 42.165726, 40.349457, 33.040619, 40.388783, 35.630066, 40.590752, 43.326618, 41.597782, 42.230171, 40.298904, 39.063946, 38.456085, 33.729759, 47.400902, 39.849426, 39.059811, 37.769337, 35.747845, 35.565342, 32.806671, 40.150032, 32.741646, 44.268543, 33.856892, 31.169546, 34.969704, 38.313515, 37.66814, 45.694454, 43.933907, 34.840515, 42.011539, 21.094318, 43.452492, 41.12537, 44.299782, 44.240459, 38.5266, 38.491226, 61.370716, 46.921925, 41.680893, 47.528912, 44.693947, 39.318523, 44.045876, 42.755966 ] ], "lon": [ [ -119.681564, -81.686783, -97.563461, -74.948051, -88.986137, -83.643074, -82.764915, -79.806419, -77.209755, -84.536095, -72.755371, -71.530106, -74.521011, -76.802101, -92.288368, -111.431221, -121.490494, -86.258278, -105.311104, -78.169968, -86.692345, -96.928917, -86.79113, -111.862434, -89.678696, -89.616508, -80.945007, -91.867805, -92.373123, -117.055374, -84.670067, -93.900192, -120.55899, -106.248482, -93.210526, -157.498337, -71.563896, -98.268082, -99.438828, -114.478828, -96.726486, -80.954453, -152.404419, -110.454353, -71.51178, -99.784012, -69.381927, -75.507141, -72.710686, -107.30249 ] ], "text": [ [ "CA", "FL", "TX", "NY", "IL", "GA", "OH", "NC", "PA", "MI", "CT", "MA", "NJ", "MD", "MO", "AZ", "WA", "IN", "CO", "VA", "TN", "OK", "AL", "UT", "MS", "WI", "SC", "LA", "AR", "NV", "KY", "MN", "OR", "NM", "IA", "HI", "NH", "NE", "SD", "ID", "KS", "WV", "AK", "MT", "RI", "ND", "ME", "DE", "VT", "WY" ] ], "customdata": [ [ [ 3.41, 3.51, 41.6, 21.6, 125.0, 0.0, 0.0, 0.0, 0.0, 125.0 ], [ 3.43, 3.16, 47.83, 21.74, 69.0, 0.0, 0.0, 0.0, 0.0, 69.0 ], [ 3.4, 3.44, 44.78, 20.9, 67.0, 0.0, 0.0, 0.0, 0.0, 67.0 ], [ 3.43, 3.26, 39.68, 30.16, 63.0, 0.0, 0.0, 0.0, 0.0, 63.0 ], [ 3.45, 3.47, 27.66, 23.4, 47.0, 0.0, 0.0, 0.0, 0.0, 47.0 ], [ 3.41, 3.5, 56.41, 15.38, 39.0, 0.0, 0.0, 0.0, 0.0, 39.0 ], [ 3.44, 3.05, 39.47, 15.79, 38.0, 0.0, 0.0, 0.0, 0.0, 38.0 ], [ 3.41, 4.21, 45.71, 11.43, 35.0, 0.0, 0.0, 0.0, 0.0, 35.0 ], [ 3.39, 3.4, 54.84, 19.35, 31.0, 0.0, 0.0, 0.0, 0.0, 31.0 ], [ 3.4, 3.54, 42.86, 28.57, 28.0, 0.0, 0.0, 0.0, 0.0, 28.0 ], [ 3.42, 3.15, 36.36, 31.82, 22.0, 0.0, 0.0, 0.0, 0.0, 22.0 ], [ 3.39, 3.19, 40.91, 9.09, 22.0, 0.0, 0.0, 0.0, 0.0, 22.0 ], [ 3.39, 3.84, 68.18, 22.73, 22.0, 0.0, 0.0, 0.0, 0.0, 22.0 ], [ 3.36, 2.6, 42.86, 23.81, 21.0, 0.0, 0.0, 0.0, 0.0, 21.0 ], [ 3.47, 3.01, 45.0, 30.0, 20.0, 0.0, 0.0, 0.0, 0.0, 20.0 ], [ 3.38, 3.33, 35.0, 25.0, 20.0, 0.0, 0.0, 0.0, 0.0, 20.0 ], [ 3.44, 3.16, 36.84, 36.84, 19.0, 0.0, 0.0, 0.0, 0.0, 19.0 ], [ 3.52, 3.11, 27.78, 16.67, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.43, 3.13, 44.44, 22.22, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.44, 3.26, 41.18, 17.65, 17.0, 0.0, 0.0, 0.0, 0.0, 17.0 ], [ 3.37, 2.87, 50.0, 31.25, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.56, 2.73, 43.75, 31.25, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.39, 2.66, 40.0, 20.0, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.45, 2.72, 46.67, 13.33, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.3, 2.94, 53.33, 13.33, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.47, 2.92, 30.77, 7.69, 13.0, 0.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.42, 3.79, 50.0, 16.67, 12.0, 0.0, 0.0, 0.0, 0.0, 12.0 ], [ 3.46, 2.41, 36.36, 9.09, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.36, 3.56, 27.27, 27.27, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.43, 3.38, 27.27, 0.0, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.41, 4.64, 40.0, 20.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.27, 3.52, 20.0, 10.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.57, 2.47, 22.22, 22.22, 9.0, 0.0, 0.0, 0.0, 0.0, 9.0 ], [ 3.63, 3.67, 57.14, 14.29, 7.0, 0.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.33, 3.89, 42.86, 28.57, 7.0, 0.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.34, 3.31, 16.67, 16.67, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.55, 2.18, 80.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.37, 4.23, 20.0, 20.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.35, 2.87, 60.0, 20.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.52, 2.71, 20.0, 20.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.35, 3.78, 100.0, 50.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.55, 4.1, 50.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.58, 1.54, 0.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.6, 2.32, 50.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.43, 4.32, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.1, 3.99, 0.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.08, 0.2, 50.0, 100.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.34, 3.34, 50.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.61, 2.63, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.48, 3.79, 100.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] ] ], "marker.size": [ [ 125, 69, 67, 63, 47, 39, 38, 35, 31, 28, 22, 22, 22, 21, 20, 20, 19, 18, 18, 17, 16, 16, 15, 15, 15, 13, 12, 11, 11, 11, 10, 10, 9, 7, 7, 6, 5, 5, 5, 5, 4, 4, 2, 2, 2, 2, 2, 2, 1, 1 ] ], "marker.color": [ [ 125, 69, 67, 63, 47, 39, 38, 35, 31, 28, 22, 22, 22, 21, 20, 20, 19, 18, 18, 17, 16, 16, 15, 15, 15, 13, 12, 11, 11, 11, 10, 10, 9, 7, 7, 6, 5, 5, 5, 5, 4, 4, 2, 2, 2, 2, 2, 2, 1, 1 ] ], "marker.sizeref": [ 0.07971938775510204 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: BAAI <br> Total: 967</sup>" } ], "label": "BAAI", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 33.040619, 43.326618, 40.349457, 42.230171, 40.298904, 35.630066, 40.388783, 40.590752, 35.565342, 39.059811, 44.268543, 39.849426, 47.400902, 37.769337, 38.456085, 35.747845, 39.063946, 33.856892, 44.693947, 34.969704, 45.694454, 32.806671, 43.452492, 43.933907, 38.5266, 33.729759, 41.597782, 44.240459, 38.313515, 37.66814, 31.169546, 32.741646, 40.150032, 34.840515, 41.12537, 38.491226, 47.528912, 46.921925, 44.045876, 61.370716, 44.299782, 42.011539, 21.094318, 39.318523, 38.905985, 42.755966 ] ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -83.643074, -84.536095, -88.986137, -71.530106, -74.521011, -79.806419, -82.764915, -77.209755, -96.928917, -105.311104, -89.616508, -86.258278, -121.490494, -78.169968, -92.288368, -86.692345, -76.802101, -80.945007, -69.381927, -92.373123, -93.900192, -86.79113, -71.563896, -120.55899, -96.726486, -111.431221, -72.755371, -114.478828, -117.055374, -84.670067, -91.867805, -89.678696, -111.862434, -106.248482, -98.268082, -80.954453, -99.784012, -110.454353, -72.710686, -152.404419, -99.438828, -93.210526, -157.498337, -75.507141, -77.033418, -107.30249 ] ], "text": [ [ "CA", "TX", "FL", "NY", "GA", "MI", "IL", "MA", "NJ", "NC", "OH", "PA", "OK", "CO", "WI", "IN", "WA", "VA", "MO", "TN", "MD", "SC", "ME", "AR", "MN", "AL", "NH", "OR", "KS", "AZ", "CT", "ID", "NV", "KY", "LA", "MS", "UT", "NM", "NE", "WV", "ND", "MT", "VT", "AK", "SD", "IA", "HI", "DE", "DC", "WY" ] ], "customdata": [ [ [ 3.49, 3.2, 59.68, 22.58, 0.0, 62.0, 0.0, 0.0, 0.0, 62.0 ], [ 3.49, 3.42, 45.61, 12.28, 0.0, 57.0, 0.0, 0.0, 0.0, 57.0 ], [ 3.47, 3.07, 42.11, 21.05, 0.0, 38.0, 0.0, 0.0, 0.0, 38.0 ], [ 3.44, 4.04, 65.62, 6.25, 0.0, 32.0, 0.0, 0.0, 0.0, 32.0 ], [ 3.41, 2.9, 35.71, 17.86, 0.0, 28.0, 0.0, 0.0, 0.0, 28.0 ], [ 3.51, 2.73, 35.0, 30.0, 0.0, 20.0, 0.0, 0.0, 0.0, 20.0 ], [ 3.35, 2.71, 45.0, 35.0, 0.0, 20.0, 0.0, 0.0, 0.0, 20.0 ], [ 3.51, 2.65, 52.63, 21.05, 0.0, 19.0, 0.0, 0.0, 0.0, 19.0 ], [ 3.51, 2.98, 36.84, 36.84, 0.0, 19.0, 0.0, 0.0, 0.0, 19.0 ], [ 3.5, 3.14, 43.75, 0.0, 0.0, 16.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.36, 3.24, 37.5, 12.5, 0.0, 16.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.49, 3.88, 20.0, 40.0, 0.0, 15.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.45, 4.47, 60.0, 40.0, 0.0, 15.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.31, 3.01, 71.43, 7.14, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0 ], [ 3.51, 3.6, 53.85, 7.69, 0.0, 13.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.32, 4.31, 38.46, 30.77, 0.0, 13.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.4, 3.26, 33.33, 25.0, 0.0, 12.0, 0.0, 0.0, 0.0, 12.0 ], [ 3.21, 3.33, 45.45, 18.18, 0.0, 11.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.47, 3.84, 63.64, 9.09, 0.0, 11.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.44, 3.04, 40.0, 0.0, 0.0, 10.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.47, 2.9, 33.33, 33.33, 0.0, 9.0, 0.0, 0.0, 0.0, 9.0 ], [ 3.42, 3.5, 0.0, 57.14, 0.0, 7.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.42, 3.9, 71.43, 14.29, 0.0, 7.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.58, 2.74, 42.86, 42.86, 0.0, 7.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.65, 2.76, 50.0, 0.0, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.52, 3.49, 33.33, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.38, 2.83, 66.67, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.6, 3.38, 60.0, 60.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.32, 3.93, 25.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.4, 3.88, 75.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.33, 2.07, 25.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.38, 2.68, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.55, 2.41, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.49, 3.85, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.41, 3.61, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.55, 4.06, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.25, 5.13, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.28, 3.42, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.31, 3.08, 0.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.57, 4.71, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.3, 3.28, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.56, 5.43, 50.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.79, 2.51, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.1, 9.83, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.35, 5.22, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.09, 2.37, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.31, 0.0, 100.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.31, 2.61, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 2.96, 3.73, 100.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.47, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ] ] ], "marker.size": [ [ 62, 57, 38, 32, 28, 20, 20, 19, 19, 16, 16, 15, 15, 14, 13, 13, 12, 11, 11, 10, 9, 7, 7, 7, 6, 6, 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1 ] ], "marker.color": [ [ 62, 57, 38, 32, 28, 20, 20, 19, 19, 16, 16, 15, 15, 14, 13, 13, 12, 11, 11, 10, 9, 7, 7, 7, 6, 6, 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1 ] ], "marker.sizeref": [ 0.039540816326530615 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: ISAI <br> Total: 547</sup>" } ], "label": "ISAI", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 42.165726, 27.766279, 35.630066, 40.590752, 40.349457, 40.388783, 33.729759, 37.769337, 47.400902, 33.040619, 45.694454, 39.063946, 42.230171, 33.856892, 35.747845, 40.150032, 43.326618, 38.456085, 40.298904, 39.849426, 41.597782, 39.059811, 43.933907, 37.66814, 32.806671, 44.268543, 34.969704, 38.5266, 35.565342, 38.313515, 32.741646, 44.240459, 34.840515, 43.452492, 41.12537, 31.169546, 21.094318, 39.318523, 44.299782, 38.491226, 42.755966, 47.528912, 42.011539, 46.921925, 44.693947, 61.370716, 41.680893, 44.045876, 38.905985 ] ], "lon": [ [ -119.681564, -97.563461, -74.948051, -81.686783, -79.806419, -77.209755, -88.986137, -82.764915, -111.431221, -78.169968, -121.490494, -83.643074, -93.900192, -76.802101, -71.530106, -80.945007, -86.692345, -111.862434, -84.536095, -92.288368, -74.521011, -86.258278, -72.755371, -105.311104, -120.55899, -84.670067, -86.79113, -89.616508, -92.373123, -96.726486, -96.928917, -117.055374, -89.678696, -114.478828, -106.248482, -71.563896, -98.268082, -91.867805, -157.498337, -75.507141, -99.438828, -80.954453, -107.30249, -99.784012, -93.210526, -110.454353, -69.381927, -152.404419, -71.51178, -72.710686, -77.033418 ] ], "text": [ [ "CA", "TX", "NY", "FL", "NC", "PA", "IL", "OH", "AZ", "VA", "WA", "GA", "MN", "MD", "MA", "SC", "TN", "UT", "MI", "MO", "NJ", "IN", "CT", "CO", "OR", "KY", "AL", "WI", "AR", "KS", "OK", "NV", "MS", "ID", "NM", "NH", "NE", "LA", "HI", "DE", "SD", "WV", "WY", "ND", "IA", "MT", "ME", "AK", "RI", "VT", "DC" ] ], "customdata": [ [ [ 3.42, 3.43, 57.97, 21.74, 0.0, 0.0, 69.0, 0.0, 0.0, 69.0 ], [ 3.4, 3.07, 55.56, 20.37, 0.0, 0.0, 54.0, 0.0, 0.0, 54.0 ], [ 3.43, 3.15, 52.38, 26.19, 0.0, 0.0, 42.0, 0.0, 0.0, 42.0 ], [ 3.53, 2.81, 51.43, 28.57, 0.0, 0.0, 35.0, 0.0, 0.0, 35.0 ], [ 3.52, 3.46, 46.67, 16.67, 0.0, 0.0, 30.0, 0.0, 0.0, 30.0 ], [ 3.42, 3.2, 42.86, 14.29, 0.0, 0.0, 28.0, 0.0, 0.0, 28.0 ], [ 3.4, 3.54, 56.0, 28.0, 0.0, 0.0, 25.0, 0.0, 0.0, 25.0 ], [ 3.37, 3.78, 52.38, 28.57, 0.0, 0.0, 21.0, 0.0, 0.0, 21.0 ], [ 3.38, 2.5, 31.58, 31.58, 0.0, 0.0, 19.0, 0.0, 0.0, 19.0 ], [ 3.53, 3.14, 47.37, 21.05, 0.0, 0.0, 19.0, 0.0, 0.0, 19.0 ], [ 3.43, 3.37, 47.06, 29.41, 0.0, 0.0, 17.0, 0.0, 0.0, 17.0 ], [ 3.49, 3.72, 52.94, 29.41, 0.0, 0.0, 17.0, 0.0, 0.0, 17.0 ], [ 3.48, 3.29, 40.0, 20.0, 0.0, 0.0, 15.0, 0.0, 0.0, 15.0 ], [ 3.32, 3.0, 57.14, 35.71, 0.0, 0.0, 14.0, 0.0, 0.0, 14.0 ], [ 3.39, 1.94, 50.0, 28.57, 0.0, 0.0, 14.0, 0.0, 0.0, 14.0 ], [ 3.37, 2.66, 38.46, 23.08, 0.0, 0.0, 13.0, 0.0, 0.0, 13.0 ], [ 3.46, 3.53, 46.15, 0.0, 0.0, 0.0, 13.0, 0.0, 0.0, 13.0 ], [ 3.29, 3.64, 36.36, 27.27, 0.0, 0.0, 11.0, 0.0, 0.0, 11.0 ], [ 3.44, 3.41, 45.45, 27.27, 0.0, 0.0, 11.0, 0.0, 0.0, 11.0 ], [ 3.42, 3.12, 60.0, 20.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.36, 4.72, 50.0, 0.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.48, 1.59, 60.0, 30.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.46, 3.04, 50.0, 20.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.47, 2.87, 50.0, 10.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.4, 3.36, 55.56, 11.11, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.45, 3.19, 25.0, 12.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0 ], [ 3.47, 2.78, 37.5, 62.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0 ], [ 3.4, 1.72, 50.0, 66.67, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0 ], [ 3.4, 3.04, 83.33, 33.33, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0 ], [ 3.37, 4.58, 33.33, 0.0, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0 ], [ 3.27, 3.21, 60.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.41, 4.07, 60.0, 40.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.37, 2.98, 40.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.34, 2.41, 40.0, 20.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.52, 1.98, 25.0, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.74, 3.39, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.48, 4.82, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.28, 4.25, 50.0, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.38, 3.66, 50.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.58, 3.89, 75.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.49, 3.92, 75.0, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.3, 3.53, 66.67, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.63, 3.89, 66.67, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.23, 2.43, 33.33, 66.67, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.28, 2.97, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.52, 1.71, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.64, 3.32, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.3, 1.2, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.26, 4.96, 100.0, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ], [ 3.63, 0.61, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ], [ 4.0, 3.61, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ] ] ], "marker.size": [ [ 69, 54, 42, 35, 30, 28, 25, 21, 19, 19, 17, 17, 15, 14, 14, 13, 13, 11, 11, 10, 10, 10, 10, 10, 9, 8, 8, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1 ] ], "marker.color": [ [ 69, 54, 42, 35, 30, 28, 25, 21, 19, 19, 17, 17, 15, 14, 14, 13, 13, 11, 11, 10, 10, 10, 10, 10, 9, 8, 8, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1 ] ], "marker.sizeref": [ 0.04400510204081633 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: MSM <br> Total: 629</sup>" } ], "label": "MSM", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.590752, 35.630066, 40.388783, 33.729759, 40.298904, 40.349457, 43.326618, 35.747845, 39.849426, 32.806671, 33.040619, 44.268543, 33.856892, 37.769337, 45.694454, 39.063946, 42.230171, 38.5266, 32.741646, 47.400902, 40.150032, 37.66814, 38.456085, 39.059811, 34.969704, 31.169546, 44.240459, 42.011539, 41.597782, 46.921925, 41.12537, 44.045876, 35.565342, 39.318523, 44.693947, 61.370716, 34.840515, 43.452492, 21.094318, 38.491226 ] ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -77.209755, -79.806419, -82.764915, -111.431221, -74.521011, -88.986137, -84.536095, -86.692345, -86.258278, -86.79113, -83.643074, -89.616508, -80.945007, -78.169968, -93.900192, -76.802101, -71.530106, -96.726486, -89.678696, -121.490494, -111.862434, -84.670067, -92.288368, -105.311104, -92.373123, -91.867805, -114.478828, -93.210526, -72.755371, -110.454353, -98.268082, -72.710686, -96.928917, -75.507141, -69.381927, -152.404419, -106.248482, -71.563896, -157.498337, -80.954453 ] ], "text": [ [ "CA", "TX", "FL", "NY", "PA", "NC", "OH", "AZ", "NJ", "IL", "MI", "TN", "IN", "AL", "GA", "WI", "SC", "VA", "MN", "MD", "MA", "KS", "MS", "WA", "UT", "KY", "MO", "CO", "AR", "LA", "ID", "IA", "CT", "MT", "NE", "VT", "OK", "DE", "ME", "AK", "NM", "NH", "HI", "WV" ] ], "customdata": [ [ [ 3.41, 3.92, 55.1, 20.41, 0.0, 0.0, 0.0, 49.0, 0.0, 49.0 ], [ 3.4, 3.69, 21.88, 28.12, 0.0, 0.0, 0.0, 32.0, 0.0, 32.0 ], [ 3.48, 3.13, 59.26, 25.93, 0.0, 0.0, 0.0, 27.0, 0.0, 27.0 ], [ 3.43, 2.53, 50.0, 35.0, 0.0, 0.0, 0.0, 20.0, 0.0, 20.0 ], [ 3.47, 2.85, 47.37, 31.58, 0.0, 0.0, 0.0, 19.0, 0.0, 19.0 ], [ 3.39, 3.28, 26.67, 33.33, 0.0, 0.0, 0.0, 15.0, 0.0, 15.0 ], [ 3.39, 3.42, 33.33, 13.33, 0.0, 0.0, 0.0, 15.0, 0.0, 15.0 ], [ 3.48, 3.71, 30.77, 23.08, 0.0, 0.0, 0.0, 13.0, 0.0, 13.0 ], [ 3.44, 3.44, 69.23, 46.15, 0.0, 0.0, 0.0, 13.0, 0.0, 13.0 ], [ 3.49, 3.09, 38.46, 30.77, 0.0, 0.0, 0.0, 13.0, 0.0, 13.0 ], [ 3.48, 4.26, 30.0, 20.0, 0.0, 0.0, 0.0, 10.0, 0.0, 10.0 ], [ 3.37, 3.16, 40.0, 10.0, 0.0, 0.0, 0.0, 10.0, 0.0, 10.0 ], [ 3.33, 5.24, 50.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.52, 4.14, 37.5, 37.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.38, 3.72, 37.5, 12.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.46, 4.04, 50.0, 12.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.48, 5.02, 62.5, 12.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.54, 4.73, 66.67, 16.67, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.37, 4.33, 33.33, 66.67, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.41, 4.56, 50.0, 16.67, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.5, 3.38, 16.67, 16.67, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.63, 3.41, 80.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.36, 2.78, 60.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.39, 3.11, 20.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.4, 3.1, 20.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.68, 6.59, 75.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.44, 3.6, 75.0, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.64, 4.94, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.26, 3.05, 25.0, 50.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.57, 0.4, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.28, 4.18, 33.33, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.5, 2.11, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.3, 4.59, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.49, 4.18, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.75, 0.35, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.48, 0.48, 100.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.28, 2.06, 50.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.59, 3.45, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.45, 2.71, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.61, 5.01, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.77, 0.44, 100.0, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.62, 1.24, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.43, 1.54, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.4, 3.71, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ] ] ], "marker.size": [ [ 49, 32, 27, 20, 19, 15, 15, 13, 13, 13, 10, 10, 8, 8, 8, 8, 8, 6, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1 ] ], "marker.color": [ [ 49, 32, 27, 20, 19, 15, 15, 13, 13, 13, 10, 10, 8, 8, 8, 8, 8, 6, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1 ] ], "marker.sizeref": [ 0.03125 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: MSF <br> Total: 365</sup>" } ], "label": "MSF", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 40.349457, 40.590752, 33.040619, 42.165726, 40.388783, 35.747845, 40.298904, 42.230171, 35.630066, 43.326618, 39.059811, 37.769337, 45.694454, 39.849426, 37.66814, 38.456085, 33.856892, 47.400902, 44.268543, 31.169546, 39.063946, 32.806671, 42.011539, 40.150032, 43.933907, 32.741646, 33.729759, 34.969704, 21.094318, 43.452492, 44.693947, 44.240459, 38.313515, 41.12537, 35.565342, 39.318523, 41.597782, 38.5266, 44.299782, 34.840515, 41.680893, 42.755966, 38.905985, 47.528912, 38.491226 ] ], "lon": [ [ -119.681564, -97.563461, -81.686783, -88.986137, -77.209755, -83.643074, -74.948051, -82.764915, -86.692345, -74.521011, -71.530106, -79.806419, -84.536095, -105.311104, -78.169968, -93.900192, -86.258278, -84.670067, -92.288368, -80.945007, -121.490494, -89.616508, -91.867805, -76.802101, -86.79113, -93.210526, -111.862434, -120.55899, -89.678696, -111.431221, -92.373123, -157.498337, -71.563896, -69.381927, -114.478828, -117.055374, -98.268082, -96.928917, -75.507141, -72.755371, -96.726486, -99.438828, -106.248482, -71.51178, -107.30249, -77.033418, -99.784012, -80.954453 ] ], "text": [ [ "CA", "TX", "FL", "IL", "PA", "GA", "NY", "OH", "TN", "NJ", "MA", "NC", "MI", "CO", "VA", "MN", "IN", "KY", "MO", "SC", "WA", "WI", "LA", "MD", "AL", "IA", "UT", "OR", "MS", "AZ", "AR", "HI", "NH", "ME", "ID", "NV", "NE", "OK", "DE", "CT", "KS", "SD", "NM", "RI", "WY", "DC", "ND", "WV" ] ], "customdata": [ [ [ 3.41, 2.66, 42.11, 24.56, 0.0, 0.0, 0.0, 0.0, 57.0, 57.0 ], [ 3.46, 3.49, 47.92, 12.5, 0.0, 0.0, 0.0, 0.0, 48.0, 48.0 ], [ 3.36, 3.54, 29.03, 22.58, 0.0, 0.0, 0.0, 0.0, 31.0, 31.0 ], [ 3.53, 3.86, 40.74, 14.81, 0.0, 0.0, 0.0, 0.0, 27.0, 27.0 ], [ 3.47, 3.33, 44.0, 8.0, 0.0, 0.0, 0.0, 0.0, 25.0, 25.0 ], [ 3.45, 3.35, 50.0, 37.5, 0.0, 0.0, 0.0, 0.0, 24.0, 24.0 ], [ 3.4, 3.7, 33.33, 9.52, 0.0, 0.0, 0.0, 0.0, 21.0, 21.0 ], [ 3.5, 3.16, 46.67, 26.67, 0.0, 0.0, 0.0, 0.0, 15.0, 15.0 ], [ 3.35, 3.61, 57.14, 7.14, 0.0, 0.0, 0.0, 0.0, 14.0, 14.0 ], [ 3.52, 4.3, 64.29, 7.14, 0.0, 0.0, 0.0, 0.0, 14.0, 14.0 ], [ 3.36, 4.06, 33.33, 33.33, 0.0, 0.0, 0.0, 0.0, 12.0, 12.0 ], [ 3.49, 3.93, 66.67, 41.67, 0.0, 0.0, 0.0, 0.0, 12.0, 12.0 ], [ 3.47, 2.37, 66.67, 25.0, 0.0, 0.0, 0.0, 0.0, 12.0, 12.0 ], [ 3.42, 4.13, 27.27, 18.18, 0.0, 0.0, 0.0, 0.0, 11.0, 11.0 ], [ 3.38, 3.27, 36.36, 18.18, 0.0, 0.0, 0.0, 0.0, 11.0, 11.0 ], [ 3.48, 3.38, 70.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0 ], [ 3.42, 3.73, 50.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0 ], [ 3.46, 4.18, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0 ], [ 3.63, 3.8, 44.44, 33.33, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0 ], [ 3.44, 3.44, 50.0, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.48, 3.65, 12.5, 50.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.23, 3.13, 87.5, 0.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.33, 1.76, 42.86, 14.29, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.5, 2.83, 57.14, 14.29, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.42, 3.26, 42.86, 14.29, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.44, 4.0, 33.33, 16.67, 0.0, 0.0, 0.0, 0.0, 6.0, 6.0 ], [ 3.35, 2.59, 20.0, 80.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.34, 4.41, 20.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.29, 2.64, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.45, 4.57, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.24, 3.42, 40.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.43, 2.73, 20.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.41, 5.25, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ], [ 3.43, 1.93, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ], [ 3.47, 3.17, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.38, 1.81, 33.33, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.49, 2.39, 66.67, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.32, 4.03, 33.33, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.47, 1.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.12, 3.0, 0.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.22, 2.72, 50.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.58, 3.72, 50.0, 100.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.16, 4.68, 100.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.36, 0.85, 50.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.16, 3.89, 0.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.46, 2.29, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.0, 4.02, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ], [ 3.57, 1.62, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ] ] ], "marker.size": [ [ 57, 48, 31, 27, 25, 24, 21, 15, 14, 14, 12, 12, 12, 11, 11, 10, 10, 10, 9, 8, 8, 8, 7, 7, 7, 6, 5, 5, 5, 5, 5, 5, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1 ] ], "marker.color": [ [ 57, 48, 31, 27, 25, 24, 21, 15, 14, 14, 12, 12, 12, 11, 11, 10, 10, 10, 9, 8, 8, 8, 7, 7, 7, 6, 5, 5, 5, 5, 5, 5, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1 ] ], "marker.sizeref": [ 0.03635204081632653 ] }, { "title": "(Sample) US Part-time Students <br><sup>Program: FLEX MBA <br> Total: 492</sup>" } ], "label": "FLEX MBA", "method": "update" } ], "xanchor": "left", "yanchor": "top", "direction": "down" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~NaserNikandish", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-06 22:23:30", "mapbox_access_tokens": null, "has_password": null, "username": "NaserNikandish", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-06T22:54:45.439602Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~NaserNikandish/10.embed", "fid": "NaserNikandish:10", "filename": "SAMPLE students_map_dashboard 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/10/9_K5NIY2SD76L3JK2BR4PIUPMIV58FQU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/10/2_LW03F69M1MBSX9QG1OX90W4U4AI0L2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/10/8_8MCJ20YC107WJ8OWA87F0XKWP6NLNY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NaserNikandish/10/9_K5NIY2SD76L3JK2BR4PIUPMIV58FQU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/NaserNikandish:10", "plots": "https://api.plotly.com/v2/plots/NaserNikandish:10", "parent": "https://api.plotly.com/v2/folders/home?user=NaserNikandish" }, "owner": "NaserNikandish", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~NaserNikandish/10/", "world_readable": true, "date_modified": "2025-09-07T01:49:46.520Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~NaserNikandish/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers+text", "name": "States", "type": "scattergeo", "latsrc": "NaserNikandish:31:aba203", "lonsrc": "NaserNikandish:31:c5d01b", "marker": { "line": { "width": 0.5 }, "sizemin": 4, "sizeref": 0.15114795918367346, "sizesrc": "NaserNikandish:31:044d76", "colorbar": { "title": { "text": "Students" } }, "colorsrc": "NaserNikandish:31:beb4cb", "sizemode": "area", "showscale": true, "colorscale": [ [ 0, "#ffe6e6" ], [ 0.5, "#ff4d4d" ], [ 1, "#800000" ] ] }, "textsrc": "NaserNikandish:31:632859", "textfont": { "size": 10 }, "textposition": "top center", "customdatasrc": "NaserNikandish:31:8df2b8", "hovertemplate": "<b>%{text}</b><br>-----------------------------------<br> Avg GPA: %{customdata[0]:.2f}<br> Avg Yrs Exp: %{customdata[1]:.2f}<br> Male: %{customdata[2]:.2f}%<br>-----------------------------------<br>Students: %{customdata[9]}<br> BAAI: %{customdata[4]}<br> ISAI: %{customdata[5]}<br> MSM: %{customdata[6]}<br> MSF: %{customdata[7]}<br> FLEX MBA: %{customdata[8]}<br>-----------------------------------<extra></extra>" }, { "name": "Top States", "type": "table", "cells": { "align": "left", "height": 22, "valuessrc": "NaserNikandish:31:f2513e" }, "domain": { "x": [ 0.86, 0.995 ], "y": [ 0.02, 0.4 ] }, "header": { "fill": { "color": "#f2f2f2" }, "font": { "size": 11 }, "align": "left", "valuessrc": "NaserNikandish:31:297a92" }, "columnwidthsrc": "NaserNikandish:31:3673fe" } ], "layout": { "geo": { "scope": "usa", "projection": { "type": "albers usa" }, "showsubunits": true, "showcountries": false }, "title": { "x": 0.5, "text": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>", "xanchor": "center" }, "margin": { "b": 40, "l": 40, "r": 60, "t": 90 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.02, "y": 1.19, "text": "<b>Program</b>", "xref": "paper", "yref": "paper", "showarrow": false } ], "updatemenus": [ { "x": 0.02, "y": 1.14, "pad": { "r": 6, "t": 6 }, "buttons": [ { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.590752, 40.388783, 37.769337, 33.040619, 35.630066, 40.349457, 43.326618, 40.298904, 47.400902, 39.849426, 45.694454, 42.230171, 35.747845, 39.063946, 33.729759, 33.856892, 32.806671, 44.268543, 38.456085, 37.66814, 31.169546, 41.597782, 43.933907, 39.059811, 40.150032, 35.565342, 38.5266, 38.313515, 34.969704, 34.840515, 32.741646, 42.011539, 41.12537, 21.094318, 44.240459, 44.693947, 38.491226, 43.452492, 41.680893, 61.370716, 44.299782, 47.528912, 46.921925, 38.905985, 39.318523, 42.755966, 44.045876 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -77.209755, -82.764915, -78.169968, -83.643074, -79.806419, -88.986137, -84.536095, -74.521011, -121.490494, -86.258278, -93.900192, -71.530106, -86.692345, -76.802101, -111.431221, -80.945007, -86.79113, -89.616508, -92.288368, -84.670067, -91.867805, -72.755371, -120.55899, -105.311104, -111.862434, -96.928917, -96.726486, -117.055374, -92.373123, -106.248482, -89.678696, -93.210526, -98.268082, -157.498337, -114.478828, -69.381927, -80.954453, -71.563896, -71.51178, -152.404419, -99.438828, -99.784012, -110.454353, -77.033418, -75.507141, -107.30249, -72.710686 ], null ], "text": [ [ "CA", "TX", "FL", "NY", "PA", "OH", "VA", "GA", "NC", "IL", "MI", "NJ", "WA", "IN", "MN", "MA", "TN", "MD", "AZ", "SC", "AL", "WI", "MO", "KY", "LA", "CT", "OR", "CO", "UT", "OK", "KS", "NV", "AR", "NM", "MS", "IA", "NE", "HI", "ID", "ME", "WV", "NH", "RI", "AK", "SD", "ND", "MT", "DC", "DE", "WY", "VT" ], null ], "customdata": [ [ [ 3.43, 3.19, 50.21, 21.52, 65.0, 46.0, 57.0, 28.0, 41.0, 237.0 ], [ 3.45, 3.11, 53.12, 20.83, 57.0, 36.0, 39.0, 23.0, 37.0, 192.0 ], [ 3.39, 3.57, 45.11, 29.32, 44.0, 30.0, 23.0, 15.0, 21.0, 133.0 ], [ 3.37, 3.03, 60.5, 23.53, 44.0, 22.0, 30.0, 12.0, 11.0, 119.0 ], [ 3.42, 3.05, 46.58, 24.66, 22.0, 18.0, 15.0, 11.0, 7.0, 73.0 ], [ 3.37, 3.17, 46.03, 22.22, 18.0, 13.0, 14.0, 4.0, 14.0, 63.0 ], [ 3.44, 3.75, 37.7, 14.75, 17.0, 15.0, 13.0, 8.0, 8.0, 61.0 ], [ 3.44, 2.96, 50.82, 26.23, 18.0, 15.0, 9.0, 5.0, 14.0, 61.0 ], [ 3.42, 3.21, 44.07, 18.64, 14.0, 14.0, 16.0, 7.0, 8.0, 59.0 ], [ 3.43, 2.95, 52.54, 35.59, 18.0, 9.0, 15.0, 9.0, 8.0, 59.0 ], [ 3.42, 3.2, 36.36, 20.0, 16.0, 4.0, 17.0, 8.0, 10.0, 55.0 ], [ 3.42, 3.64, 44.9, 16.33, 15.0, 11.0, 8.0, 5.0, 10.0, 49.0 ], [ 3.39, 3.0, 45.83, 18.75, 13.0, 8.0, 10.0, 8.0, 9.0, 48.0 ], [ 3.41, 2.82, 43.75, 25.0, 15.0, 8.0, 15.0, 1.0, 9.0, 48.0 ], [ 3.37, 3.51, 38.1, 14.29, 16.0, 7.0, 9.0, 2.0, 8.0, 42.0 ], [ 3.43, 3.31, 37.5, 37.5, 18.0, 6.0, 4.0, 7.0, 5.0, 40.0 ], [ 3.39, 3.67, 52.63, 18.42, 8.0, 4.0, 9.0, 8.0, 9.0, 38.0 ], [ 3.41, 3.47, 54.05, 29.73, 16.0, 4.0, 7.0, 3.0, 7.0, 37.0 ], [ 3.34, 3.33, 56.76, 16.22, 16.0, 1.0, 11.0, 7.0, 2.0, 37.0 ], [ 3.4, 3.1, 55.56, 13.89, 10.0, 7.0, 9.0, 2.0, 8.0, 36.0 ], [ 3.35, 3.25, 37.14, 20.0, 10.0, 5.0, 4.0, 9.0, 7.0, 35.0 ], [ 3.4, 2.96, 55.88, 29.41, 11.0, 4.0, 7.0, 7.0, 5.0, 34.0 ], [ 3.39, 2.83, 40.0, 23.33, 5.0, 5.0, 8.0, 6.0, 6.0, 30.0 ], [ 3.45, 3.14, 43.33, 20.0, 6.0, 8.0, 10.0, 3.0, 3.0, 30.0 ], [ 3.33, 3.14, 43.33, 16.67, 11.0, 6.0, 5.0, 4.0, 4.0, 30.0 ], [ 3.42, 3.04, 40.0, 26.67, 13.0, 3.0, 3.0, 6.0, 5.0, 30.0 ], [ 3.41, 3.16, 48.28, 24.14, 14.0, 3.0, 3.0, 5.0, 4.0, 29.0 ], [ 3.42, 3.05, 44.83, 20.69, 10.0, 5.0, 6.0, 3.0, 5.0, 29.0 ], [ 3.34, 3.02, 48.15, 29.63, 6.0, 8.0, 9.0, 2.0, 2.0, 27.0 ], [ 3.43, 3.84, 51.85, 33.33, 7.0, 4.0, 7.0, 4.0, 5.0, 27.0 ], [ 3.43, 2.76, 42.31, 19.23, 8.0, 5.0, 6.0, 3.0, 4.0, 26.0 ], [ 3.44, 3.02, 35.0, 40.0, 6.0, 2.0, 4.0, 5.0, 3.0, 20.0 ], [ 3.42, 3.18, 36.84, 26.32, 4.0, 3.0, 5.0, 2.0, 5.0, 19.0 ], [ 3.38, 2.96, 55.56, 22.22, 6.0, 6.0, 4.0, 0.0, 2.0, 18.0 ], [ 3.41, 2.84, 52.94, 29.41, 3.0, 3.0, 2.0, 2.0, 7.0, 17.0 ], [ 3.35, 2.81, 47.06, 35.29, 9.0, 0.0, 4.0, 4.0, 0.0, 17.0 ], [ 3.32, 2.49, 40.0, 26.67, 5.0, 1.0, 1.0, 5.0, 3.0, 15.0 ], [ 3.37, 3.23, 42.86, 21.43, 1.0, 5.0, 4.0, 4.0, 0.0, 14.0 ], [ 3.47, 3.32, 37.5, 12.5, 2.0, 2.0, 2.0, 2.0, 0.0, 8.0 ], [ 3.47, 4.03, 37.5, 50.0, 1.0, 1.0, 2.0, 2.0, 2.0, 8.0 ], [ 3.49, 1.4, 42.86, 14.29, 4.0, 1.0, 2.0, 0.0, 0.0, 7.0 ], [ 3.45, 3.21, 66.67, 33.33, 3.0, 0.0, 3.0, 0.0, 0.0, 6.0 ], [ 3.37, 3.26, 33.33, 16.67, 4.0, 1.0, 1.0, 0.0, 0.0, 6.0 ], [ 3.47, 3.59, 0.0, 40.0, 2.0, 1.0, 0.0, 2.0, 0.0, 5.0 ], [ 3.5, 2.82, 40.0, 20.0, 1.0, 3.0, 1.0, 0.0, 0.0, 5.0 ], [ 3.46, 3.43, 80.0, 20.0, 1.0, 1.0, 2.0, 1.0, 0.0, 5.0 ], [ 3.48, 1.7, 40.0, 0.0, 2.0, 1.0, 0.0, 2.0, 0.0, 5.0 ], [ 3.6, 2.21, 75.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 4.0 ], [ 3.15, 3.01, 66.67, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 3.0 ], [ 3.55, 2.89, 33.33, 33.33, 1.0, 1.0, 1.0, 0.0, 0.0, 3.0 ], [ 3.52, 1.98, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 237, 192, 133, 119, 73, 63, 61, 61, 59, 59, 55, 49, 48, 48, 42, 40, 38, 37, 37, 36, 35, 34, 30, 30, 30, 30, 29, 29, 27, 27, 26, 20, 19, 18, 17, 17, 15, 14, 8, 8, 7, 6, 6, 5, 5, 5, 5, 4, 3, 3, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 237, 192, 133 ] ] ], "marker.color": [ [ 237, 192, 133, 119, 73, 63, 61, 61, 59, 59, 55, 49, 48, 48, 42, 40, 38, 37, 37, 36, 35, 34, 30, 30, 30, 30, 29, 29, 27, 27, 26, 20, 19, 18, 17, 17, 15, 14, 8, 8, 7, 6, 6, 5, 5, 5, 5, 4, 3, 3, 1 ], null ], "marker.sizeref": [ 0.15114795918367346, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>All</i></span><br><span style='font-size:14px'><b>Total:</b> <i>2000</i></span>" } ], "label": "All", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 42.165726, 27.766279, 40.590752, 42.230171, 40.388783, 33.040619, 40.349457, 37.769337, 45.694454, 43.326618, 39.063946, 33.729759, 39.849426, 40.298904, 35.630066, 43.933907, 41.597782, 47.400902, 44.268543, 31.169546, 32.806671, 33.856892, 39.059811, 42.011539, 38.5266, 35.747845, 35.565342, 38.313515, 34.840515, 37.66814, 40.150032, 41.12537, 38.456085, 41.680893, 38.491226, 34.969704, 43.452492, 32.741646, 61.370716, 46.921925, 44.240459, 38.905985, 44.299782, 47.528912, 44.693947, 44.045876, 21.094318, 39.318523, 42.755966 ], null ], "lon": [ [ -119.681564, -97.563461, -74.948051, -81.686783, -77.209755, -71.530106, -82.764915, -83.643074, -88.986137, -78.169968, -93.900192, -84.536095, -76.802101, -111.431221, -86.258278, -74.521011, -79.806419, -120.55899, -72.755371, -121.490494, -89.616508, -91.867805, -86.79113, -80.945007, -105.311104, -93.210526, -96.726486, -86.692345, -96.928917, -117.055374, -106.248482, -84.670067, -111.862434, -98.268082, -92.288368, -71.51178, -80.954453, -92.373123, -71.563896, -89.678696, -152.404419, -110.454353, -114.478828, -77.033418, -99.438828, -99.784012, -69.381927, -72.710686, -157.498337, -75.507141, -107.30249 ], null ], "text": [ [ "CA", "TX", "NY", "FL", "PA", "MA", "OH", "GA", "IL", "VA", "MN", "MI", "MD", "AZ", "IN", "NJ", "NC", "OR", "CT", "WA", "WI", "LA", "AL", "SC", "CO", "IA", "KS", "TN", "OK", "NV", "NM", "KY", "UT", "NE", "MO", "RI", "WV", "AR", "NH", "MS", "AK", "MT", "ID", "DC", "SD", "ND", "ME", "VT", "HI", "DE", "WY" ], null ], "customdata": [ [ [ 3.48, 3.34, 43.08, 27.69, 65.0, 0.0, 0.0, 0.0, 0.0, 65.0 ], [ 3.46, 3.19, 45.61, 21.05, 57.0, 0.0, 0.0, 0.0, 0.0, 57.0 ], [ 3.35, 3.04, 61.36, 25.0, 44.0, 0.0, 0.0, 0.0, 0.0, 44.0 ], [ 3.4, 3.35, 47.73, 43.18, 44.0, 0.0, 0.0, 0.0, 0.0, 44.0 ], [ 3.42, 3.35, 36.36, 31.82, 22.0, 0.0, 0.0, 0.0, 0.0, 22.0 ], [ 3.4, 3.55, 55.56, 27.78, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.38, 2.72, 55.56, 33.33, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.44, 2.93, 55.56, 22.22, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.45, 3.38, 38.89, 27.78, 18.0, 0.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.46, 4.71, 41.18, 5.88, 17.0, 0.0, 0.0, 0.0, 0.0, 17.0 ], [ 3.41, 3.68, 62.5, 25.0, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.51, 3.09, 43.75, 18.75, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.42, 3.63, 31.25, 37.5, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.33, 2.64, 75.0, 18.75, 16.0, 0.0, 0.0, 0.0, 0.0, 16.0 ], [ 3.44, 3.05, 26.67, 6.67, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.4, 3.5, 46.67, 13.33, 15.0, 0.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.35, 3.55, 42.86, 28.57, 14.0, 0.0, 0.0, 0.0, 0.0, 14.0 ], [ 3.39, 3.37, 57.14, 21.43, 14.0, 0.0, 0.0, 0.0, 0.0, 14.0 ], [ 3.51, 2.78, 38.46, 23.08, 13.0, 0.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.34, 3.05, 23.08, 15.38, 13.0, 0.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.55, 3.25, 36.36, 36.36, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.34, 3.76, 81.82, 9.09, 11.0, 0.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.28, 2.92, 40.0, 20.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.26, 2.95, 40.0, 30.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.29, 2.6, 40.0, 40.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0 ], [ 3.36, 2.84, 33.33, 33.33, 9.0, 0.0, 0.0, 0.0, 0.0, 9.0 ], [ 3.53, 2.62, 50.0, 0.0, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.39, 4.32, 50.0, 12.5, 8.0, 0.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.44, 3.77, 42.86, 28.57, 7.0, 0.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.47, 3.74, 33.33, 50.0, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.38, 3.19, 50.0, 16.67, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.43, 4.04, 33.33, 33.33, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.4, 1.96, 66.67, 16.67, 6.0, 0.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.37, 1.11, 40.0, 20.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.29, 2.54, 20.0, 20.0, 5.0, 0.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.46, 3.08, 25.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.43, 2.0, 25.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.2, 2.68, 25.0, 25.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.52, 3.98, 66.67, 66.67, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.56, 3.86, 33.33, 33.33, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.49, 4.52, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.54, 2.76, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.51, 3.11, 0.0, 50.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.55, 0.9, 100.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.35, 2.94, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.55, 3.89, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.03, 4.05, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.52, 1.98, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.49, 4.52, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.16, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.57, 3.28, 0.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 65, 57, 44, 44, 22, 18, 18, 18, 18, 17, 16, 16, 16, 16, 15, 15, 14, 14, 13, 13, 11, 11, 10, 10, 10, 9, 8, 8, 7, 6, 6, 6, 6, 5, 5, 4, 4, 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "NY" ], [ 65, 57, 44 ] ] ], "marker.color": [ [ 65, 57, 44, 44, 22, 18, 18, 18, 18, 17, 16, 16, 16, 16, 15, 15, 14, 14, 13, 13, 11, 11, 10, 10, 10, 9, 8, 8, 7, 6, 6, 6, 6, 5, 5, 4, 4, 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.04145408163265306, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>BAAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>620</i></span>" } ], "label": "BAAI", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.590752, 33.040619, 37.769337, 35.630066, 40.388783, 40.298904, 40.349457, 47.400902, 40.150032, 39.849426, 37.66814, 45.694454, 33.856892, 42.230171, 34.840515, 31.169546, 38.456085, 32.806671, 38.5266, 39.059811, 21.094318, 35.747845, 35.565342, 44.268543, 39.063946, 43.326618, 41.597782, 43.933907, 34.969704, 44.299782, 32.741646, 38.313515, 44.240459, 38.491226, 61.370716, 41.680893, 41.12537, 47.528912, 46.921925, 44.693947, 39.318523, 33.729759, 42.755966 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -77.209755, -83.643074, -78.169968, -79.806419, -82.764915, -74.521011, -88.986137, -121.490494, -111.862434, -86.258278, -84.670067, -93.900192, -80.945007, -71.530106, -106.248482, -91.867805, -92.288368, -86.79113, -96.726486, -105.311104, -157.498337, -86.692345, -96.928917, -89.616508, -76.802101, -84.536095, -72.755371, -120.55899, -92.373123, -99.438828, -89.678696, -117.055374, -114.478828, -80.954453, -152.404419, -71.51178, -98.268082, -99.784012, -110.454353, -69.381927, -75.507141, -111.431221, -107.30249 ], null ], "text": [ [ "CA", "TX", "FL", "NY", "PA", "GA", "VA", "NC", "OH", "NJ", "IL", "WA", "UT", "IN", "KY", "MN", "SC", "MA", "NM", "LA", "MO", "AL", "KS", "CO", "HI", "TN", "OK", "WI", "MD", "MI", "CT", "OR", "AR", "SD", "MS", "NV", "ID", "WV", "AK", "RI", "NE", "ND", "MT", "ME", "DE", "AZ", "WY" ], null ], "customdata": [ [ [ 3.43, 2.84, 69.57, 17.39, 0.0, 46.0, 0.0, 0.0, 0.0, 46.0 ], [ 3.46, 3.06, 69.44, 22.22, 0.0, 36.0, 0.0, 0.0, 0.0, 36.0 ], [ 3.45, 3.61, 40.0, 16.67, 0.0, 30.0, 0.0, 0.0, 0.0, 30.0 ], [ 3.38, 2.32, 59.09, 13.64, 0.0, 22.0, 0.0, 0.0, 0.0, 22.0 ], [ 3.51, 3.0, 38.89, 16.67, 0.0, 18.0, 0.0, 0.0, 0.0, 18.0 ], [ 3.38, 2.89, 53.33, 20.0, 0.0, 15.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.45, 3.74, 40.0, 6.67, 0.0, 15.0, 0.0, 0.0, 0.0, 15.0 ], [ 3.47, 3.0, 28.57, 14.29, 0.0, 14.0, 0.0, 0.0, 0.0, 14.0 ], [ 3.44, 3.34, 15.38, 7.69, 0.0, 13.0, 0.0, 0.0, 0.0, 13.0 ], [ 3.38, 3.3, 63.64, 18.18, 0.0, 11.0, 0.0, 0.0, 0.0, 11.0 ], [ 3.39, 3.19, 66.67, 22.22, 0.0, 9.0, 0.0, 0.0, 0.0, 9.0 ], [ 3.39, 3.06, 25.0, 12.5, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.4, 2.77, 50.0, 37.5, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.32, 3.25, 62.5, 12.5, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.42, 3.24, 50.0, 12.5, 0.0, 8.0, 0.0, 0.0, 0.0, 8.0 ], [ 3.21, 2.42, 42.86, 28.57, 0.0, 7.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.39, 2.47, 57.14, 28.57, 0.0, 7.0, 0.0, 0.0, 0.0, 7.0 ], [ 3.39, 3.58, 0.0, 50.0, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.49, 2.35, 33.33, 33.33, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.25, 3.0, 16.67, 16.67, 0.0, 6.0, 0.0, 0.0, 0.0, 6.0 ], [ 3.54, 3.26, 20.0, 40.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.23, 3.49, 60.0, 40.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.28, 2.36, 60.0, 20.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.26, 3.2, 80.0, 0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.31, 4.07, 40.0, 20.0, 0.0, 5.0, 0.0, 0.0, 0.0, 5.0 ], [ 3.54, 3.87, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.58, 2.22, 50.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.52, 3.47, 75.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.42, 2.31, 100.0, 25.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.4, 1.42, 25.0, 75.0, 0.0, 4.0, 0.0, 0.0, 0.0, 4.0 ], [ 3.25, 4.39, 66.67, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.25, 2.47, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.53, 5.88, 33.33, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.5, 3.17, 33.33, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 2.95, 2.87, 33.33, 33.33, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0 ], [ 3.4, 1.8, 0.0, 50.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.52, 3.76, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0 ], [ 3.63, 0.55, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.38, 2.57, 0.0, 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.15, 2.76, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.03, 1.37, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.38, 1.88, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.84, 1.53, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.4, 1.02, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 2.89, 2.33, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.18, 5.9, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ], [ 3.62, 2.94, 100.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 46, 36, 30, 22, 18, 15, 15, 14, 13, 11, 9, 8, 8, 8, 8, 7, 7, 6, 6, 6, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 46, 36, 30 ] ] ], "marker.color": [ [ 46, 36, 30, 22, 18, 15, 15, 14, 13, 11, 9, 8, 8, 8, 8, 7, 7, 6, 6, 6, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.029336734693877552, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>ISAI</i></span><br><span style='font-size:14px'><b>Total:</b> <i>367</i></span>" } ], "label": "ISAI", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 42.165726, 27.766279, 43.326618, 35.630066, 40.590752, 40.349457, 39.849426, 40.388783, 37.769337, 33.729759, 37.66814, 47.400902, 35.747845, 40.150032, 45.694454, 33.856892, 33.040619, 40.298904, 38.456085, 44.268543, 35.565342, 39.063946, 38.5266, 39.059811, 34.969704, 31.169546, 42.011539, 21.094318, 42.230171, 34.840515, 38.313515, 32.806671, 43.452492, 43.933907, 41.597782, 38.491226, 32.741646, 47.528912, 44.693947, 44.240459, 38.905985, 44.299782, 41.680893, 41.12537, 42.755966 ], null ], "lon": [ [ -119.681564, -97.563461, -74.948051, -81.686783, -84.536095, -79.806419, -77.209755, -88.986137, -86.258278, -82.764915, -78.169968, -111.431221, -84.670067, -121.490494, -86.692345, -111.862434, -93.900192, -80.945007, -83.643074, -74.521011, -92.288368, -89.616508, -96.928917, -76.802101, -96.726486, -105.311104, -92.373123, -91.867805, -93.210526, -157.498337, -71.530106, -106.248482, -117.055374, -86.79113, -71.563896, -120.55899, -72.755371, -80.954453, -89.678696, -99.784012, -69.381927, -114.478828, -77.033418, -99.438828, -71.51178, -98.268082, -107.30249 ], null ], "text": [ [ "CA", "TX", "NY", "FL", "MI", "NC", "PA", "IL", "IN", "OH", "VA", "AZ", "KY", "WA", "TN", "UT", "MN", "SC", "GA", "NJ", "MO", "WI", "OK", "MD", "KS", "CO", "AR", "LA", "IA", "HI", "MA", "NM", "NV", "AL", "NH", "OR", "CT", "WV", "MS", "ND", "ME", "ID", "DC", "SD", "RI", "NE", "WY" ], null ], "customdata": [ [ [ 3.45, 2.94, 40.35, 17.54, 0.0, 0.0, 57.0, 0.0, 0.0, 57.0 ], [ 3.44, 3.12, 48.72, 17.95, 0.0, 0.0, 39.0, 0.0, 0.0, 39.0 ], [ 3.37, 3.49, 60.0, 30.0, 0.0, 0.0, 30.0, 0.0, 0.0, 30.0 ], [ 3.36, 4.07, 52.17, 34.78, 0.0, 0.0, 23.0, 0.0, 0.0, 23.0 ], [ 3.31, 3.66, 35.29, 0.0, 0.0, 0.0, 17.0, 0.0, 0.0, 17.0 ], [ 3.4, 2.44, 56.25, 12.5, 0.0, 0.0, 16.0, 0.0, 0.0, 16.0 ], [ 3.32, 2.78, 60.0, 26.67, 0.0, 0.0, 15.0, 0.0, 0.0, 15.0 ], [ 3.42, 2.68, 66.67, 53.33, 0.0, 0.0, 15.0, 0.0, 0.0, 15.0 ], [ 3.42, 2.37, 40.0, 33.33, 0.0, 0.0, 15.0, 0.0, 0.0, 15.0 ], [ 3.34, 2.9, 57.14, 21.43, 0.0, 0.0, 14.0, 0.0, 0.0, 14.0 ], [ 3.42, 3.22, 23.08, 38.46, 0.0, 0.0, 13.0, 0.0, 0.0, 13.0 ], [ 3.26, 3.83, 45.45, 27.27, 0.0, 0.0, 11.0, 0.0, 0.0, 11.0 ], [ 3.5, 2.7, 50.0, 20.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.26, 2.93, 70.0, 20.0, 0.0, 0.0, 10.0, 0.0, 0.0, 10.0 ], [ 3.47, 3.47, 55.56, 11.11, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.23, 4.04, 55.56, 33.33, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.42, 3.27, 22.22, 0.0, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.46, 3.87, 66.67, 0.0, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.6, 3.61, 44.44, 22.22, 0.0, 0.0, 9.0, 0.0, 0.0, 9.0 ], [ 3.42, 2.58, 37.5, 25.0, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0 ], [ 3.38, 3.25, 50.0, 12.5, 0.0, 0.0, 8.0, 0.0, 0.0, 8.0 ], [ 3.26, 2.87, 85.71, 28.57, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0 ], [ 3.43, 3.96, 42.86, 28.57, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0 ], [ 3.34, 3.87, 71.43, 28.57, 0.0, 0.0, 7.0, 0.0, 0.0, 7.0 ], [ 3.43, 3.84, 33.33, 33.33, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0 ], [ 3.63, 3.47, 33.33, 16.67, 0.0, 0.0, 6.0, 0.0, 0.0, 6.0 ], [ 3.22, 2.5, 40.0, 0.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.41, 3.12, 0.0, 20.0, 0.0, 0.0, 5.0, 0.0, 0.0, 5.0 ], [ 3.38, 3.44, 50.0, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.32, 1.3, 50.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.41, 3.33, 25.0, 50.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.33, 3.14, 100.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.37, 2.97, 25.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.44, 2.71, 50.0, 25.0, 0.0, 0.0, 4.0, 0.0, 0.0, 4.0 ], [ 3.38, 2.45, 66.67, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.44, 4.57, 66.67, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.3, 2.03, 33.33, 33.33, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0 ], [ 3.54, 0.62, 100.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.72, 0.82, 100.0, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.5, 3.94, 100.0, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.69, 4.86, 50.0, 50.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.41, 2.55, 100.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.65, 3.52, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0 ], [ 3.64, 1.66, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ], [ 3.21, 4.52, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ], [ 3.33, 3.96, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ], [ 3.46, 2.46, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 57, 39, 30, 23, 17, 16, 15, 15, 15, 14, 13, 11, 10, 10, 9, 9, 9, 9, 9, 8, 8, 7, 7, 7, 6, 6, 5, 5, 4, 4, 4, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "NY" ], [ 57, 39, 30 ] ] ], "marker.color": [ [ 57, 39, 30, 23, 17, 16, 15, 15, 15, 14, 13, 11, 10, 10, 9, 9, 9, 9, 9, 8, 8, 7, 7, 7, 6, 6, 5, 5, 4, 4, 4, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1 ], null ], "marker.sizeref": [ 0.03635204081632653, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSM</i></span><br><span style='font-size:14px'><b>Total:</b> <i>438</i></span>" } ], "label": "MSM", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 42.165726, 40.590752, 32.806671, 40.349457, 37.769337, 47.400902, 43.326618, 35.747845, 35.630066, 42.230171, 44.268543, 33.729759, 41.597782, 38.456085, 41.12537, 40.298904, 43.933907, 38.313515, 33.040619, 40.388783, 31.169546, 42.011539, 21.094318, 35.565342, 39.063946, 37.66814, 38.5266, 39.059811, 33.856892, 40.150032, 61.370716, 46.921925, 32.741646, 44.693947, 44.240459, 34.969704, 45.694454, 47.528912, 39.849426 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -74.948051, -77.209755, -86.79113, -88.986137, -78.169968, -121.490494, -84.536095, -86.692345, -79.806419, -71.530106, -89.616508, -111.431221, -72.755371, -92.288368, -98.268082, -74.521011, -120.55899, -117.055374, -83.643074, -82.764915, -91.867805, -93.210526, -157.498337, -96.928917, -76.802101, -84.670067, -96.726486, -105.311104, -80.945007, -111.862434, -152.404419, -110.454353, -89.678696, -69.381927, -114.478828, -92.373123, -93.900192, -99.784012, -86.258278 ], null ], "text": [ [ "CA", "TX", "FL", "NY", "PA", "AL", "IL", "VA", "WA", "MI", "TN", "NC", "MA", "WI", "AZ", "CT", "MO", "NE", "NJ", "OR", "NV", "GA", "OH", "LA", "IA", "HI", "OK", "MD", "KY", "KS", "CO", "SC", "UT", "AK", "MT", "MS", "ME", "ID", "AR", "MN", "ND", "IN" ], null ], "customdata": [ [ [ 3.41, 3.71, 57.14, 25.0, 0.0, 0.0, 0.0, 28.0, 0.0, 28.0 ], [ 3.42, 2.76, 43.48, 21.74, 0.0, 0.0, 0.0, 23.0, 0.0, 23.0 ], [ 3.3, 3.0, 53.33, 13.33, 0.0, 0.0, 0.0, 15.0, 0.0, 15.0 ], [ 3.29, 3.42, 58.33, 16.67, 0.0, 0.0, 0.0, 12.0, 0.0, 12.0 ], [ 3.39, 2.83, 54.55, 18.18, 0.0, 0.0, 0.0, 11.0, 0.0, 11.0 ], [ 3.35, 3.52, 33.33, 11.11, 0.0, 0.0, 0.0, 9.0, 0.0, 9.0 ], [ 3.38, 2.61, 44.44, 44.44, 0.0, 0.0, 0.0, 9.0, 0.0, 9.0 ], [ 3.5, 3.18, 50.0, 0.0, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.49, 3.15, 62.5, 12.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.46, 3.42, 50.0, 25.0, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.41, 2.65, 62.5, 37.5, 0.0, 0.0, 0.0, 8.0, 0.0, 8.0 ], [ 3.44, 2.83, 42.86, 28.57, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0 ], [ 3.45, 3.58, 14.29, 57.14, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0 ], [ 3.4, 2.35, 42.86, 42.86, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0 ], [ 3.51, 2.29, 42.86, 0.0, 0.0, 0.0, 0.0, 7.0, 0.0, 7.0 ], [ 3.26, 3.95, 16.67, 33.33, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.65, 2.59, 33.33, 33.33, 0.0, 0.0, 0.0, 6.0, 0.0, 6.0 ], [ 3.38, 2.97, 40.0, 40.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.48, 3.29, 20.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.65, 1.52, 20.0, 40.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.53, 2.73, 60.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.44, 1.27, 40.0, 20.0, 0.0, 0.0, 0.0, 5.0, 0.0, 5.0 ], [ 3.29, 4.52, 50.0, 25.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.18, 3.3, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.28, 2.13, 75.0, 25.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.47, 3.79, 50.0, 25.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.26, 3.3, 50.0, 25.0, 0.0, 0.0, 0.0, 4.0, 0.0, 4.0 ], [ 3.31, 2.09, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.42, 3.96, 33.33, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.13, 2.78, 0.0, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.58, 3.02, 66.67, 33.33, 0.0, 0.0, 0.0, 3.0, 0.0, 3.0 ], [ 3.36, 1.36, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.39, 3.41, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.5, 3.18, 0.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.25, 0.73, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.52, 1.73, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.6, 4.68, 0.0, 100.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.43, 3.86, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.84, 1.99, 50.0, 50.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.19, 6.36, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0 ], [ 3.38, 3.48, 100.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ], [ 3.37, 4.38, 0.0, 100.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0 ] ], null ], "marker.size": [ [ 28, 23, 15, 12, 11, 9, 9, 8, 8, 8, 8, 7, 7, 7, 7, 6, 6, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 28, 23, 15 ] ] ], "marker.color": [ [ 28, 23, 15, 12, 11, 9, 9, 8, 8, 8, 8, 7, 7, 7, 7, 6, 6, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1 ], null ], "marker.sizeref": [ 0.017857142857142856, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>MSF</i></span><br><span style='font-size:14px'><b>Total:</b> <i>256</i></span>" } ], "label": "MSF", "method": "update" }, { "args": [ { "lat": [ [ 36.116203, 31.054487, 27.766279, 40.388783, 33.040619, 42.165726, 43.326618, 40.298904, 39.849426, 47.400902, 35.747845, 45.694454, 35.630066, 33.856892, 40.349457, 37.769337, 40.590752, 39.063946, 32.741646, 32.806671, 38.456085, 34.969704, 42.230171, 39.059811, 41.597782, 35.565342, 44.268543, 31.169546, 38.5266, 43.933907, 38.313515, 41.12537, 37.66814, 34.840515, 40.150032, 44.693947, 33.729759, 39.318523 ], null ], "lon": [ [ -119.681564, -97.563461, -81.686783, -82.764915, -83.643074, -74.948051, -84.536095, -74.521011, -86.258278, -121.490494, -86.692345, -93.900192, -79.806419, -80.945007, -88.986137, -78.169968, -77.209755, -76.802101, -89.678696, -86.79113, -92.288368, -92.373123, -71.530106, -105.311104, -72.755371, -96.928917, -89.616508, -91.867805, -96.726486, -120.55899, -117.055374, -98.268082, -84.670067, -106.248482, -111.862434, -69.381927, -111.431221, -75.507141 ], null ], "text": [ [ "CA", "TX", "FL", "OH", "GA", "NY", "MI", "NJ", "IN", "WA", "TN", "MN", "NC", "SC", "IL", "VA", "PA", "MD", "MS", "AL", "MO", "AR", "MA", "CO", "CT", "OK", "WI", "LA", "KS", "OR", "NV", "NE", "KY", "NM", "UT", "ME", "AZ", "DE" ], null ], "customdata": [ [ [ 3.36, 3.34, 48.78, 19.51, 0.0, 0.0, 0.0, 0.0, 41.0, 41.0 ], [ 3.44, 3.23, 59.46, 21.62, 0.0, 0.0, 0.0, 0.0, 37.0, 37.0 ], [ 3.37, 3.82, 33.33, 23.81, 0.0, 0.0, 0.0, 0.0, 21.0, 21.0 ], [ 3.35, 3.47, 50.0, 21.43, 0.0, 0.0, 0.0, 0.0, 14.0, 14.0 ], [ 3.4, 3.27, 50.0, 42.86, 0.0, 0.0, 0.0, 0.0, 14.0, 14.0 ], [ 3.46, 2.71, 63.64, 27.27, 0.0, 0.0, 0.0, 0.0, 11.0, 11.0 ], [ 3.46, 3.14, 20.0, 30.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0 ], [ 3.44, 5.22, 40.0, 10.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0 ], [ 3.41, 2.6, 66.67, 44.44, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0 ], [ 3.49, 2.84, 55.56, 33.33, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0 ], [ 3.21, 4.12, 44.44, 11.11, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0 ], [ 3.4, 3.66, 12.5, 0.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.45, 4.89, 50.0, 12.5, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.52, 3.41, 62.5, 0.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.47, 2.62, 50.0, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.32, 3.2, 37.5, 25.0, 0.0, 0.0, 0.0, 0.0, 8.0, 8.0 ], [ 3.49, 3.16, 57.14, 28.57, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.51, 3.96, 71.43, 28.57, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.43, 3.29, 57.14, 28.57, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.47, 3.51, 14.29, 14.29, 0.0, 0.0, 0.0, 0.0, 7.0, 7.0 ], [ 3.11, 2.38, 66.67, 16.67, 0.0, 0.0, 0.0, 0.0, 6.0, 6.0 ], [ 3.55, 3.11, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.56, 1.69, 60.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.49, 3.32, 20.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.57, 2.41, 60.0, 20.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.45, 5.47, 80.0, 60.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.19, 2.86, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0 ], [ 3.5, 1.54, 75.0, 50.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ], [ 3.6, 1.94, 50.0, 25.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ], [ 3.3, 3.93, 50.0, 25.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ], [ 3.36, 2.95, 33.33, 66.67, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.25, 3.86, 33.33, 33.33, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.47, 1.67, 33.33, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0 ], [ 3.18, 3.7, 50.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.35, 2.22, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.38, 4.06, 50.0, 50.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.38, 8.37, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0 ], [ 3.41, 6.71, 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ] ], null ], "marker.size": [ [ 41, 37, 21, 14, 14, 11, 10, 10, 9, 9, 9, 8, 8, 8, 8, 8, 7, 7, 7, 7, 6, 5, 5, 5, 5, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2, 1 ], null ], "cells.values": [ null, [ [ "1", "2", "3" ], [ "CA", "TX", "FL" ], [ 41, 37, 21 ] ] ], "marker.color": [ [ 41, 37, 21, 14, 14, 11, 10, 10, 9, 9, 9, 8, 8, 8, 8, 8, 7, 7, 7, 7, 6, 5, 5, 5, 5, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2, 1 ], null ], "marker.sizeref": [ 0.02614795918367347, null ] }, { "title": "<span style='font-size:20px'><b>(Fake Data) US Part-time Students</b></span><br><span style='font-size:16px'><b>Program:</b> <i>FLEX MBA</i></span><br><span style='font-size:14px'><b>Total:</b> <i>319</i></span>" } ], "label": "FLEX MBA", "method": "update" } ], "xanchor": "left", "yanchor": "top", "direction": "down" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~NaserNikandish", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-06 22:23:30", "mapbox_access_tokens": null, "has_password": null, "username": "NaserNikandish", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "