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=cD0yMDE5LTA2LTE3KzE4JTNBMDIlM0E1Ni42MzAwOTElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBNTclM0E0MC4xMzYxMTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOCUzQTAyJTNBNTUuMDA2MzcwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T18:02:55.006370Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bcowden/24.embed", "fid": "bcowden:24", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bcowden:24/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bcowden:24/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bcowden:24/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bcowden:24/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bcowden:24", "plots": "https://api.plotly.com/v2/plots/bcowden:24", "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/24/understanding-modes-lacing-value-relationship/", "world_readable": true, "date_modified": "2019-06-17T18:02:55.917Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bcowden/24/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8ee92069-0586-40ce-a0d1-f82b0484d1f3", "mode": "markers", "name": "2000", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(0.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "3af19921-af2a-4d6b-852c-56738c44cf4a", "mode": "markers", "name": "2001", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(6.923076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "045f25cd-e755-4376-8c44-4c7bfd858076", "mode": "markers", "name": "2002", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(13.846153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "4083f765-2c57-47bc-8b08-ef6b3ca3bb71", "mode": "markers", "name": "2003", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(20.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "ddf96051-01cb-416f-83e3-8f9fb5cbdca4", "mode": "markers", "name": "2004", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(27.692307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "a00d5f0d-d335-4d2f-85d7-fe0c6dc540a3", "mode": "markers", "name": "2005", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(34.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "53e9902d-07fc-4ee5-ac91-314b119b0c0f", "mode": "markers", "name": "2006", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(41.53846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "d6e37b44-9588-4fbf-ad45-11a451089466", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(48.46153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "5f2ac59f-f85c-4e7f-87bc-0d7f42759154", "mode": "markers", "name": "2008", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(55.38461538461539,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "2ca59808-9053-4650-9304-55ebf0419bf4", "mode": "markers", "name": "2009", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(62.30769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "a04f4519-9d0a-49ab-aa59-5cd0aeda0390", "mode": "markers", "name": "2010", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(69.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "7f8f8023-fa05-4352-bdf1-851c546ff865", "mode": "markers", "name": "2011", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(76.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "ddabc025-da86-41b5-944b-60e12f75c47e", "mode": "markers", "name": "2012", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(83.07692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "78e77842-6355-4b5a-a5e2-85241e18a6fe", "mode": "markers", "name": "2013", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(90.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "89dff053-26f5-479d-8559-96bd15ac54c6", "mode": "markers", "name": "2014", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(96.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "6e85078a-f5c4-4042-b397-05e3641f2507", "mode": "markers", "name": "2015", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(103.84615384615385,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "64c0bf04-426b-41f7-8d21-d10c0859773f", "mode": "markers", "name": "2016", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(110.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "af206fac-5740-42ff-aa61-ef20267d3a50", "mode": "markers", "name": "2017", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(117.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "84dbf673-dcf2-4e6a-9853-ee8891c26c91", "mode": "markers", "name": "2018", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(124.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "28be1f4a-decd-4b71-88ab-61546b6aafcd", "mode": "markers", "name": "2019", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(131.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "026146b6-88f8-4ee0-be97-c5ddd4a49bbc", "mode": "markers", "name": "2020", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(138.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "62b4298b-c422-4057-9c78-6ce4264b9c0b", "mode": "markers", "name": "2021", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(145.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "f1654eef-1170-45fd-8c78-997500b6625b", "mode": "markers", "name": "2022", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(152.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "0d88dfa8-e442-4129-b509-f3241dcfe262", "mode": "markers", "name": "2023", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(159.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "f51a70fd-5930-4190-a483-0a45dc30095f", "mode": "markers", "name": "2024", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(166.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "6fae3253-a458-46c5-b532-359d123ce6c2", "mode": "markers", "name": "2025", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(173.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "4b14953b-33b7-4b34-9bdb-2b3713afe182", "mode": "markers", "name": "2026", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(180.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "483e1a12-4324-4954-a2d9-f79d8a64af86", "mode": "markers", "name": "2027", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(186.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "194640ee-e2ad-4a29-a84e-1e8d91884ea6", "mode": "markers", "name": "2028", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(193.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "b0acf436-698a-4610-bc22-89ced0a72dcf", "mode": "markers", "name": "2029", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(200.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "bd8cf26b-e41d-4168-aa75-a3ac359a839b", "mode": "markers", "name": "2030", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(207.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "99143718-aefe-48fb-9f9b-e6580b770363", "mode": "markers", "name": "2031", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(214.6153846153846,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "12fd192f-95fc-40e5-b187-4b228192d5d2", "mode": "markers", "name": "2032", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(221.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "a1f7f971-a5cd-48e7-b809-93c17ae6af57", "mode": "markers", "name": "2033", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(228.46153846153848,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "5653933f-bb4a-4a25-81b1-f3209213a38e", "mode": "markers", "name": "2034", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(235.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "1b78a919-3076-4e6f-8475-00a66cbc0444", "mode": "markers", "name": "2035", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(242.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "fe79c126-9f28-4e89-a72b-d99bb93aec97", "mode": "markers", "name": "2036", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(249.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "1b79bccf-25a4-4da2-bcc1-e4abe0d255e7", "mode": "markers", "name": "2037", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(256.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "a28bd080-3d24-45b8-9934-89c274f8fa66", "mode": "markers", "name": "2038", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(263.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "db5a5c75-7b8a-451b-9a29-e2cd11d1b129", "mode": "markers", "name": "2039", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(270.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "ac31f499-fe3c-4e31-86e3-0d9bcdd40337", "mode": "markers", "name": "2040", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(276.9230769230769,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "30248eaf-aae1-47dc-92aa-f4cc3367c7bd", "mode": "markers", "name": "2041", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(283.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "a081a0f6-2782-446b-957f-9628440a7485", "mode": "markers", "name": "2042", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(290.7692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "5c36eece-d1e7-435b-8a01-aa858b56ebf0", "mode": "markers", "name": "2043", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(297.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "c7a82e68-ac41-429a-9e37-215b150f9792", "mode": "markers", "name": "2044", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(304.61538461538464,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "72b4dd06-7726-4245-8580-f34f4a3a4267", "mode": "markers", "name": "2045", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(311.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "9ac39887-e78c-44db-b542-c17d8b182549", "mode": "markers", "name": "2046", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(318.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "d2c4596a-0ea8-4b68-b43f-0c989cb5f730", "mode": "markers", "name": "2047", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(325.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "7c435c09-0d02-4db7-a90c-5333e7fd31e9", "mode": "markers", "name": "2048", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(332.3076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "d99291bc-64a5-4496-a6c9-f8cbfc27a2a2", "mode": "markers", "name": "2049", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(339.2307692307692,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "f3b5c791-ded8-42ab-9d3d-2e2d7c96beae", "mode": "markers", "name": "2050", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(346.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "5387c3a5-c9a8-4107-ab54-f3d1a518d51f", "mode": "markers", "name": "2051", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(353.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" }, { "uid": "054d9535-ce40-483a-9f95-7febcfc34218", "mode": "markers", "name": "2052", "type": "scatter", "xsrc": "bcowden:25:85f736", "ysrc": "bcowden:25:4dbb9b", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(360.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:25:1f84a6" } ], "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-17T18:01:34.973499Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~victor.celleguin/216.embed", "fid": "victor.celleguin:216", "filename": "plus_onepage", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/victor.celleguin:216/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/victor.celleguin:216/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/victor.celleguin:216/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/victor.celleguin:216/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/victor.celleguin:216", "plots": "https://api.plotly.com/v2/plots/victor.celleguin:216", "parent": "https://api.plotly.com/v2/folders/victor.celleguin:174" }, "owner": "victor.celleguin", "parent": 174, "preview": "", "referencers": [], "references": [], "title": "Curva de Capital LÃquido", "views": 25, "web_url": "https://chart-studio.plotly.com/~victor.celleguin/216/curva-de-capital-liquido/", "world_readable": true, "date_modified": "2019-06-17T19:53:45.968Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~victor.celleguin/216/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2cc1dc9c-0b47-46e2-aca0-225ab65da750", "name": "Backtest", "type": "scatter", "xsrc": "victor.celleguin:217:3f2eab", "ysrc": "victor.celleguin:217:1e7e8f" } ], "layout": { "title": { "text": "Curva de Capital LÃquido" }, "legend": { "orientation": "h" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~victor.celleguin", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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-04 18:27:15", "mapbox_access_tokens": null, "has_password": null, "username": "victor.celleguin", "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:59:56.277527Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sally97/18.embed", "fid": "sally97:18", "filename": "stacked histogram", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sally97:18/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/sally97:18/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/18/8_DWUOAUSL15CM04KSQWU6KEKUXYKRV2.png", "list-thumb": "https://api.plotly.com/v2/files/sally97:18/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sally97:18", "plots": "https://api.plotly.com/v2/plots/sally97:18", "parent": "https://api.plotly.com/v2/folders/home?user=sally97" }, "owner": "sally97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sally97/18/", "world_readable": true, "date_modified": "2019-06-17T17:59:56.736Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sally97/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "54065164-11a7-494c-9672-3bb4eb0c4186", "type": "histogram", "xsrc": "sally97:19:a5b21f" }, { "uid": "f7f09a25-b707-4797-b541-61f31806f10d", "type": "histogram", "xsrc": "sally97:19:2ed5d5" } ], "layout": { "barmode": "stack" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sally97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-04 10:19:54", "mapbox_access_tokens": null, "has_password": null, "username": "sally97", "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:58:56.655015Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SRGARRITY/24.embed", "fid": "SRGARRITY:24", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/SRGARRITY:24/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/SRGARRITY:24/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/SRGARRITY:24/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/SRGARRITY:24/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SRGARRITY:24", "plots": "https://api.plotly.com/v2/plots/SRGARRITY:24", "parent": "https://api.plotly.com/v2/folders/home?user=SRGARRITY" }, "owner": "SRGARRITY", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~SRGARRITY/24/", "world_readable": true, "date_modified": "2019-06-17T17:58:57.309Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SRGARRITY/24/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7c8dabd1-cc16-4c33-a512-07fe22973716", "type": "scatter", "ysrc": "SRGARRITY:25:bdf94c" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~SRGARRITY", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-10 21:15:04", "mapbox_access_tokens": null, "has_password": null, "username": "SRGARRITY", "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:58:33.811093Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67124.embed", "fid": "amper:67124", "filename": "06-17-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67124/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:67124/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:67124/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67124/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67124", "plots": "https://api.plotly.com/v2/plots/amper:67124", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-17-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67124/_06-17-19-ds-1640-alg-5421-param-1248-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T17:58:35.093Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67124/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "33d10471-6397-444b-b4a7-0021c9ab342e", "mode": "lines", "name": "Off", "type": "scattergl", "xsrc": "amper:67125:9fa476", "ysrc": "amper:67125:75135f", "marker": { "line": { "color": "rgb(248, 19, 0)", "width": 1 }, "size": 1, "color": "rgb(248, 19, 0)" } }, { "uid": "334d6c28-f115-409a-95d3-0fab231a079d", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67125:9fa476", "ysrc": "amper:67125:761ab1", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "a8076f22-4831-4b1c-afd5-9ef308c25d9d", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:67125:9fa476", "ysrc": "amper:67125:24d70a", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "06-17-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:58:26.940275Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ZekaCool/0.embed", "fid": "ZekaCool:0", "filename": "mpl-multi-histogram", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ZekaCool:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ZekaCool:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/ZekaCool:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ZekaCool:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ZekaCool:0", "plots": "https://api.plotly.com/v2/plots/ZekaCool:0", "parent": "https://api.plotly.com/v2/folders/home?user=ZekaCool" }, "owner": "ZekaCool", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ZekaCool/0/", "world_readable": true, "date_modified": "2019-06-17T17:58:27.420Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ZekaCool/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "878ca11f-036a-4b64-98f2-173fc7f07391", "type": "bar", "xsrc": "ZekaCool:1:b73f20", "ysrc": "ZekaCool:1:07eafe", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#1F77B4" }, "opacity": 1, "orientation": "v" }, { "uid": "4166cb43-1f1a-4dc8-9a5d-0ac63a728bf6", "type": "bar", "xsrc": "ZekaCool:1:047681", "ysrc": "ZekaCool:1:a2b68c", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#FF7F0E" }, "opacity": 1, "orientation": "v" }, { "uid": "11733ff5-0ccb-4125-bc6e-ce48be5763dc", "type": "bar", "xsrc": "ZekaCool:1:801338", "ysrc": "ZekaCool:1:05a2b6", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#2CA02C" }, "opacity": 1, "orientation": "v" }, { "uid": "d84feb65-95ae-4f85-91b5-3dd437adc1f6", "type": "bar", "xsrc": "ZekaCool:1:d98aea", "ysrc": "ZekaCool:1:ad6895", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#D62728" }, "opacity": 1, "orientation": "v" }, { "uid": "58e25ae8-caea-44a1-92ad-badc071ae0da", "type": "bar", "xsrc": "ZekaCool:1:823a98", "ysrc": "ZekaCool:1:df5c5f", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#9467BD" }, "opacity": 1, "orientation": "v" }, { "uid": "b2672d96-c926-488e-a448-24ea0e275c01", "type": "bar", "xsrc": "ZekaCool:1:6d1834", "ysrc": "ZekaCool:1:05a2b6", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#8C564B" }, "opacity": 1, "orientation": "v" }, { "uid": "1ae0ac46-73e3-4591-8dbc-f05bfa5c72cf", "type": "bar", "xsrc": "ZekaCool:1:b5feb7", "ysrc": "ZekaCool:1:7d99bf", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#E377C2" }, "opacity": 1, "orientation": "v" }, { "uid": "007240ae-2b1a-411b-9ee5-1398cd7592e6", "type": "bar", "xsrc": "ZekaCool:1:7c9beb", "ysrc": "ZekaCool:1:962ba0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#7F7F7F" }, "opacity": 1, "orientation": "v" }, { "uid": "78b0795b-f9b2-4bc3-9628-51f8d5965699", "type": "bar", "xsrc": "ZekaCool:1:5edab5", "ysrc": "ZekaCool:1:3bfc8e", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#BCBD22" }, "opacity": 1, "orientation": "v" }, { "uid": "17c9448d-32d6-45a3-a2e7-f0505d5bba7e", "type": "bar", "xsrc": "ZekaCool:1:94862e", "ysrc": "ZekaCool:1:27134b", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#17BECF" }, "opacity": 1, "orientation": "v" }, { "uid": "79f822ba-3dbf-4eb2-a4cb-061013d83ce0", "type": "bar", "xsrc": "ZekaCool:1:3716a3", "ysrc": "ZekaCool:1:9c12e1", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "#1F77B4" }, "opacity": 1, "orientation": "v" } ], "layout": { "width": 432, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.03899690595631473, 1.0389175721808435 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 8, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.0, 890.4 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 10, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "bargap": 0.09271991631808915, "height": 288, "margin": { "b": 36, "l": 54, "r": 43, "t": 34, "pad": 0 }, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": 288, "width": 432, "user": { "profile_url": "https://chart-studio.plotly.com/~ZekaCool", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 17:52:24", "mapbox_access_tokens": null, "has_password": null, "username": "ZekaCool", "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:58:07.832416Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bcowden/22.embed", "fid": "bcowden:22", "filename": "plot from API (8)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bcowden:22/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bcowden:22/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bcowden:22/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bcowden:22/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bcowden:22", "plots": "https://api.plotly.com/v2/plots/bcowden:22", "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/22/understanding-modes-lacing-value-relationship/", "world_readable": true, "date_modified": "2019-06-17T17:58:08.531Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bcowden/22/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9905df4d-4a13-4926-af08-ddd866fdbc11", "mode": "markers", "name": "2000", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(0.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "31a33eac-e4d0-4cc6-bae0-1542846f55e1", "mode": "markers", "name": "2001", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(6.923076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "9b6b6799-a8bc-43f1-8583-1187562b5977", "mode": "markers", "name": "2002", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(13.846153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "b7e28062-e6ea-493a-b4df-19e11a372730", "mode": "markers", "name": "2003", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(20.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4a2649c4-c94f-4096-9489-797ad972a354", "mode": "markers", "name": "2004", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(27.692307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4275aed4-d0df-4f53-9ce5-cf5f75b6de42", "mode": "markers", "name": "2005", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(34.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "8e3cea01-416f-40f6-8054-232eb2535dd3", "mode": "markers", "name": "2006", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(41.53846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "a864dfa1-390d-4c9a-ab20-6d70a9712894", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(48.46153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "3ae5a450-a64b-46bb-8558-59e4a4bc8a2c", "mode": "markers", "name": "2008", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(55.38461538461539,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "323d9dd5-ac20-41c4-8fda-5256d4214572", "mode": "markers", "name": "2009", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(62.30769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "2f10bb3d-2142-464e-80c8-319b50caf642", "mode": "markers", "name": "2010", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(69.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "f2076ecb-391f-4127-aa92-dcb6fa361558", "mode": "markers", "name": "2011", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(76.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4e6f4e48-0947-40c6-84a3-8db1a0aa03a5", "mode": "markers", "name": "2012", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(83.07692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "cd71932a-cfbe-47e0-a18f-9bcae7a565b0", "mode": "markers", "name": "2013", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(90.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "b376e2df-6e97-4ced-8420-952efeaeed11", "mode": "markers", "name": "2014", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(96.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "eeb8cc3e-75e0-41b5-869d-ea7f4ec197f5", "mode": "markers", "name": "2015", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(103.84615384615385,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4e372656-5adf-43c6-b604-322dcde0d0c1", "mode": "markers", "name": "2016", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(110.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "6133d354-c611-4c5b-b0e2-d9e9a631cd51", "mode": "markers", "name": "2017", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(117.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "5f7fa649-ecc6-4724-86cd-59a6cb73b6fb", "mode": "markers", "name": "2018", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(124.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "30e0c458-898e-48c8-a8e7-738a5626418f", "mode": "markers", "name": "2019", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(131.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "74549896-362a-4d04-86e0-8b40b07ca28a", "mode": "markers", "name": "2020", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(138.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "d455b647-5352-4a20-ad43-bcb09579a4ad", "mode": "markers", "name": "2021", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(145.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "e802a523-125d-4b84-ba00-a242e87754d8", "mode": "markers", "name": "2022", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(152.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "816ee675-6476-49e6-af8e-8b2c4674cc91", "mode": "markers", "name": "2023", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(159.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "fb9ca523-3c71-4241-a243-3bad68e14338", "mode": "markers", "name": "2024", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(166.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4a38e1df-aaf9-45fe-b80c-1c8eba2f24dc", "mode": "markers", "name": "2025", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(173.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "47e84a74-521c-4d9e-892e-f351c75257df", "mode": "markers", "name": "2026", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(180.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "ff821d67-b926-419e-a41c-1b9b55fb2fba", "mode": "markers", "name": "2027", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(186.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "5a2c802e-6acc-4a7a-874b-46a06d7c985e", "mode": "markers", "name": "2028", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(193.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "2313b4ad-9820-4eb0-8f2b-784f820a1d3f", "mode": "markers", "name": "2029", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(200.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "c8e3277b-f757-4bd2-84bf-b302d3783737", "mode": "markers", "name": "2030", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(207.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "5f501e3a-c2c1-4cc5-8ec0-d0309294df97", "mode": "markers", "name": "2031", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(214.6153846153846,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "62213e75-552d-4a69-b365-70e8f6a4c90f", "mode": "markers", "name": "2032", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(221.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "63b1423e-fe8f-4285-af31-bba5d1905135", "mode": "markers", "name": "2033", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(228.46153846153848,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "cfc62e67-7def-4930-ba56-740855524b94", "mode": "markers", "name": "2034", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(235.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "0f4c7778-0b29-44bc-a4b8-88fd9048b7b3", "mode": "markers", "name": "2035", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(242.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "1258f3ce-d461-43cf-b3c4-e8b99b489cc2", "mode": "markers", "name": "2036", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(249.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "cbbf750e-bf95-4abd-bd78-ad7dfbc4d1f7", "mode": "markers", "name": "2037", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(256.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "bb4e0932-a987-4f94-a27d-a9713a9f15d3", "mode": "markers", "name": "2038", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(263.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "987e79a4-5a23-4975-8602-8b2feacb2f0c", "mode": "markers", "name": "2039", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(270.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "5f8a1bcf-51d0-46bc-b328-582d04333c64", "mode": "markers", "name": "2040", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(276.9230769230769,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "8cdf308a-739b-4320-af67-40f4bec5217e", "mode": "markers", "name": "2041", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(283.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "c0bcec99-e0b8-456d-89a8-51abd0de1e1f", "mode": "markers", "name": "2042", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(290.7692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "e7bdb8d7-62ff-4874-994a-10b031e371e5", "mode": "markers", "name": "2043", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(297.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "4e8ae090-faf7-4f81-a2ac-ff211806d9ed", "mode": "markers", "name": "2044", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(304.61538461538464,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "b1400513-ef39-49c8-9477-d4ad6b41e4c4", "mode": "markers", "name": "2045", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(311.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "1c11c401-c7b8-40aa-8661-2b92e4b9fb02", "mode": "markers", "name": "2046", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(318.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "69a632df-d66e-445c-a037-bc8fd9642964", "mode": "markers", "name": "2047", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(325.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "a8901e67-4674-4a22-91f8-61e0effbd847", "mode": "markers", "name": "2048", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(332.3076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "deff26d0-3794-4b93-adea-5e2784f6e925", "mode": "markers", "name": "2049", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(339.2307692307692,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "e9757e09-20c8-4c55-bc6a-f9181f65ac19", "mode": "markers", "name": "2050", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(346.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "ab7113fa-4f49-4da9-b627-73f47710b155", "mode": "markers", "name": "2051", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(353.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" }, { "uid": "62596fbb-c4de-48ce-8e84-d5d6cdac915d", "mode": "markers", "name": "2052", "type": "scatter", "xsrc": "bcowden:23:8f6cc0", "ysrc": "bcowden:23:be631e", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(360.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:23:98ce8b" } ], "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:58:06.984787Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67122.embed", "fid": "amper:67122", "filename": "06-16-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67122/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:67122/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:67122/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67122/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67122", "plots": "https://api.plotly.com/v2/plots/amper:67122", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-16-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67122/_06-16-19-ds-1640-alg-5421-param-1248-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T17:58:08.000Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67122/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3a1d9942-c6a7-4cff-96e5-c3df3441f561", "mode": "lines", "name": "Off", "type": "scattergl", "xsrc": "amper:67123:905664", "ysrc": "amper:67123:29797b", "marker": { "line": { "color": "rgb(248, 19, 0)", "width": 1 }, "size": 1, "color": "rgb(248, 19, 0)" } } ], "layout": { "title": "06-16-19_ds-1640_alg-5421_param-1248_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:57:46.565750Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jdimond/1.embed", "fid": "jdimond:1", "filename": "ctg4024", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jdimond:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jdimond:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jdimond:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jdimond:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jdimond:1", "plots": "https://api.plotly.com/v2/plots/jdimond:1", "parent": "https://api.plotly.com/v2/folders/home?user=jdimond" }, "owner": "jdimond", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~jdimond/1/", "world_readable": true, "date_modified": "2019-06-17T17:57:46.585Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jdimond/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fa2df6a7-90ec-468c-adeb-7439bb8aa734", "mode": "lines+markers", "name": "asym1", "type": "scatter", "xsrc": "jdimond:0:f5fdeb", "ysrc": "jdimond:0:5ed4db", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" }, { "uid": "095fcf42-d0d8-4646-9517-16733c7766e4", "mode": "lines+markers", "name": "sym1", "type": "scatter", "xsrc": "jdimond:0:1cb87d", "ysrc": "jdimond:0:2b8646", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" }, { "uid": "0eeceff1-a393-497c-bad2-120915f092e2", "mode": "lines+markers", "name": "asym2", "type": "scatter", "xsrc": "jdimond:0:8daef3", "ysrc": "jdimond:0:3f55a3", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" }, { "uid": "9ce4e736-a82e-4a61-a023-d875ae4ef5bf", "mode": "lines+markers", "name": "sym2", "type": "scatter", "xsrc": "jdimond:0:e81ba1", "ysrc": "jdimond:0:c360f0", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" }, { "uid": "dc3e7317-d15e-43f8-95d3-c4e1c1e9b592", "mode": "lines+markers", "name": "asym3", "type": "scatter", "xsrc": "jdimond:0:28958e", "ysrc": "jdimond:0:9305ef", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" }, { "uid": "1c7396e9-97b5-4e66-b94f-a973ab6bffb8", "mode": "lines+markers", "name": "sym3", "type": "scatter", "xsrc": "jdimond:0:93c482", "ysrc": "jdimond:0:264980", "xaxis": "x", "yaxis": "y", "hoverinfo": "name" } ], "frames": [], "layout": { "title": { "text": "ctg4024:3000-8000" }, "xaxis": { "type": "linear", "range": [ 2726.540563620837, 8031.459436379163 ], "anchor": "y2", "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.07430061435805521, 1.0743006143580551 ], "anchor": "free", "domain": [ 0.212, 1 ], "position": 0, "autorange": true }, "yaxis2": { "anchor": "x", "domain": [ 0, 0.152 ] }, "barmode": "overlay", "autosize": true, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jdimond", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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 17:50:42", "mapbox_access_tokens": null, "has_password": null, "username": "jdimond", "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:57:40.136115Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bcowden/20.embed", "fid": "bcowden:20", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bcowden:20/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bcowden:20/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bcowden:20/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bcowden:20/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bcowden:20", "plots": "https://api.plotly.com/v2/plots/bcowden:20", "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/20/understanding-modes-lacing-value-relationship/", "world_readable": true, "date_modified": "2019-06-17T17:57:40.787Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bcowden/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9a6a73d8-5b8e-4d85-aa45-ec4a038310cc", "mode": "markers", "name": "2000", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(0.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "6ced5f40-1995-4629-948b-90feebca660a", "mode": "markers", "name": "2001", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(6.923076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "35fc38f4-9a6f-49a2-a12e-6f127b81207c", "mode": "markers", "name": "2002", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(13.846153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "f977a637-8889-43bc-a743-c41b92d93e1b", "mode": "markers", "name": "2003", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(20.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "749e16df-047e-4fb5-9dc0-0daab229261a", "mode": "markers", "name": "2004", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(27.692307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "e3c8de19-35d1-4726-9527-7ff5e7c1c09e", "mode": "markers", "name": "2005", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(34.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "fe4173b0-197f-4bdb-bfc5-43a785d3831c", "mode": "markers", "name": "2006", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(41.53846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "261c999e-b3a6-48e1-863e-dee3397ad83f", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(48.46153846153847,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "f844d6d3-160e-44f9-9c48-bae926952c04", "mode": "markers", "name": "2008", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(55.38461538461539,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "f5ba8dac-f9cb-4ad9-ba05-ae528a4a7780", "mode": "markers", "name": "2009", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(62.30769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "1899a782-9231-48cd-babb-b94c8346c632", "mode": "markers", "name": "2010", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(69.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "bd737811-f339-4f80-82c3-ca91a3f181ac", "mode": "markers", "name": "2011", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(76.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "02614ffc-5645-48f7-8b42-571dc41ae486", "mode": "markers", "name": "2012", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(83.07692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "5fd9e0aa-109d-490f-bc58-e53a8dfd52d0", "mode": "markers", "name": "2013", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(90.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "9a56ff87-5d57-4912-b3d7-f2049a7fd2d5", "mode": "markers", "name": "2014", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(96.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "8683ae28-5f79-4a9f-b9ac-761e05e1b3f9", "mode": "markers", "name": "2015", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(103.84615384615385,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "f78a4f88-9f08-45c6-a058-dc53ba37c21e", "mode": "markers", "name": "2016", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(110.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "4160a0d6-d704-437b-9322-27b813d7b3c3", "mode": "markers", "name": "2017", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(117.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "aa492918-7097-4a3f-81c4-2ec9762f2181", "mode": "markers", "name": "2018", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(124.61538461538461,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "91d45b1e-8909-4a06-bca6-fe3a09e3ebeb", "mode": "markers", "name": "2019", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(131.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "380f1a16-521f-42b8-bf42-4190dc24033b", "mode": "markers", "name": "2020", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(138.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "9339e85d-3dd3-427b-a190-322db716bde7", "mode": "markers", "name": "2021", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(145.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "94e38cba-c1f4-4b57-8ee9-20dd43a2dc8c", "mode": "markers", "name": "2022", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(152.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "41f9ac62-f0f5-4439-8447-387033dcdce7", "mode": "markers", "name": "2023", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(159.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "fe9deb37-8e5a-4f72-918b-34bb0d95306c", "mode": "markers", "name": "2024", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(166.15384615384616,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "9c1fd11a-b94a-4cc2-8f8d-59ab5148e40e", "mode": "markers", "name": "2025", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(173.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "ce66d14b-ad86-4134-b8c8-e4bb49b212e9", "mode": "markers", "name": "2026", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(180.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "e5df319f-7807-40c6-a00c-7ceee6c55f66", "mode": "markers", "name": "2027", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(186.92307692307693,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "885983f2-6076-4747-b4de-bffecf1f9ca2", "mode": "markers", "name": "2028", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(193.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "8016a280-5d99-496b-8865-d8c52c716346", "mode": "markers", "name": "2029", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(200.76923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "4f6cd397-c2f2-4f1f-b775-fa310f2b0ac5", "mode": "markers", "name": "2030", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(207.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "96f8b1b5-d076-4a6c-80ea-424d2d136508", "mode": "markers", "name": "2031", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(214.6153846153846,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "bba2edaf-f4d5-418d-b1b4-025f012c2d5a", "mode": "markers", "name": "2032", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(221.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "bdbc7b49-8865-4c20-ae78-396ff580f414", "mode": "markers", "name": "2033", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(228.46153846153848,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "723ba20f-f950-4368-8026-2f53ad548084", "mode": "markers", "name": "2034", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(235.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "31cf180d-2329-4d4e-98d3-912fa6a9a52b", "mode": "markers", "name": "2035", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(242.30769230769232,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "a561f9c2-cfab-425e-bbce-bd640728081e", "mode": "markers", "name": "2036", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(249.23076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "5ef42dca-df53-4306-ada8-e039138d2036", "mode": "markers", "name": "2037", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(256.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "541c6002-62de-41b0-a332-11713da1a64d", "mode": "markers", "name": "2038", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(263.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "e9c23d1a-bb66-460c-9aea-8b858c174cdc", "mode": "markers", "name": "2039", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(270.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "d4965e85-f049-4617-854d-643373234fcf", "mode": "markers", "name": "2040", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(276.9230769230769,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "08bae8ad-ee5b-4318-b371-24b8e240c1e0", "mode": "markers", "name": "2041", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(283.84615384615387,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "1a60a466-0fff-4d2d-a93a-4add851b1183", "mode": "markers", "name": "2042", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(290.7692307692308,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "37d264ca-93ca-41b7-ba06-a5766c13b546", "mode": "markers", "name": "2043", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(297.6923076923077,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "4bddaccf-aa6c-47f3-b58c-18a2c6efee55", "mode": "markers", "name": "2044", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(304.61538461538464,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "9e13603e-68e4-4ead-b47b-0b15d8d2adb5", "mode": "markers", "name": "2045", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(311.53846153846155,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "26733a2b-7a58-47f2-ad33-59a57a1e1696", "mode": "markers", "name": "2046", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(318.46153846153845,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "7b1facbb-9553-419f-b0d1-3e49ab4a142f", "mode": "markers", "name": "2047", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(325.3846153846154,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "4f2de451-fba1-42b8-91ff-3a515551708d", "mode": "markers", "name": "2048", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(332.3076923076923,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "7acf0fa7-48ce-40cb-9467-af7d1af45767", "mode": "markers", "name": "2049", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(339.2307692307692,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "2cfa3f46-bd9f-45c3-8e32-fc679294935e", "mode": "markers", "name": "2050", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(346.1538461538462,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "7e9eb750-29e5-47de-97d2-f6d27ec3d171", "mode": "markers", "name": "2051", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(353.0769230769231,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" }, { "uid": "671a0de2-71e8-4609-b8f6-0ac9d52c9535", "mode": "markers", "name": "2052", "type": "scatter", "xsrc": "bcowden:21:9c7a10", "ysrc": "bcowden:21:b09437", "marker": { "line": { "width": 1 }, "size": 14, "color": "hsl(360.0,50%,50%)", "opacity": 0.3 }, "textsrc": "bcowden:21:56072a" } ], "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 } } ] }{ "next": "