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=cD0yMDE5LTA2LTE3KzE3JTNBNTAlM0E1Mi44OTI2NDElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBNDIlM0EyNi4wMzYwNDUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTUwJTNBNTIuMDI1ODgzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T17:50:52.025883Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nprithviraj24/30.embed", "fid": "nprithviraj24:30", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nprithviraj24:30/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nprithviraj24:30/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/nprithviraj24:30/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/nprithviraj24:30/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nprithviraj24:30", "plots": "https://api.plotly.com/v2/plots/nprithviraj24:30", "parent": "https://api.plotly.com/v2/folders/home?user=nprithviraj24" }, "owner": "nprithviraj24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nprithviraj24/30/", "world_readable": true, "date_modified": "2019-06-17T17:50:52.460Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nprithviraj24/30/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "35ca81e9-5e1e-47a7-9ad8-902ca5377316", "type": "scatter", "xsrc": "nprithviraj24:31:4b4ef1", "ysrc": "nprithviraj24:31:2efac6" }, { "uid": "6ee879bb-b063-4973-a54a-630789702d8f", "type": "scatter", "xsrc": "nprithviraj24:31:4b4ef1", "ysrc": "nprithviraj24:31:7e3021" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nprithviraj24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-15 14:15:13", "mapbox_access_tokens": null, "has_password": null, "username": "nprithviraj24", "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": "2019-06-17T17:50:43.536640Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marcosc_/4473.embed", "fid": "marcosc_:4473", "filename": "plot from API (1000) (555)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/marcosc_:4473/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/marcosc_:4473/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marcosc_:4473/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/marcosc_:4473/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marcosc_:4473", "plots": "https://api.plotly.com/v2/plots/marcosc_:4473", "parent": "https://api.plotly.com/v2/folders/home?user=marcosc_" }, "owner": "marcosc_", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~marcosc_/4473/", "world_readable": true, "date_modified": "2019-06-17T17:50:44.206Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marcosc_/4473/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "marcosc_:4474:161b24", "ysrc": "marcosc_:4474:93adee" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marcosc_", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.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": "2017-05-23 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "marcosc_", "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": "2019-06-17T17:50:08.880675Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bcowden/14.embed", "fid": "bcowden:14", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bcowden:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bcowden:14/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bcowden:14/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bcowden:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bcowden:14", "plots": "https://api.plotly.com/v2/plots/bcowden:14", "parent": "https://api.plotly.com/v2/folders/home?user=bcowden" }, "owner": "bcowden", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Understanding Modes, Lacing Value Relationship", "views": 0, "web_url": "https://chart-studio.plotly.com/~bcowden/14/understanding-modes-lacing-value-relationship/", "world_readable": true, "date_modified": "2019-06-17T17:50:09.755Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bcowden/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "55c25bb2-b50e-48a2-8a5d-22e071228554", "mode": "markers", "name": "2000", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(0.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "fd13df64-8147-4190-b30e-d57d7ed0bd8a", "mode": "markers", "name": "2001", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(6.923076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "88b1b216-78ec-4a73-872b-6bf440b9215d", "mode": "markers", "name": "2002", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(13.846153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "fddda82e-433d-4a61-9d52-0590d671dc1c", "mode": "markers", "name": "2003", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(20.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "1628c59b-642b-4173-a11d-f827c024aa7f", "mode": "markers", "name": "2004", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(27.692307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "a5dee395-ed1d-4d54-87fb-3e9218cce85e", "mode": "markers", "name": "2005", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(34.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "f243b13f-824a-4d75-9e31-4a3ca6ce2060", "mode": "markers", "name": "2006", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(41.53846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "8c20514a-e4c9-4073-9045-9595fdaec4eb", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(48.46153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "d5a14704-1170-4f75-86d8-5923a6b4fc49", "mode": "markers", "name": "2008", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(55.38461538461539,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "9612c0ed-abdf-43ef-bb44-16573789ae04", "mode": "markers", "name": "2009", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(62.30769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "a88697aa-de1d-43e5-9d4e-6c4c82e0de7e", "mode": "markers", "name": "2010", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(69.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "c776fd61-dbf7-46a0-8dfc-bf7a45190261", "mode": "markers", "name": "2011", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(76.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "15fb841d-8029-440c-b702-72935a7adcc7", "mode": "markers", "name": "2012", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(83.07692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "4e336468-4097-42f1-8ac7-19af1ce9367b", "mode": "markers", "name": "2013", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(90.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "8a7193e0-1939-4a1d-9c60-97415b1461e2", "mode": "markers", "name": "2014", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(96.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "ab480fc2-10eb-4249-9f06-32feb301d514", "mode": "markers", "name": "2015", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(103.84615384615385,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "f9c979a7-602a-443d-b2e3-1c7570664b2f", "mode": "markers", "name": "2016", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(110.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "1eeeb47a-513f-4463-9b57-d875bba7dd30", "mode": "markers", "name": "2017", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(117.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "ec8bf5f3-b29f-4572-8c28-da5e288e56d9", "mode": "markers", "name": "2018", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(124.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "b8a9e331-5ddd-4875-bfe8-b586409cbc71", "mode": "markers", "name": "2019", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(131.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "d5b32ff9-7039-4f81-9be9-1f8422f13669", "mode": "markers", "name": "2020", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(138.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "95bdf387-6d9a-4f47-a923-daeac7b0ccbc", "mode": "markers", "name": "2021", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(145.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "46d8a12f-a13d-4a4a-9ab5-2382c6ee44b3", "mode": "markers", "name": "2022", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(152.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "08931189-b948-4a47-9cbd-23a09d0fa903", "mode": "markers", "name": "2023", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(159.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "479be8ad-768f-47dd-9a96-85a0b2c1bf33", "mode": "markers", "name": "2024", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(166.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "7a2b3ad8-85c7-4d13-9045-8285924062fc", "mode": "markers", "name": "2025", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(173.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "28fab4ad-adf9-4b48-9751-377a3edc8f85", "mode": "markers", "name": "2026", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(180.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "489a744e-01a0-43e1-99ae-5b1f52a9192c", "mode": "markers", "name": "2027", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(186.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "aae4a0dd-fbf9-4f21-b686-572cade2b283", "mode": "markers", "name": "2028", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(193.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "76b3a585-28a4-4128-b793-5919f91a0334", "mode": "markers", "name": "2029", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(200.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "28a412c1-2922-4fee-83cd-090201a94cdf", "mode": "markers", "name": "2030", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(207.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "5ae8237d-353d-4777-a1b7-5b4754db3b81", "mode": "markers", "name": "2031", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(214.6153846153846,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "c37075c9-8085-4dff-b447-fd567882943f", "mode": "markers", "name": "2032", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(221.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "2498b719-88bd-41b1-b34a-9943a8723098", "mode": "markers", "name": "2033", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(228.46153846153848,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "63969251-d033-4777-b25a-66f1305515bf", "mode": "markers", "name": "2034", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(235.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "e6b850ea-a19a-4c0d-9d50-9ee402a3ad1e", "mode": "markers", "name": "2035", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(242.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "6d9b9591-b8ff-422d-a1e8-ce21a980d64a", "mode": "markers", "name": "2036", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(249.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "df5625ee-58ab-4dac-8160-5a4ee832f924", "mode": "markers", "name": "2037", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(256.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "f5dc2b18-151d-44a2-b435-727db03c363f", "mode": "markers", "name": "2038", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(263.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "df0edf2e-8969-426f-927d-11a9169f6c9d", "mode": "markers", "name": "2039", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(270.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "6d5b1308-7ee1-42f7-91af-1d1da9568ce8", "mode": "markers", "name": "2040", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(276.9230769230769,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "75f2c19c-bdd8-473a-9014-2de583803258", "mode": "markers", "name": "2041", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(283.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "402fa909-dc54-44e3-8f7d-2eb3d9338529", "mode": "markers", "name": "2042", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(290.7692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "211331f9-5905-40f9-a34b-c564f74e6082", "mode": "markers", "name": "2043", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(297.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "d024ffef-8fff-4f65-8c9f-c1c65cf3e38c", "mode": "markers", "name": "2044", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(304.61538461538464,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "bc6d493c-9cc9-4e75-989f-487aa52f159c", "mode": "markers", "name": "2045", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(311.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "95a5f981-9a9e-445f-a3b4-4d19eb3e104c", "mode": "markers", "name": "2046", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(318.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "18e8da47-df75-4bb7-8d1c-92c27b62807b", "mode": "markers", "name": "2047", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(325.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "19222582-7254-4857-8e63-c2dc62140761", "mode": "markers", "name": "2048", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(332.3076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "1021cc05-85a3-4f76-a40f-c6691b0b1474", "mode": "markers", "name": "2049", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(339.2307692307692,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "ce6c1fc1-9350-47e3-97ac-94d8fe0b0677", "mode": "markers", "name": "2050", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(346.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "0314ba04-81bd-4aca-b982-9e46f30c965a", "mode": "markers", "name": "2051", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(353.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" }, { "uid": "e0fb3e86-c8d0-4fc1-878a-5699b53d8fdb", "mode": "markers", "name": "2052", "type": "scatter", "xsrc": "bcowden:15:ead4fb", "ysrc": "bcowden:15:13af25", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(360.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:15:44d525" } ], "layout": { "title": { "text": "Understanding Modes, Lacing Value Relationship" }, "xaxis": { "title": { "text": "Lacing Value Left" }, "ticklen": 5, "zeroline": false, "gridwidth": 2 }, "yaxis": { "title": { "text": "Lacing Value Right" }, "ticklen": 5, "gridwidth": 2 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bcowden", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-14 20:28:28", "mapbox_access_tokens": null, "has_password": null, "username": "bcowden", "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": "2019-06-17T17:48:57.569707Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nprithviraj24/28.embed", "fid": "nprithviraj24:28", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nprithviraj24:28/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nprithviraj24:28/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/nprithviraj24:28/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/nprithviraj24:28/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nprithviraj24:28", "plots": "https://api.plotly.com/v2/plots/nprithviraj24:28", "parent": "https://api.plotly.com/v2/folders/home?user=nprithviraj24" }, "owner": "nprithviraj24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nprithviraj24/28/", "world_readable": true, "date_modified": "2019-06-17T17:48:58.126Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nprithviraj24/28/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "be37b3ba-955a-4c70-81c9-f8dfbc1e3a3a", "type": "scatter", "xsrc": "nprithviraj24:29:470ccf", "ysrc": "nprithviraj24:29:8842ed" }, { "uid": "6c5200ff-0436-4921-8691-6d4f7e80a708", "type": "scatter", "xsrc": "nprithviraj24:29:470ccf", "ysrc": "nprithviraj24:29:060132" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nprithviraj24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-15 14:15:13", "mapbox_access_tokens": null, "has_password": null, "username": "nprithviraj24", "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": "2019-06-17T17:48:32.847044Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~remmelh/7.embed", "fid": "remmelh:7", "filename": "trip2-cred", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/remmelh:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/remmelh:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/remmelh/7/8_5PHVUZ50T0GEU2LHRYCQ9GN2HBDX4O.png", "list-thumb": "https://api.plotly.com/v2/files/remmelh:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/remmelh:7", "plots": "https://api.plotly.com/v2/plots/remmelh:7", "parent": "https://api.plotly.com/v2/folders/home?user=remmelh" }, "owner": "remmelh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~remmelh/7/", "world_readable": true, "date_modified": "2019-06-17T17:56:50.928Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~remmelh/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "C=19", "type": "surface", "zsrc": "remmelh:6:b29579", "frame": null, "colorbar": { "y": 1, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(255,112,183)" ], [ "1", "rgb(128,0,64)" ] ] }, { "name": "C=75", "type": "surface", "zsrc": "remmelh:6:72142d", "frame": null, "opacity": 0.8, "colorbar": { "y": 0.75, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(76,228,126)" ], [ "1", "rgb(15,202,77)" ] ] }, { "name": "C=100", "type": "surface", "zsrc": "remmelh:6:f57d15", "frame": null, "opacity": 0.6, "colorbar": { "y": 0.5, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(107,184,214)" ], [ "1", "rgb(0,90,124)" ] ] } ], "layout": { "scene": { "xaxis": { "title": "Legitimacy" }, "yaxis": { "title": "Salience" }, "zaxis": { "title": "Motivation" } }, "title": "Interactions at levels of credibility", "legend": { "y": 0.25, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~remmelh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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": "2019-06-17 16:56:11", "mapbox_access_tokens": null, "has_password": null, "username": "remmelh", "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": "2019-06-17T17:46:48.938978Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bcowden/12.embed", "fid": "bcowden:12", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bcowden:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bcowden:12/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bcowden:12/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bcowden:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bcowden:12", "plots": "https://api.plotly.com/v2/plots/bcowden:12", "parent": "https://api.plotly.com/v2/folders/home?user=bcowden" }, "owner": "bcowden", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Understanding Modes, Lacing Value Relationship", "views": 0, "web_url": "https://chart-studio.plotly.com/~bcowden/12/understanding-modes-lacing-value-relationship/", "world_readable": true, "date_modified": "2019-06-17T17:46:49.653Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bcowden/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7f7b3d95-6fe3-43ba-a97e-038d55fc0725", "mode": "markers", "name": "2000", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(0.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "7d264a88-96c8-47bd-bb46-8a425826ec5c", "mode": "markers", "name": "2001", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(6.923076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "fa616374-1e78-489e-afa2-0b1d02708ba2", "mode": "markers", "name": "2002", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(13.846153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "579cda84-bbc8-499f-9265-14f2689d28ea", "mode": "markers", "name": "2003", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(20.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "fc127485-4302-47f6-96c1-d07d619a13f3", "mode": "markers", "name": "2004", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(27.692307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "ece1c588-d1cc-46be-aae9-716ec369874b", "mode": "markers", "name": "2005", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(34.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "4655d5fc-a623-4483-b54c-f3b6b9545521", "mode": "markers", "name": "2006", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(41.53846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "1d6868cd-4244-4ff2-a198-7ce3b6843dd7", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(48.46153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "bc3dc8fc-eef9-4634-81c1-0de866fc94dc", "mode": "markers", "name": "2008", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(55.38461538461539,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "84882c05-635b-4378-ba19-bc57a2891754", "mode": "markers", "name": "2009", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(62.30769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "f7f755b9-a809-413a-aa1e-c20e570f9810", "mode": "markers", "name": "2010", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(69.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "8e26d748-f4ec-47fa-b053-8289f70e5137", "mode": "markers", "name": "2011", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(76.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "91cf1f10-4cf1-45df-84fe-4260475357eb", "mode": "markers", "name": "2012", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(83.07692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "16fe052f-ad17-46d7-867c-bccfc21a9b4e", "mode": "markers", "name": "2013", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(90.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "1986775f-bdec-408c-84f2-4ac51065fe6b", "mode": "markers", "name": "2014", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(96.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "9c269302-0940-41ea-b1b6-dd69c5bd5e18", "mode": "markers", "name": "2015", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(103.84615384615385,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "e3dfdea8-fbd7-4de8-ad3b-2378c4b376e7", "mode": "markers", "name": "2016", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(110.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "3c1c1e22-d055-4c29-973a-6df9b43e1433", "mode": "markers", "name": "2017", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(117.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "06d8bae7-d8bd-4989-873b-8202e4d3e784", "mode": "markers", "name": "2018", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(124.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "8b98c9c9-a1a8-4605-9da0-7ec07fae48b4", "mode": "markers", "name": "2019", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(131.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "dfea0ff3-7293-448b-89f2-d5b963dba5be", "mode": "markers", "name": "2020", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(138.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "01ae95de-8b54-4431-ac6f-2e2dac003f93", "mode": "markers", "name": "2021", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(145.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "5ad25a53-751f-4d92-a1eb-42b66f84fbe3", "mode": "markers", "name": "2022", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(152.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "b73560d4-681a-474f-a570-af5ce5545ea5", "mode": "markers", "name": "2023", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(159.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "03d9d378-6166-4eb1-abc5-580d10e538f7", "mode": "markers", "name": "2024", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(166.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "348b40c8-b8db-4325-bddb-df83a827c742", "mode": "markers", "name": "2025", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(173.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "2a979c4c-6e70-4fcc-9a71-5a2a47d8ea80", "mode": "markers", "name": "2026", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(180.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "fccdebce-29e9-4847-a5f5-ca0b5cc80d07", "mode": "markers", "name": "2027", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(186.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "23b40f6d-9770-421d-a25d-38ca7c7e2cb8", "mode": "markers", "name": "2028", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(193.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "a71c080e-c1df-4fe3-bdda-c2a94e07b32d", "mode": "markers", "name": "2029", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(200.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "fdab32dd-186d-4286-99c7-6983bb96e8a3", "mode": "markers", "name": "2030", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(207.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "9a57f93e-70a7-4b52-b39c-5e90d7d4c357", "mode": "markers", "name": "2031", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(214.6153846153846,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "b190e06b-2bad-4943-92d7-f13bed13c514", "mode": "markers", "name": "2032", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(221.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "2607d9fc-df98-46fb-ae9e-03760474f5aa", "mode": "markers", "name": "2033", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(228.46153846153848,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "1ccfe5bc-0251-4514-85ee-73c4cd97f87f", "mode": "markers", "name": "2034", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(235.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "4b401b0a-ae0d-42c0-ae59-fb9d393244ec", "mode": "markers", "name": "2035", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(242.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "50cd0ddf-63d3-43b8-96d1-b6239d6a5a70", "mode": "markers", "name": "2036", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(249.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "92422928-96f6-4f3c-b440-ee8d985f472b", "mode": "markers", "name": "2037", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(256.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "67268705-bda8-4afa-a42d-b21e05abb98d", "mode": "markers", "name": "2038", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(263.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "8d5825f3-fc9b-4c8a-82ea-275b97c76027", "mode": "markers", "name": "2039", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(270.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "1f6e6a6b-c033-4d78-991e-b10cadb79a78", "mode": "markers", "name": "2040", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(276.9230769230769,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "8ad55657-da97-4137-9359-a165a1c3c2b7", "mode": "markers", "name": "2041", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(283.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "2a2b73df-049a-41b5-a318-7c8c83d7f5ca", "mode": "markers", "name": "2042", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(290.7692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "e0f9828f-5a70-4e4a-88e3-a5d270548940", "mode": "markers", "name": "2043", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(297.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "e621e5a6-5229-42a0-a3e1-e0c027733c69", "mode": "markers", "name": "2044", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(304.61538461538464,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "a43ddc97-1d19-4dec-8370-bf351806215f", "mode": "markers", "name": "2045", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(311.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "66bd7d5e-3463-4328-adb9-52570b6284c1", "mode": "markers", "name": "2046", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(318.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "a8548bd4-5f82-47b1-9a87-e7fa96367d2a", "mode": "markers", "name": "2047", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(325.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "981f9958-cd94-48c4-bc97-e89f46c51d69", "mode": "markers", "name": "2048", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(332.3076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "1d19d24f-0e3c-4323-ae19-5c96dcd6763d", "mode": "markers", "name": "2049", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(339.2307692307692,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "4dc94c68-9335-4d83-b60a-c9992ecbaa9f", "mode": "markers", "name": "2050", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(346.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "19fdef98-11f3-492b-8836-e20ab9e7cab7", "mode": "markers", "name": "2051", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(353.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" }, { "uid": "3f2c9971-fb81-4ef4-88b5-5af80cffb327", "mode": "markers", "name": "2052", "type": "scatter", "xsrc": "bcowden:13:899507", "ysrc": "bcowden:13:f49d7a", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(360.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:13:55f279" } ], "layout": { "title": { "text": "Understanding Modes, Lacing Value Relationship" }, "xaxis": { "title": { "text": "Lacing Value Left" }, "ticklen": 5, "zeroline": false, "gridwidth": 2 }, "yaxis": { "title": { "text": "Lacing Value Right" }, "ticklen": 5, "gridwidth": 2 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bcowden", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-14 20:28:28", "mapbox_access_tokens": null, "has_password": null, "username": "bcowden", "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": "2019-06-17T17:46:25.869014Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/12.embed", "fid": "clkickEDHEC:12", "filename": "plot from API (6)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/clkickEDHEC:12/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/12/8_5D0AVFAEM7T6GHASXMEPA9D2QKD8HK.png", "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clkickEDHEC:12", "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:12", "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC" }, "owner": "clkickEDHEC", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>", "views": 0, "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/12/refugee-movement-through-manus-and-nauru-via-bryan-brussee/", "world_readable": true, "date_modified": "2019-06-17T17:46:26.305Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "clkickEDHEC:13:17c6c2", "sourcesrc": "clkickEDHEC:13:b0f808", "targetsrc": "clkickEDHEC:13:d7c5b4" }, "node": { "pad": 10, "line": { "color": "black", "width": 0.5 }, "colorsrc": "clkickEDHEC:13:e7c5df", "labelsrc": "clkickEDHEC:13:fb39b6", "thickness": 30 }, "type": "sankey", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "orientation": "h", "valueformat": ".0f" } ], "layout": { "font": { "size": 10 }, "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>", "width": 950, "height": 772 } }, "height": 772, "width": 950, "user": { "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2019-06-17 16:58:19", "mapbox_access_tokens": null, "has_password": null, "username": "clkickEDHEC", "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": "2019-06-17T17:43:55.438692Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~freddyjesus0/2.embed", "fid": "freddyjesus0:2", "filename": "time-series-simple", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/freddyjesus0:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/freddyjesus0:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/freddyjesus0/2/8_KJDR1746LYS03CMX5UB5EIUE9JYVYD.png", "list-thumb": "https://api.plotly.com/v2/files/freddyjesus0:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/freddyjesus0:2", "plots": "https://api.plotly.com/v2/plots/freddyjesus0:2", "parent": "https://api.plotly.com/v2/folders/home?user=freddyjesus0" }, "owner": "freddyjesus0", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~freddyjesus0/2/", "world_readable": true, "date_modified": "2019-06-19T14:29:38.025Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~freddyjesus0/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "98927631-b84f-4292-b935-b647600291ea", "type": "scatter", "xsrc": "freddyjesus0:3:85fbeb", "ysrc": "freddyjesus0:3:083b79" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~freddyjesus0", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 17:30:38", "mapbox_access_tokens": null, "has_password": null, "username": "freddyjesus0", "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": "2019-06-17T17:43:34.182236Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mithilsu/8.embed", "fid": "mithilsu:8", "filename": "styled-scatter", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mithilsu:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mithilsu:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/mithilsu:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/mithilsu:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mithilsu:8", "plots": "https://api.plotly.com/v2/plots/mithilsu:8", "parent": "https://api.plotly.com/v2/folders/home?user=mithilsu" }, "owner": "mithilsu", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Styled Scatter", "views": 11, "web_url": "https://chart-studio.plotly.com/~mithilsu/8/styled-scatter/", "world_readable": true, "date_modified": "2019-06-17T17:43:34.675Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mithilsu/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "95044342-2999-4bec-8b15-56f8dd8d0e59", "mode": "markers", "name": "Above", "type": "scatter", "xsrc": "mithilsu:9:04e1a3", "ysrc": "mithilsu:9:c07856", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 2 }, "size": 10, "color": "rgba(152, 0, 0, .8)" } }, { "uid": "dfc24343-6aa1-4270-9cef-642300e29136", "mode": "markers", "name": "Below", "type": "scatter", "xsrc": "mithilsu:9:8c57a6", "ysrc": "mithilsu:9:4183e6", "marker": { "line": { "width": 2 }, "size": 10, "color": "rgba(255, 182, 193, .9)" } } ], "layout": { "title": { "text": "Styled Scatter" }, "xaxis": { "zeroline": false }, "yaxis": { "zeroline": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mithilsu", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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": "2019-04-21 18:19:40", "mapbox_access_tokens": null, "has_password": null, "username": "mithilsu", "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": "2019-06-17T17:42:26.036045Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/10.embed", "fid": "clkickEDHEC:10", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/clkickEDHEC:10/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/10/8_ZOE0N4I20QZUMDBZRGM0B5ZLMMAAFB.png", "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clkickEDHEC:10", "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:10", "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC" }, "owner": "clkickEDHEC", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>", "views": 0, "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/10/refugee-movement-through-manus-and-nauru-via-bryan-brussee/", "world_readable": true, "date_modified": "2019-06-17T17:42:26.456Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "clkickEDHEC:11:cbcac2", "sourcesrc": "clkickEDHEC:11:9809e7", "targetsrc": "clkickEDHEC:11:7bbc45" }, "node": { "pad": 10, "line": { "color": "black", "width": 0.5 }, "colorsrc": "clkickEDHEC:11:4792c1", "labelsrc": "clkickEDHEC:11:d6637d", "thickness": 30 }, "type": "sankey", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "orientation": "h", "valueformat": ".0f" } ], "layout": { "font": { "size": 10 }, "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>", "width": 950, "height": 772 } }, "height": 772, "width": 950, "user": { "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2019-06-17 16:58:19", "mapbox_access_tokens": null, "has_password": null, "username": "clkickEDHEC", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "