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=cj0xJnA9MjAxOS0wNi0xNysyMSUzQTA1JTNBMDkuMzI1MjI3JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIxJTNBMDUlM0E0NC43NTk1MTMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMSUzQTExJTNBMDAuODU3OTk4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T21:11:00.857998Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bmbyr8/55.embed", "fid": "bmbyr8:55", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bmbyr8:55/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bmbyr8:55/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bmbyr8:55/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bmbyr8:55/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bmbyr8:55", "plots": "https://api.plotly.com/v2/plots/bmbyr8:55", "parent": "https://api.plotly.com/v2/folders/home?user=bmbyr8" }, "owner": "bmbyr8", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~bmbyr8/55/", "world_readable": true, "date_modified": "2019-06-17T21:11:02.752Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bmbyr8/55/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a946b4fa-f922-4133-9043-21f073bb3c84", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:09ce86" }, { "uid": "3e540f5c-6a6d-479a-8362-95f9b58dda46", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ccb915" }, { "uid": "c74876ff-6ea7-435f-9a49-4dfe659d3763", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:699ce9" }, { "uid": "87170200-998f-4af5-b23e-caf40e09d7fb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c6733e" }, { "uid": "9ac67893-5639-40cd-9a53-69adef0de218", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c683c4" }, { "uid": "d2dc4014-bfa1-4a21-9eab-decfba5564b6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:de33e8" }, { "uid": "15d166e2-dcee-4f13-882b-4ac68f943e3a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1e3b18" }, { "uid": "5867e465-4f98-458a-859c-f80ee1cafdbe", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5286f1" }, { "uid": "cada0dde-67bf-4999-ac12-942dfcadbd58", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f44061" }, { "uid": "387a5606-005a-4817-a878-9d13f0bcb1f4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fab735" }, { "uid": "53f387c0-8a6b-46ab-a49b-7c9281cb1fb0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1fb300" }, { "uid": "be620a36-180e-4fac-8fa4-98e2129701df", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5ee093" }, { "uid": "9e441f5a-5652-4873-bb20-cd6c02e53099", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1996da" }, { "uid": "20f2320e-ab6a-4fa3-9a90-b0defe1d69b1", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a5910c" }, { "uid": "9a817f18-a607-4818-9976-ba8a33f6e221", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3c5b6a" }, { "uid": "6e1cdeb3-6d4d-481a-b7d3-8b743e63244e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b68b07" }, { "uid": "4725f5e9-de35-446e-9f57-a8499c16f2e3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9d25f8" }, { "uid": "98ee03d9-c416-4816-817f-8a442df95e94", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:97d760" }, { "uid": "2bc21aab-43b4-413f-84e3-fdfbf402ba4e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2ac581" }, { "uid": "71ab042a-edba-4404-85ec-638f118d2057", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7c9ee4" }, { "uid": "a5c31da9-58c4-4f26-8b6f-8b82644943ee", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6cb139" }, { "uid": "bf2455f8-0bed-4f15-a435-be23c320aba6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d2e976" }, { "uid": "47c39767-98c5-4ad3-a8f6-0afdd41d3aa2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:172970" }, { "uid": "b388dbbd-94b8-4862-b31a-0ebdb27ce3f0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3e91bd" }, { "uid": "7cd25944-4be7-42cf-b821-0cbc3e639f02", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ce138d" }, { "uid": "dce9b7f1-ed40-459a-a0dd-6588e551ca14", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2dc736" }, { "uid": "9a3bc31d-8013-442a-aa84-c2bc025da143", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:26a10f" }, { "uid": "6ddae0b4-7b4a-4a98-9241-000906e3509f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:bc528b" }, { "uid": "41b22082-8cce-47d4-8e72-2f5d379b3cb9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f5e14b" }, { "uid": "3bcf645e-24a3-4679-aeec-b299b1aafd9d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:020d8a" }, { "uid": "37322e19-6f0d-4900-8ef6-3d8318f5c323", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b4f360" }, { "uid": "4bd555e5-642a-49bc-a289-036b6c0478c5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:011e32" }, { "uid": "6fda3374-8e7e-449f-812e-5ec171bffcf9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:916856" }, { "uid": "9b37edb4-66f2-4afc-9219-b55e96869cec", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0a8c82" }, { "uid": "6bf83eeb-eab7-4ba0-8925-75a3a7723d5c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cc5623" }, { "uid": "243a9c7d-6dd4-41fb-91e3-58abcb50439d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2b5e6d" }, { "uid": "a83da4fd-8e8d-48df-8ce2-1fc8c3c3f07f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:145c46" }, { "uid": "0e47dd4a-8cee-46ab-82ea-b7cb4174705b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ab51c8" }, { "uid": "48c7ca07-2afb-4bb4-a2cd-69ab4dad8417", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7c9b4e" }, { "uid": "a92d19ef-e6a6-4792-8b9e-21c96839095b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:add762" }, { "uid": "ec25e579-097c-4fc5-8712-b62a5a42455e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:15f68f" }, { "uid": "1a0f8686-5453-4db0-8b1f-65ed7a8671f0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8d22e6" }, { "uid": "f72cdb6b-8dcf-415d-b1b1-9f24df5a4e8f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:30bf24" }, { "uid": "a6b87223-d9b9-4e34-9aac-1783d4dfb29e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6a65c5" }, { "uid": "824af541-6eb2-46b3-83aa-94db09336b0f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2b9b3e" }, { "uid": "f228c7f2-c0c3-488f-9cc3-f91eb7002f7a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:55d95e" }, { "uid": "a06cb2c4-40af-41ea-86e9-10733d76b42a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d8b32f" }, { "uid": "a4d0a035-8856-400e-b091-7744e5ca2ce9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1f1e2e" }, { "uid": "20da7833-94d6-4733-8182-0c14d83f062c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:adc20e" }, { "uid": "32f01bc7-7949-4eca-8cc4-ef956cde7f93", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:38f26d" }, { "uid": "c55c25a9-4ceb-4419-91b1-04bd5030ee53", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e97047" }, { "uid": "f37945b1-8f33-4c1f-8f44-533bbef6aad3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:389c72" }, { "uid": "26435484-408b-4223-af0f-718ecae42513", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:00aacf" }, { "uid": "fb67b243-8840-404d-888f-e75e89649da3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2f940e" }, { "uid": "1f2c6b28-4b2a-4ab6-8c10-06f9430fbfe6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2a79c0" }, { "uid": "c9185d60-19c3-4fe1-914a-22c73f6628f7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e08fed" }, { "uid": "9c4816cc-519f-4950-914b-a06fbb472317", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:272d11" }, { "uid": "b0d0609d-0598-4ba4-b9c4-f98a4bb70ce9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9db266" }, { "uid": "10553193-2a77-428e-9945-cb3fadf836e4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:807fe6" }, { "uid": "88d34012-d04f-4609-82d2-98f497367c1c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:edad34" }, { "uid": "49294c23-2a73-41e6-b478-58f125f0f26d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:22ebcd" }, { "uid": "c8553f3e-d351-4d59-9664-6702574989bb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f526db" }, { "uid": "3048c142-49cb-4c0e-ac2d-e2d6d66431b1", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c83456" }, { "uid": "5b7e96c1-946b-4652-80ca-5d957ebbf0a0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f471de" }, { "uid": "7edf4fc2-78c7-400d-bdf5-1ed02ffdc0e0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5ba00f" }, { "uid": "0a92880d-4375-491b-9224-96460d6b4c55", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0bfa3a" }, { "uid": "b0578a71-7925-449e-859a-5003ab951745", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5112ea" }, { "uid": "7bf7a2ed-f4a4-49c2-85c3-d474c978d644", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1075ea" }, { "uid": "7d152b55-a140-4657-ba69-f3622900bd22", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:efa9e0" }, { "uid": "21392976-e92b-4dcf-97b3-89ba0118e159", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e6aaf8" }, { "uid": "0662fe5e-1611-442f-9678-c63620921c5a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a75f39" }, { "uid": "bd9ecf1e-9602-4bdb-8830-799816208a8b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6dbf48" }, { "uid": "6ea79bb1-8527-457f-b942-86b62a322f07", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5c7a3d" }, { "uid": "81572516-424c-4c97-998e-9020eef1b797", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:427ce8" }, { "uid": "02153466-a5bf-4938-b11f-dbd9305f6267", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:324ff6" }, { "uid": "0b817b18-d063-498d-bb11-deb414a8a908", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:393af0" }, { "uid": "4782f696-1a23-42af-afdf-cc7decb395bd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:57bdaa" }, { "uid": "e90b147c-498d-4a21-bfec-30c5d6a3d52d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:409f66" }, { "uid": "db8b6c64-442b-4349-9a18-86b0166da776", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:08ba1f" }, { "uid": "7fbccda6-455a-4ee9-82eb-d1606a7c9b5c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1c76cb" }, { "uid": "77705ab2-1e80-464e-a624-6efbdc7036cb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d34626" }, { "uid": "6b0722bc-311b-48ae-979d-afcbe287f35a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b837dd" }, { "uid": "b280e9ef-0e26-4ae9-a08f-f9e4713f0b3e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e13379" }, { "uid": "00e0db9d-eaf8-417f-a1f4-c2d142cd546c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2345f0" }, { "uid": "e93ef0fb-67bb-4ea2-ab40-6e0493666573", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:03ef19" }, { "uid": "43a1faf0-821c-451c-85eb-7012a46fa8fe", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:01e613" }, { "uid": "50ab227b-a491-41ca-8e69-1c183284ded4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:89d918" }, { "uid": "b7059dd0-c8df-4401-a75c-6b76f42d2487", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:629938" }, { "uid": "bff4b77e-f7a0-490c-8bb3-ae6ab3e8cb93", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:015ebc" }, { "uid": "89581dda-73fd-4e49-b1f2-fab19da1c3a7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:18aca1" }, { "uid": "1c9ee40b-0a51-4dda-bec9-978467ebaea4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f7c269" }, { "uid": "9283b6de-dd23-4353-910f-1566912e9ccc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:54a9f3" }, { "uid": "94429480-4a45-40ef-a675-227d7119719a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b14e60" }, { "uid": "c32aacc6-71af-4aa2-816b-a93615401e81", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a01713" }, { "uid": "f0c7f07d-7b8a-4108-9067-0cd1ee20af64", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:87b402" }, { "uid": "ea2e1ab9-0c59-48ab-8c2f-63d387453e92", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:21506e" }, { "uid": "dffbbd48-7980-4fe2-acc2-e46bf89d6b89", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5e06d0" }, { "uid": "f5ae171f-415d-40de-ac80-f0ec2010371f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c0292f" }, { "uid": "17a7a193-9549-4a00-85de-6add8a03ccea", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7dcf85" }, { "uid": "225478eb-39f9-40a4-8626-edd434adf10d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:81b7ef" }, { "uid": "68b12683-6e2f-4abc-b477-035c41989fd4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:dbd5fb" }, { "uid": "f71e3d46-a838-4212-8eea-05d5d4b35ffd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e4e713" }, { "uid": "47101c7a-d5fd-4216-aec8-82e12c7fdcab", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0289c6" }, { "uid": "4e710e02-93e5-40bd-939d-5d29e5ccef65", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:732fb2" }, { "uid": "3e1f9f8a-c119-4fe9-832e-ccf7d6ecab0d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7fc9be" }, { "uid": "79ba6364-d224-41c9-8241-c0ace834dbc8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:05e6b6" }, { "uid": "0d88a780-df32-487f-b51b-1c18e791404f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f0f457" }, { "uid": "fa9b1f89-af84-4434-8bc4-fac423a55ad3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c910bc" }, { "uid": "3050ae83-c09b-4a7e-92b4-f0adedb16ce2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a08368" }, { "uid": "f066140c-269d-4873-803f-4b85ef3fa244", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fb2f42" }, { "uid": "0d4ba543-f4aa-4e5a-bec2-1e645ef92f3b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:512978" }, { "uid": "cfebd425-912d-4a57-91fa-1fd8563336b8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:93713a" }, { "uid": "ecac034d-1d29-4885-89fa-b031fd8f82bc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:53bd87" }, { "uid": "10f09c47-98e3-45e9-a75a-b04d95bc7813", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1d1217" }, { "uid": "942185a9-578d-48f6-b3ac-426a6e221985", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d4fde2" }, { "uid": "b1198f56-dc59-4b70-be8d-846a68623f8d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c3ca39" }, { "uid": "e0798004-3d5b-4764-95aa-f54679dca439", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d32512" }, { "uid": "61353961-06e4-4829-81c7-328c4b3d86c5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:de6f9a" }, { "uid": "ae342412-2da4-40c1-acd9-5135ba55dadf", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:da5acd" }, { "uid": "a63e947e-6b86-4645-8807-c504363edf6c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:898487" }, { "uid": "441bb067-6d73-41de-9448-706e6af648c0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cc445a" }, { "uid": "49552f93-5e14-4b72-b49e-2529956a5fa3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:038f3d" }, { "uid": "203d0a0a-02e0-40c3-b623-bd14fb03c173", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:28457f" }, { "uid": "64c75efd-c80a-46fa-88f1-32149c4a1f93", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:04bfc1" }, { "uid": "fd99ce22-2323-4049-b275-493842377fff", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4183ee" }, { "uid": "cd4cd2d8-98c4-4745-a539-11b626988e4d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2e8904" }, { "uid": "5c2e002d-d747-4c27-8060-0cd0121ee5bd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:50cf48" }, { "uid": "d41d3a4c-304d-4148-a1f0-4974381591f8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f13a7e" }, { "uid": "6473ce0e-33ac-4653-a5ec-32d3148a95d7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b0e42a" }, { "uid": "b9a9dd0e-fc20-47a6-a953-7d2b5b36f9eb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cf5d29" }, { "uid": "528bcf4f-b7a5-4b48-bf54-57d67176407a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c71e59" }, { "uid": "e60e77b2-61d6-4daf-b12a-9f27edd01b0e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4340c2" }, { "uid": "75ff222f-6e4b-4027-a799-bc3c5fedc0a5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3fbf68" }, { "uid": "05ccb09d-abdf-4166-aa9b-f0c6dce8b017", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5ada8b" }, { "uid": "47b22db2-cab0-4892-b8b7-5324ffbacb5b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:535199" }, { "uid": "f183a009-09cb-4213-af36-9deb86c82e1c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:bbd42f" }, { "uid": "3f15f99b-434d-4d78-8886-b37235926160", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d3812f" }, { "uid": "5d4e39db-1cb5-4a68-ada6-8771316c997d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ea7004" }, { "uid": "fcdcb061-e8ad-4f1e-a714-27789c62be66", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5e4eaa" }, { "uid": "f36eae91-e6f8-4ef8-b882-f7b8dc2b6e2d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c253c2" }, { "uid": "7bbac714-fc80-4a34-9d2e-92e534d60384", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:29d75e" }, { "uid": "730561bd-435e-4276-83e4-773485e4a0f0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8944e4" }, { "uid": "8234a20f-0ab8-4d21-8176-bffcabcdc0d6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d0149a" }, { "uid": "fdc0326f-6cda-4150-89c1-ba7a7f13ffe9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1ab22d" }, { "uid": "499ef851-f4de-447e-9816-042afb92a0bd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:282b23" }, { "uid": "457d65b6-4b87-44a2-a758-b8122e2b29c8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0c5cfd" }, { "uid": "8c6ee296-7f36-4704-bc73-2b867996af7a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ef975a" }, { "uid": "1158e8c1-33cd-496c-a3d3-8aeca28f5528", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:80f2c2" }, { "uid": "f8f42cad-9a55-44f7-86d4-e6f11bfdfed4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9bbeaf" }, { "uid": "f92f86fb-4802-458f-a5c1-d3a5d2f97ffa", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:89ffd3" }, { "uid": "b60a938f-7db9-4dc4-8aef-97dfa6a41e47", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:265497" }, { "uid": "c3034fb3-17e9-40e2-98ba-5eea8a67620a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:01a239" }, { "uid": "6e033597-c024-4ad8-8dbc-bcf255196a08", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0358ec" }, { "uid": "6aa4713f-30e1-4fa5-9aaf-e07966d70bc3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2401db" }, { "uid": "995cabb7-1bbb-472d-8111-4b314713dcfb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6168ec" }, { "uid": "de1e76f1-9663-49ed-a100-5b2be1698a42", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:24bb87" }, { "uid": "47080a41-2725-4d5d-9b5d-4d169e8cfd2a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:341743" }, { "uid": "6d038f17-3721-46bc-8566-b017af3c7a8d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:87210a" }, { "uid": "0ac3dace-6295-46a6-b315-2aa8ba019588", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e1f45a" }, { "uid": "a3abc90a-a7a0-4850-8d51-9a5935cfe0c1", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2abe36" }, { "uid": "06c5d99f-8f97-4c34-ac23-2375da51d72c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3893af" }, { "uid": "76f1ca76-f648-41b2-840a-cfd225915d07", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9dcd11" }, { "uid": "710d162c-3530-42eb-abbf-71c731ee410e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4e575d" }, { "uid": "21c6b7d6-cc38-4faa-953d-dfda696f5706", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:de24d9" }, { "uid": "68a88be5-a8d3-4b31-9f98-08b99c1b47dc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a477c7" }, { "uid": "9b434b0d-fe8a-41c9-959f-828079d193d5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7986a6" }, { "uid": "00bfed72-998f-4470-9d91-861d48798ac6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9c034f" }, { "uid": "a5f85bba-050f-4671-b9e4-08f198504d84", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:369962" }, { "uid": "3d4d757e-3217-42f3-8938-45d9b850e906", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:516848" }, { "uid": "72b2ce9f-2097-42f4-b151-eeae7ff876a0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7434a7" }, { "uid": "9308659b-9f3d-4ed8-8760-66ef8472436b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b68bd8" }, { "uid": "e436a8ba-1f1e-4583-82c5-51488028b692", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5f31a1" }, { "uid": "89e5f3b7-13a3-444a-81a3-324aadb1d0b7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f52fa5" }, { "uid": "b4f4500a-846b-4e9e-a17d-676d0d7b8afe", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0a9f46" }, { "uid": "7cd0872b-d155-4be4-a40d-b02a7584a10b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4e2687" }, { "uid": "422f5c51-2054-490f-85ba-432c42bfee09", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:788155" }, { "uid": "ab3e2dc9-01bf-4568-b1fa-622def51423c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1c4fee" }, { "uid": "226f12df-7034-4db5-84c1-75d9cab8b757", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:65ae5e" }, { "uid": "edd8ca7c-ae49-4006-a1e2-c1fc000fbfdd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4c7f44" }, { "uid": "20fc648e-2240-4d52-a4b7-09fa0eaaa792", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4e0521" }, { "uid": "116f5c46-0e59-461a-8dc8-949fd8f239aa", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:093d8b" }, { "uid": "cddb5778-81c3-4c13-8c7d-b0b9e8d973f6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:58e2f8" }, { "uid": "c72b2c83-671a-419d-8e52-5429bda280c9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:341491" }, { "uid": "f55ada4b-39de-4c2f-b572-f889819efff9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ba4e44" }, { "uid": "165cee33-d2b2-466c-8f2b-8c2cbf136e63", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f81dba" }, { "uid": "dbc423b6-da4e-4341-9142-217650083337", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c91038" }, { "uid": "b32735d0-22ea-41cd-8d7c-125f27b16591", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9bff9e" }, { "uid": "3fd6f49f-51ba-4e20-a3c3-5171cc862bb4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:54763a" }, { "uid": "53f77ded-169a-4abc-a8fb-2c1576709a1f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:668085" }, { "uid": "720139c8-d96b-4585-917e-c40293616182", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:75802f" }, { "uid": "bac8b147-21a4-4a5d-9de7-aaf37a8b9004", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:eeba2a" }, { "uid": "b18885d7-f80c-4d20-a9ab-88fa9133fa09", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:815abd" }, { "uid": "4bbe64b9-7a42-4a83-9b00-235354f9106a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fbeaa2" }, { "uid": "2cd91f9e-cb12-4328-abf0-49fd6620418b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:20ca2d" }, { "uid": "9fc31cf2-ba7d-4c6d-a40b-e0d0c926b6d4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:74b1c9" }, { "uid": "83e23e17-3184-493c-821c-86236c9ad366", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:937718" }, { "uid": "afe48798-29ac-4a22-b64d-6e5bfc623699", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8451e4" }, { "uid": "5945b2c7-8a72-42a0-a7d3-3c91afe8c627", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:71719a" }, { "uid": "b3b6aa42-b90b-4bca-a0c4-b09fa2abc8d9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:65548a" }, { "uid": "548bada5-c6a5-4d90-af82-919ea6afa733", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3748e0" }, { "uid": "f365d4c2-6b84-472e-a1f0-4abcb300d531", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:833f7e" }, { "uid": "c1bb1eb3-109c-4ae8-8d65-c2c84df61478", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:04cb98" }, { "uid": "e1037cdb-15a6-42c3-a3fa-ff81f2968d98", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:beb647" }, { "uid": "343ebbe8-affa-4874-b5c8-30d699c447ed", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2fd085" }, { "uid": "a1cc808f-fb46-4edd-91fe-fd807bd2e0d9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4bf429" }, { "uid": "5b64af24-cebd-450c-bf77-5eb38a21a85f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:43dd39" }, { "uid": "ab5b70ff-afba-474d-a9ec-b8130cc524b2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:353bce" }, { "uid": "10704c7f-d49c-4ae9-bd51-32b626bc2516", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:950662" }, { "uid": "8cce4530-9722-437c-ad0d-ad3d3d62e772", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d69bb6" }, { "uid": "3c33fc9f-b388-420d-8458-0cd5f9a1c1dc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4f6d4b" }, { "uid": "ef78cd6e-4723-49c9-89d0-6758115b83cb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:74f54c" }, { "uid": "4b9ccb08-c86b-4eb3-9361-6ca0f4125468", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:581ecb" }, { "uid": "e431f564-3667-4bd6-8dac-84d98212d2c2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:872635" }, { "uid": "ea8e4467-e495-4ae4-bd38-7bece4a9801b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:858a15" }, { "uid": "b82703bb-608f-49a3-abe6-4a143eeb5039", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0d6c39" }, { "uid": "0fc325f6-7f48-4ad9-9800-df6dc85b6939", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:64bc49" }, { "uid": "bb8d6b16-bebc-4b0b-bb24-f7edcec6b511", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6ae401" }, { "uid": "373c705e-7e3e-4110-9071-17352b0eaa90", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ae3112" }, { "uid": "add183ce-7d45-424a-91a1-0cfd448ff7c8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b21d6c" }, { "uid": "c173c6e6-c01d-4482-9bdd-d283da961581", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:53d392" }, { "uid": "f10e143a-23a8-4074-837d-0af41c448ac5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:01e622" }, { "uid": "2e13173b-c58a-48eb-84b0-553b964a8165", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1e6851" }, { "uid": "f7a82271-5695-470f-ad5e-362a37841052", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:dc1347" }, { "uid": "cf07fbab-cb48-4d18-8195-b461f47f562b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:bb1674" }, { "uid": "c3080135-0b04-4d1d-bebf-d6e36ac1c0ea", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4aaf94" }, { "uid": "81f2e627-c477-499f-9bb1-7991448d9045", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7f6f3b" }, { "uid": "2131a646-0cfb-43a3-80bc-26aae206f61e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:069436" }, { "uid": "b29ea961-8df5-442d-9abb-898c7605c758", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e35a5f" }, { "uid": "50e8edc8-e3e0-42b7-9f4f-b17a4fa31aa8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f1cd6e" }, { "uid": "49f0c39e-fdbd-4894-b0b4-bf8571cfa67f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9cb799" }, { "uid": "098e479c-cf82-4351-ae7f-596483fedba9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a3c3a0" }, { "uid": "8c7e6789-5cbc-477f-95fb-c8762a879d16", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a11e06" }, { "uid": "ab0f6762-c569-4556-89e6-a9a9a361b7ad", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:69e136" }, { "uid": "cc565bba-cb85-4d6e-aad0-99039a872dea", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c71727" }, { "uid": "3d82d28f-2465-4500-8905-c0eaefcc0773", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0b0359" }, { "uid": "2bbacbdf-1a0a-4c09-841c-49b532d6e147", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:927e85" }, { "uid": "9f82c4c3-4847-4ddc-b0e7-6613f4e3f22d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e46297" }, { "uid": "ae6e8760-a6e9-4714-91ae-505ae32e55ec", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0dba9b" }, { "uid": "d9bf4016-ce15-4f6e-8e05-72bc4067294d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7f5d88" }, { "uid": "de5d591b-75a8-4840-b360-f95a7cc8b378", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3478c0" }, { "uid": "633fe11e-1729-4b90-9a24-a672b8c8da7d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d1f430" }, { "uid": "8289cc61-917f-46f3-8f87-88d8fca5a158", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:943645" }, { "uid": "a6e3c216-141b-47cf-ac14-a16df9cb7903", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a40dc0" }, { "uid": "62b2af59-6a09-48b7-aa70-c9cecdf3f920", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4461cf" }, { "uid": "b06c1c8c-3524-4818-bdb5-7c970a71f9d0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8b666b" }, { "uid": "8a55fc6a-55ec-47c6-8447-a9efebed5d25", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:edba0f" }, { "uid": "25179e41-cee0-4bfc-bc21-5f7294bae5a4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b39ed2" }, { "uid": "fede7ba0-0cec-4679-93cd-be731aed0086", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:63920f" }, { "uid": "160f2edf-a69e-4ded-9855-09bc48cbe816", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c6cd4f" }, { "uid": "2afaccfc-6ea1-42f0-b669-202749cd4ddc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:304859" }, { "uid": "b2414a42-10a3-4abf-9ce3-1c13ed82a7fc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:af5366" }, { "uid": "227acd46-9c1e-4a03-bde1-f4c31d64dde6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e9b83b" }, { "uid": "94257ba6-228c-404a-b921-72bbbd4205bc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e80f44" }, { "uid": "4f021b35-7c7e-42fe-988a-976246d9857d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b5a592" }, { "uid": "6cc483fb-8c1e-47a4-ba60-1057ffcefc57", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d83dd5" }, { "uid": "fbedc72c-c71b-4fef-a627-4e93f9658316", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6b779c" }, { "uid": "dfbcd37c-5253-4d24-bcbb-5b131928f285", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:77eb27" }, { "uid": "6d5a8b38-26c6-4e0b-9a96-64fe85da2a8b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:aefb7f" }, { "uid": "94a370e9-f853-4ecc-acf6-5eeda60ade19", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0ec22b" }, { "uid": "d5fc95d2-16fc-42a4-8071-92a04001c1e2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c4c9ae" }, { "uid": "6be1af52-ad5a-4af2-9e5d-e63bad77bd57", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fff0cf" }, { "uid": "8b83ab6c-27f8-4ff2-9ea0-9b13c52a04d9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e59dfe" }, { "uid": "4e49130b-877f-4af4-80b5-c9f41291e7cf", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6f2762" }, { "uid": "cb6c5bcb-9ab6-4200-bfa1-dd452de869a6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:882844" }, { "uid": "e20a38b2-c0e2-4bf8-b968-f4adb1d8a2f2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:78b6ad" }, { "uid": "75668d0a-e8e5-4370-8f68-a0ab82db3e71", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:56616a" }, { "uid": "52d5b056-52b8-49aa-ae59-fddfa2643d44", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:612751" }, { "uid": "f5b83494-1745-4a2c-99e8-cd412f97de40", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ba34b1" }, { "uid": "6f7649b1-d2d5-44cd-a199-5d97a6cc954e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9f475c" }, { "uid": "a7b28df1-07c5-437e-ad33-d11feb206018", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:bc6e8c" }, { "uid": "a7a7165a-6ad8-4e8d-93e8-e08fe9ae257a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:576838" }, { "uid": "001ebf38-ac45-4fd8-a11b-2b0222f87849", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:86d223" }, { "uid": "4c5ef5ed-ceb9-433b-914b-0620dff39bbb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f4f178" }, { "uid": "290b1fe0-a2bf-4a00-a41a-c017375e5f91", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4c8d09" }, { "uid": "84e5bc00-9246-4889-aae5-6ce550ebc498", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a15d4c" }, { "uid": "53dd4dd2-566a-4258-96d6-cd4a616b3eb6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:91feab" }, { "uid": "b679ced7-22f6-43ad-8a65-84ff3a8111e2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:42717a" }, { "uid": "419ab169-9fb6-449e-9d4b-eb4c84c91220", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:822412" }, { "uid": "a1131897-7336-4a36-ac13-cdc5b3ee6d8b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5b2d90" }, { "uid": "c5a6888c-8d0a-420c-97a3-3a5348927531", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:967397" }, { "uid": "4b040ef8-880e-43fc-a3b9-3b87d0cf49d6", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:eedc05" }, { "uid": "2dc86ffa-ef0f-4575-a90a-1e0574ccfa2e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b7254e" }, { "uid": "298c3f96-5be3-4afa-9052-7dd0999ac7a2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:842edd" }, { "uid": "7d9a1d7c-9eae-4c53-9f21-e106485cd5c4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fc7c13" }, { "uid": "e5497614-5e37-4790-b1eb-5c976bd9eb92", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:accc27" }, { "uid": "b93dd9cb-6253-42d2-a7c3-5195211efebd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c9b6c1" }, { "uid": "ec531541-d56e-44b8-8235-3cbd6d3a05aa", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c5d98c" }, { "uid": "c3a103f0-aa03-487a-88f3-b849f3d2478a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:889991" }, { "uid": "5d74ac7c-6131-4f2d-bc64-332d330f6d9c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3d82ea" }, { "uid": "45dd6dad-a705-40f4-af9b-740d2c62b81c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:082167" }, { "uid": "a0b84ea4-0651-45ea-b076-ce89a6b22b5c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ec58a9" }, { "uid": "4b27b3cc-eebb-4dc9-9266-de6f90778dc3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:83bd9a" }, { "uid": "aa0d8c20-b185-405b-841e-955607263074", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:85240f" }, { "uid": "881c791c-495a-4e0b-b9b1-0bc92f5063d8", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:20c49d" }, { "uid": "aafab735-5b93-4697-804f-19150989833e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8a974d" }, { "uid": "692e8563-dcf4-4f54-b918-5679e7bf073c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:360eae" }, { "uid": "fabf6989-96f0-48ec-a540-d550f0673620", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a2213e" }, { "uid": "c79da190-e7e8-49b8-8e0b-69c1868a0a03", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a580e6" }, { "uid": "196bd7e4-4925-413f-8caa-8a100b24aa36", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:51987f" }, { "uid": "a02fc525-4518-4f67-b54f-645329c03db7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:68b462" }, { "uid": "7c69568e-3514-4d56-bb89-cad78cf639cd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e82e08" }, { "uid": "e6ec2202-c333-40b0-9773-546b165a8252", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8e4b7f" }, { "uid": "f5c9e1f7-9184-417b-9cd6-d387b6058ea7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1768e6" }, { "uid": "6334c7ab-3e8f-44ff-9a39-05c0cc806436", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:98dc8f" }, { "uid": "0fd4d5c6-bc39-4954-91bb-d76f84488d43", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:023842" }, { "uid": "e334bf93-9ede-419c-8963-45b6d697ba6d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7f540d" }, { "uid": "f32f6757-46d2-4dff-9676-070f176aba64", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8102bd" }, { "uid": "2c19c2ee-f0fe-4163-835e-3732f1437b32", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c75805" }, { "uid": "b87868c2-2f8f-49f9-aca1-99d43135988c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:377864" }, { "uid": "ffe9fda5-37a4-4e52-b99b-06e548f3be61", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:44bed3" }, { "uid": "c09877a9-26b8-4f29-8930-77a7a002e665", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4254a8" }, { "uid": "c9d4e9f2-6cf5-4ef4-8bda-b51c8af51277", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:dd0dc7" }, { "uid": "6c122476-80f7-4860-9362-cf43739e0633", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ce6c5e" }, { "uid": "74610793-d517-4917-bb89-33e4ed367503", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a92b30" }, { "uid": "e98a7841-f57b-4f42-94e4-403148dbd4a7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8f204d" }, { "uid": "86525f11-86da-4e4c-a65c-85301e12d1f7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9f8fc8" }, { "uid": "c38ac58a-3b50-4f16-a15d-433486221eb9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d13c6d" }, { "uid": "44cc4281-b76b-4502-9c46-09b7362ddd79", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:da7d2f" }, { "uid": "ef0bb43f-6233-44cd-ab12-117fd5c95f96", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:12ce93" }, { "uid": "b55fe1ad-bf69-4a11-a3cf-2aa4d7d41acf", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:708508" }, { "uid": "24f32117-ae7b-42b2-ade4-f4d737faf300", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7f1085" }, { "uid": "140b62c3-990e-4b16-819c-47a9874819bf", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:54acc7" }, { "uid": "ff801363-f2e8-47cb-aadc-d50b526c33ab", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:47fd78" }, { "uid": "a6f640ab-8385-466a-ad9f-40dd1720ae4f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5083ca" }, { "uid": "c165790a-8962-407b-b23c-e8e9379249c0", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c8692a" }, { "uid": "52a59205-f132-4661-9aef-b4a06327d59e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:62e33c" }, { "uid": "adda54c5-9ec0-4dca-9e0f-83cbd4d15747", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:930014" }, { "uid": "30730eda-f212-4aaf-8177-f85e98c4bbdc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6ceebd" }, { "uid": "82d3bca4-0b9d-4336-b4ba-7a38afe0da04", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3b2244" }, { "uid": "2c9c95f6-a3db-48ce-8d4d-eeb917548f0e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f2de50" }, { "uid": "7b2336a5-d6e6-4283-a232-a5976e0477f7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c219da" }, { "uid": "1ba6c520-dbbf-498f-9f6d-59777b4f1f4c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:248d1f" }, { "uid": "58caf9c1-85da-4d5d-9eb2-f3a081f4bf97", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:40dbe7" }, { "uid": "59273554-0d33-4078-a152-30d976f81360", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f687d6" }, { "uid": "690ad214-1c1e-4431-b621-6aa7cdf02059", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9cbcdf" }, { "uid": "5617db1e-101e-49a2-aa3c-539e27f25b8c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ba76ec" }, { "uid": "e423a458-63b6-4b5d-a269-06893f074b45", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b48d58" }, { "uid": "56c39810-5219-4f12-84d9-a42f9bec94db", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c4d830" }, { "uid": "289e85f8-7525-44b6-b22f-92c10374ab3c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7e552a" }, { "uid": "33127894-6a90-4477-ad8c-58dc99e3d996", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5023bb" }, { "uid": "b91ea5de-d776-4042-989a-25a416985c9d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a46f36" }, { "uid": "f5c76e6c-8cfd-4036-a4ba-4afa596c7535", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cdd5ef" }, { "uid": "74d756f1-b845-4236-9355-f33f700d5bf5", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f0578b" }, { "uid": "728b6116-b6fc-442f-943e-a4f6751e0729", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:828d07" }, { "uid": "6171454e-5382-469b-9627-7c41d4c63cb2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c9c15d" }, { "uid": "a75cb849-d0b0-4886-98a0-758522a48dfb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:eaff56" }, { "uid": "9543fc89-c6de-47ec-b3e1-2ee39bbc3867", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:99f386" }, { "uid": "2d8ea354-b7f3-4721-9621-59cedbdfccca", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3a7be6" }, { "uid": "64801ec9-7c57-4b9f-a141-a8d61df0113b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7b4764" }, { "uid": "33cb7a4f-cd84-4547-9cab-0b89819e4f0e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d2c79d" }, { "uid": "b4ae34f1-fce4-4a3c-9eeb-49d0c10f17bb", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:039691" }, { "uid": "f2bcc2e8-1d30-47c5-86ef-62d37da24d47", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:929a09" }, { "uid": "51ad3977-bc54-4d49-8a14-327449da65e2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cf2680" }, { "uid": "3e2a845b-89f9-4fdf-8013-d63ea1fd2ece", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2fbfbf" }, { "uid": "f0802073-4be3-45fa-8fe9-6d5e043c37ca", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b76de2" }, { "uid": "fee93159-05c7-4e70-802c-d06ac1342e49", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4024e6" }, { "uid": "71bd9444-0ba5-4c32-a540-e28be1d547c4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8a9144" }, { "uid": "3e0eb7ce-07e8-4ec0-b398-96394dc93d8b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:01070a" }, { "uid": "b837a7c6-5f13-459d-95f2-0f204caf621c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d30c5d" }, { "uid": "e11bc3b7-37ee-46e3-b800-9a9be10805fa", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:fb8b37" }, { "uid": "0d383f57-44aa-4f29-9008-8eb0863e8c93", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5c10da" }, { "uid": "151d87b9-e277-4e5d-9c73-8ffb4a53b6da", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:03d45c" }, { "uid": "ceb3f68a-31f4-4502-8d74-919942fc8f7b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c941c3" }, { "uid": "c12d6868-8654-4399-a1e3-38daa6b1ddbe", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:cb024a" }, { "uid": "aa995b0d-abe1-48e8-b7e0-9208e96f7931", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b8ad48" }, { "uid": "502066b4-19da-422e-a84e-7d8094b79bf9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0cf856" }, { "uid": "5502702c-1af4-4e4d-9edb-6378c39dad52", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:50489b" }, { "uid": "05ba438a-aaa1-43b3-afed-d831bbc0bc22", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1c7f46" }, { "uid": "2cf843ca-aca4-4e5b-9046-7ccfb142e8ab", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:72bdcc" }, { "uid": "6bb6a71d-abbc-43d3-b446-d0e4cd89cff9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d24f7c" }, { "uid": "8fcc3908-0c04-418e-aa69-1bd4fa8afdee", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a1552a" }, { "uid": "40149952-093c-47c1-8cd1-f7c7b08bfaef", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d206e1" }, { "uid": "7641879a-6fdf-493e-9fe8-fdd3b56c1d04", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ac744b" }, { "uid": "fcbc34ee-a02e-4513-b244-71937605e7ae", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d39407" }, { "uid": "e6b4f881-d52b-4adb-aeea-ab8a0fa82d60", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:990945" }, { "uid": "52c830a3-3fc6-4eaf-8570-ed54adabf616", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0bdbcc" }, { "uid": "b9ce5669-db5e-4789-a069-8dfc1c85a626", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2acb1c" }, { "uid": "5c1dff87-abf8-4f93-9c39-cf792071ef7e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a97fd4" }, { "uid": "a3610682-6d4a-4a1e-bdb8-a9791fc06fab", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:131b90" }, { "uid": "155db18c-d725-45d5-a9e5-426d7ae1f15c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:54460f" }, { "uid": "3c1a4586-53a9-4ee6-bbe2-3edba3a4d83f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3a832b" }, { "uid": "b99ea9d8-a046-444b-9a48-a2206a1a1e0e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:efc9d2" }, { "uid": "c7b6012e-ef70-4b32-84c9-ede83cdb9c2f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:241821" }, { "uid": "a7cb401e-f005-46dc-a09f-38231fe3c82b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:96d8a8" }, { "uid": "ee48cef7-975d-4608-b056-483756f92a39", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8b0208" }, { "uid": "bacadf63-4e57-4f51-91e8-e7675efed7fc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f2b34e" }, { "uid": "8efa9c46-84ec-457e-8f31-d4bbc5ce2ffa", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5c7c7c" }, { "uid": "c74c4259-75c4-4b02-8592-9ad6122a14ef", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:78789f" }, { "uid": "df90c730-eee6-405b-b5fa-296ee6a1132d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:30f89f" }, { "uid": "85099ed8-020e-427b-80af-b9794d81410c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:de6245" }, { "uid": "fd6c4fe5-956d-45c1-beef-83356e2ad3f2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:9bf5e1" }, { "uid": "a190ccf1-0897-467c-b2db-9373cb5b4542", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:408c59" }, { "uid": "cfb5ef91-7cad-434d-b1fd-16ae13fb36fd", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:58a7ed" }, { "uid": "e140b161-1a96-43e2-b815-35c8f33bf7de", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6c0721" }, { "uid": "ace86b38-1112-4c36-b4b1-cfdfe9b13671", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:f4c7fd" }, { "uid": "9343a5dd-9e21-4caf-a6d4-76929b79faed", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:54cf8b" }, { "uid": "340fb0a8-02de-46bf-a7a9-a569eb8e0628", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:79de55" }, { "uid": "4ae8ede0-6466-4083-897f-fae478faaa47", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:ee17e2" }, { "uid": "31b77cfc-93bf-4ada-86c1-211bb5322b97", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:be0247" }, { "uid": "1ec136df-04b0-4f17-ae66-2533cb1579ed", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:93450a" }, { "uid": "ce2c2ece-5c12-4ae9-8097-50c39b4de444", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:78df73" }, { "uid": "410beeb4-168f-486d-8700-380ec6ec4fce", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c8bf77" }, { "uid": "ea794f47-79d4-491f-8127-97b52362c492", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7fe1bd" }, { "uid": "ee91342d-584e-42dc-ac79-d10d9b77a5c7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7e4933" }, { "uid": "f550213c-f210-4f84-82d8-cfada4cdcd41", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:98e45b" }, { "uid": "0ebeb612-862f-4aa2-807d-e0f67d59ad3b", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6595c2" }, { "uid": "0366dda4-a792-442c-bfc4-0672b53afd02", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:299096" }, { "uid": "abba1d22-b285-41f5-968f-32f5cd930958", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1a4c82" }, { "uid": "8a548a69-bb74-4a6d-ba7c-f80341eef393", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b1587d" }, { "uid": "eab0d82d-fc6b-459a-aa13-1d3eef51111f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:425c68" }, { "uid": "c37d8b88-fb8b-4f96-bd84-c7566baad491", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:2b1111" }, { "uid": "490fbfb9-7cfb-4a05-8a59-2ad11fb4b4ec", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:960005" }, { "uid": "6f68773f-7400-479d-87f5-14e84be2d6ab", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a5d666" }, { "uid": "4b8eec09-1786-4193-9380-337725a0250e", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:16b1eb" }, { "uid": "86183f7a-42c2-4703-bdd1-95b987932606", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7306db" }, { "uid": "91a361fb-27c3-4f0d-9802-c80b7e726746", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:35bca0" }, { "uid": "9ca1bf1a-6407-4dee-bcd1-4482a8c1fe5d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6f9159" }, { "uid": "5ffb6bab-aaa7-40d0-b448-755f5b3d39f2", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e88dfe" }, { "uid": "22353068-8c12-4f53-aeb0-207785860c10", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:a7270f" }, { "uid": "0a0a32fa-11a8-40fd-83ca-f01b94b8d710", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:451965" }, { "uid": "20171526-c7d6-411f-b0f7-0d9b01979a15", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d8bec6" }, { "uid": "5f10e209-f8b6-47bd-8a14-b4f19ba44813", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:75997a" }, { "uid": "2838ff41-9cc9-4400-9f86-fcaca6a0e78a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:efce38" }, { "uid": "8d93e6e4-3598-4a36-9589-d85f35ba6ee4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:8c2493" }, { "uid": "d4f75590-ed68-491e-b68b-8d5abd275c13", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:23121a" }, { "uid": "dbfeaf05-fbd0-452e-8561-93e0add9cb9d", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:d4f05d" }, { "uid": "29ab6c36-d5fc-4e23-8ed8-8f803c2fcca7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:351578" }, { "uid": "55f2b284-1b78-468a-8666-28e8e691083a", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:33b34a" }, { "uid": "2477444b-7b17-433d-8762-9cdc9dce89f4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0972cf" }, { "uid": "fc332b25-6c89-4147-a4e5-f17c2a36d161", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:0d4554" }, { "uid": "766ade56-0b94-43df-84ab-4a92df5eecda", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:880697" }, { "uid": "1580751b-5229-4edc-85aa-5ed5bbb99e53", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:4bd82b" }, { "uid": "f4541112-d369-4cd7-8ba3-e0a124a59ac9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:601cd4" }, { "uid": "81c721e5-cc58-48a2-8480-0d0b8c5a60d7", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:c0d606" }, { "uid": "db0ac812-18fe-43d5-a1fe-c51a52f242c9", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:3d5301" }, { "uid": "c2158d9c-c314-4197-9a41-752c4ec3a9d3", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:b6c3ed" }, { "uid": "dc8c9470-651d-42ae-8351-5fa36123d06f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:5ae89c" }, { "uid": "78846365-3c26-4587-a2c7-0e82076df646", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:bd91ee" }, { "uid": "193f5271-190c-46bb-a9c3-c73989f2dc16", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1aab96" }, { "uid": "daa7a392-00de-4521-a5b7-6996694c72ee", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6f70ee" }, { "uid": "09fb79dd-f935-4b7e-b96b-22f5f8ff37d4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:94d29b" }, { "uid": "85f5c297-ccd9-472d-af80-1b0d94a712bc", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7d6d32" }, { "uid": "e58695ed-9e82-4eb0-9760-2418892ea849", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e5b684" }, { "uid": "fdb1a9c8-be89-4247-a7e7-05a4df8d0397", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e9cab2" }, { "uid": "b4f167e5-f713-4929-b111-a2b92840a962", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:7444c6" }, { "uid": "8e27153c-c85a-48ae-b02e-7fe9c190dfb4", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:6e8f90" }, { "uid": "c4e139f6-a70e-4387-a5e9-100fb99144de", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:96c336" }, { "uid": "8eb48e22-8687-4475-9ac1-5981e1fbea4c", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:1b3f0c" }, { "uid": "31f0f5f3-49ce-42b0-a0ee-2984caa07d7f", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:e3ca47" }, { "uid": "82c531ce-6b16-45a7-b441-878b6dd4a138", "type": "scatter", "xsrc": "bmbyr8:56:45630b", "ysrc": "bmbyr8:56:49aa0f" }, { "uid": "3f85747e-851b-4553-b189-ed9320f2c4af", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:88839a" }, { "uid": "6fba04a6-38b6-43d3-884a-681febee2171", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:25ef73" }, { "uid": "b995c67c-8efe-44f3-ad3d-026dc1c53cfc", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4d908b" }, { "uid": "4b510887-5383-4710-b615-2743830a3d24", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:74694c" }, { "uid": "b2122eed-ee0c-4dbb-9ad2-95a16dfbe9e3", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:0abe18" }, { "uid": "8d03dc1d-7429-45ac-91a8-d88d0a739d34", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:af47f5" }, { "uid": "17dcbf3a-c136-4ee8-9ce1-0c8b0797687a", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:dfdf94" }, { "uid": "8cde9530-527a-411b-b661-f3dfa10f9d29", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4e5016" }, { "uid": "d79d80d6-124d-4631-9344-e88326b894ad", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:c6cc1c" }, { "uid": "195b862e-e5e2-4ba8-b5e1-a388602261de", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:cc3768" }, { "uid": "bf0a9cdc-59b6-4474-8503-90b63a6ed955", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:06261a" }, { "uid": "6ebacd5a-6f1c-4471-89b6-47eecd432d27", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:2e49bd" }, { "uid": "76d1074b-0f88-414a-b83b-24953ce1ec1a", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:5a6871" }, { "uid": "5736c15b-306e-495a-bd54-21d76236943f", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:9a5a0b" }, { "uid": "860d7a70-98a8-42a7-a45e-6b757a144bc0", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:3b9d73" }, { "uid": "f00b392b-66ef-4c8f-8630-b5e8dec61bcc", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:cd46f8" }, { "uid": "ddcecf45-d3b6-4e1a-b8f0-c6f6cf058904", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:58ff72" }, { "uid": "b04347d8-1c48-46ee-b6d1-3bb51dca681e", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:b1d38c" }, { "uid": "b49c2860-2636-465d-9f00-9af5d0ff30d4", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:5338be" }, { "uid": "7e523e5b-c064-4311-aafe-5e3882ee6816", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:158a68" }, { "uid": "bc6007f4-3a0e-4b5f-bc98-9377d0056913", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4bc139" }, { "uid": "3249d42e-d0e0-46d5-ae32-4fc2fc43b881", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:6774e3" }, { "uid": "4ccd305c-7790-4108-b84e-e6a4fa54511b", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:9f9803" }, { "uid": "697cdef5-4c0f-424b-b6e0-60e072f8ae1b", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:64e922" }, { "uid": "c8a20fd6-a8bd-48c4-a9f4-ea5ec211df6b", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:58a7bd" }, { "uid": "ec0682ad-925c-4f12-b4c9-7b659f1598bf", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:84571e" }, { "uid": "c1c18c49-6514-438f-a35a-caac0542cd59", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:e1a749" }, { "uid": "cdc18a61-1026-4a42-953c-cc11af952f29", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4ad7a2" }, { "uid": "19726909-eea6-4b1b-aeb0-23d665a8b463", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:fcab5a" }, { "uid": "49eb7564-c90b-41e8-a969-57913dd0f7ac", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:3f18d9" }, { "uid": "148f87d0-0afc-477e-8049-ba715502f032", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:e3849f" }, { "uid": "8422c308-0f5e-4f19-9e9e-d3d81527f64a", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4d4640" }, { "uid": "68f254db-7c54-41c9-8c5c-f85345cbeb7c", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:f4347b" }, { "uid": "8c64e689-1520-47e7-a266-4e0c4f4262ed", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:f4d0ef" }, { "uid": "8c12f0fe-def8-4f6e-a762-a7b57688b0d1", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:4699d1" }, { "uid": "19e0bab7-53f7-4a74-9411-3e78845ffcb7", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:c375a0" }, { "uid": "044c7198-791f-4b50-850a-83b1d0b2b65e", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:baf408" }, { "uid": "9f1b007c-b6e0-4e26-9a8f-3300eab2382b", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:c5f4f3" }, { "uid": "cb1befe7-97c9-43cd-af9b-f7f384385799", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:eddc3f" }, { "uid": "333a2b0b-85cb-4b99-8b66-48565715ab41", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:6504fe" }, { "uid": "88d7a289-c800-476a-b856-4ee636664bca", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:ca0ce0" }, { "uid": "d9d96abf-e233-4c26-958b-1b8e405ba425", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:376b9d" }, { "uid": "16409673-9df6-46b3-9661-8f2e5cdc9309", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:7b2378" }, { "uid": "ab525419-e0e6-44d6-9c33-01c3ea0cd7de", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:ed0559" }, { "uid": "847f5c77-551b-46a0-b439-ecf6275f61c0", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:c32282" }, { "uid": "f2481bdb-ceaa-468e-8245-243256ad4230", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:75900d" }, { "uid": "5abfa4f2-9888-492d-8a2a-a3ebac1025b5", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:1e5f58" }, { "uid": "cc48c8bd-3115-495f-950f-a55fa03b4f9a", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:78fcef" }, { "uid": "581e5699-2c7b-4799-b030-666b3a8a6d3c", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:d3d6fb" }, { "uid": "2c03ef31-a13a-4bf6-aa7d-5266bd484c25", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:d90821" }, { "uid": "0e98910e-cdc9-4925-b936-c086a681f239", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:56915f" }, { "uid": "5c2d3de4-1dbd-4185-a8a4-59c67321a0e3", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:dbd277" }, { "uid": "df1bd50c-7757-403a-b9ad-1289f2df9067", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:c4a40c" }, { "uid": "44320706-aa2c-4051-9cab-88371f8c90cc", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:11cb36" }, { "uid": "09218b5a-d498-4986-bfd0-2ad8c9d06d84", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:15472b" }, { "uid": "a63d07f3-8e91-476a-82ec-8332fa372fd7", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:6915d3" }, { "uid": "2c46a147-6bcd-4dcf-a56d-4acc3741171d", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:a41e94" }, { "uid": "d11f17df-66f4-420b-8084-576f46b43aeb", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:a588f7" }, { "uid": "2d2c900d-174b-4950-b8d1-ba7dc4c4a7a7", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:a7ef5a" }, { "uid": "583f1059-eaae-485b-8668-596eaf1e7890", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8a6cd7" }, { "uid": "7b0b1a3f-93ad-4398-bf13-ce34f9fc8d5c", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:171053" }, { "uid": "330fdd81-3e19-4f31-86fe-7261e2ddcf40", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:582f60" }, { "uid": "c5333923-6095-46e9-b5d3-c84dfdec9d73", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:1fc327" }, { "uid": "b98436ba-9c08-41c7-b912-056892d7e6fe", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:384dfe" }, { "uid": "5a5147c4-089f-4bfd-9c05-43047598e6e1", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:f384c3" }, { "uid": "0a845883-1e46-451c-9039-7ecbe8984ad6", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8d36ba" }, { "uid": "74f7d9ea-7fbd-48ab-86c5-33d0c9233282", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:f75226" }, { "uid": "a0009c68-6d6d-4748-a29c-65d5c86b5bd2", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:d0d72a" }, { "uid": "eb5cd727-8874-4ffe-b438-d08be41c0c88", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:385908" }, { "uid": "600d2867-57af-47a3-9764-2088b02e7889", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:e248e6" }, { "uid": "69a02448-63d5-4ecd-92dd-12e0f5f9908a", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:9a126a" }, { "uid": "11c3a9dd-0b02-4478-bf3d-dda8fe0de882", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8b6b5a" }, { "uid": "aa635eb3-e13a-4fea-a1de-8c7b1af0c637", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:1dc5f9" }, { "uid": "a786b3cd-3a50-4a5d-8da9-b483f56609bc", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:777e3f" }, { "uid": "01c965fc-06d5-4e0d-add2-1b004b998538", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8aae60" }, { "uid": "aac4dac7-0896-4eca-bc36-2c8615939e97", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:3f487e" }, { "uid": "b5941f7b-0b1d-4cd1-80b4-56869dbb68e9", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8251f6" }, { "uid": "2b7ec3af-4d4e-4007-9a91-6caa92bd8991", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:9295a9" }, { "uid": "950e41c5-f385-4e94-811c-d6130cdd1081", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:78769d" }, { "uid": "57b5f8df-4632-41a6-a79a-0295ba8b4254", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:6904d5" }, { "uid": "fd308fa6-a572-4b6e-ae23-3a96a85f5170", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:39a48d" }, { "uid": "4ef66c76-8544-48cd-a63c-3f2c307b1e38", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:9cc5f8" }, { "uid": "c78069b8-a20c-4a35-80f6-18b4e1414749", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:a286fb" }, { "uid": "a73ec909-ba65-461d-a31f-5dc301741c17", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:6705cb" }, { "uid": "9690da68-25dc-4427-aac3-dad233c36370", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8f1fe7" }, { "uid": "d2692c31-915f-4903-9f62-ec5b7f4474ce", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:f98380" }, { "uid": "a6661f08-9687-49d7-b69e-33304c4c69fd", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:54b6a1" }, { "uid": "4d955054-7759-412c-8b35-c808e3f136c4", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:b4a44e" }, { "uid": "5f346641-fefa-4931-8de1-34667203fe81", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:92bff9" }, { "uid": "4cfbc1e0-e85c-4d84-87c8-d8b2c00c87c5", "type": "scatter", "xsrc": "bmbyr8:56:adebdf", "ysrc": "bmbyr8:56:8b4411" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bmbyr8", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.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": "2019-05-27 16:23:33", "mapbox_access_tokens": null, "has_password": null, "username": "bmbyr8", "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-17T21:10:52.710540Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~HITKUMAR/23.embed", "fid": "HITKUMAR:23", "filename": "Plot 23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/HITKUMAR/23/9_DY7WMY95VSIL7T66HZU5FNFHYA6WJD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/HITKUMAR/23/2_6LUQFENKNJYSC3SE00NDWAW1C9A6II.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/HITKUMAR/23/8_46524BBDB2D5RMYHBGVZ7LAOUG21U8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/HITKUMAR/23/9_DY7WMY95VSIL7T66HZU5FNFHYA6WJD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/HITKUMAR:23", "plots": "https://api.plotly.com/v2/plots/HITKUMAR:23", "parent": "https://api.plotly.com/v2/folders/home?user=HITKUMAR" }, "owner": "HITKUMAR", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~HITKUMAR/23/", "world_readable": true, "date_modified": "2019-06-17T21:10:52.726Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~HITKUMAR/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "", "type": "scatter", "xsrc": "HITKUMAR:22:d15c55", "ysrc": "HITKUMAR:22:0c3660", "visible": true }, { "mode": "markers", "name": "", "type": "scatter", "xsrc": "HITKUMAR:22:d15c55", "ysrc": "HITKUMAR:22:0c3660", "visible": true }, { "mode": "lines", "name": "", "type": "scatter", "xsrc": "HITKUMAR:22:c80bfc", "ysrc": "HITKUMAR:22:c06804", "visible": true }, { "mode": "markers", "name": "", "type": "scatter", "xsrc": "HITKUMAR:22:c80bfc", "ysrc": "HITKUMAR:22:c06804", "visible": true } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.29406250000000006, 5.2659375 ], "title": { "text": "I(MA)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.254901960784313, 223.2549019607843 ], "title": { "text": "Uh(V)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~HITKUMAR", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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-05-07 16:25:38", "mapbox_access_tokens": null, "has_password": null, "username": "HITKUMAR", "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-17T21:09:27.607474Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~S11097676/1.embed", "fid": "S11097676:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/S11097676/1/9_12YIEOS3LBC7G8ISOBAF5613X8QD8J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/S11097676/1/2_4S2IW9JCZR5V3PPR5UEY2YG9YYVRXP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/S11097676/1/8_2LQ6CYNGA8TBCGBTG0JX8ZM0NTE9FY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/S11097676/1/9_12YIEOS3LBC7G8ISOBAF5613X8QD8J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/S11097676:1", "plots": "https://api.plotly.com/v2/plots/S11097676:1", "parent": "https://api.plotly.com/v2/folders/home?user=S11097676" }, "owner": "S11097676", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~S11097676/1/", "world_readable": true, "date_modified": "2019-06-17T21:09:27.624Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~S11097676/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "bar", "xsrc": "S11097676:0:712d4a", "ysrc": "S11097676:0:a8b4fb", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Southern Hemisphere Temperatures 1880-2014" }, "xaxis": { "type": "linear", "range": [ 1879.5, 2014.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -52.88888888888889, 64.88888888888889 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~S11097676", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-17 21:00:22", "mapbox_access_tokens": null, "has_password": null, "username": "S11097676", "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-17T21:08:48.700083Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jbaniha/8.embed", "fid": "jbaniha:8", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jbaniha/8/9_LFWJNHYRDCB9A6YQ284RU2EQ8TK4M6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jbaniha/8/2_TGILF0FAARRG00XY3TY1Z52RIN9XT5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jbaniha/8/8_GC1G3590R1WDKN132DO1B57WIXXA2K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jbaniha/8/9_LFWJNHYRDCB9A6YQ284RU2EQ8TK4M6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jbaniha:8", "plots": "https://api.plotly.com/v2/plots/jbaniha:8", "parent": "https://api.plotly.com/v2/folders/home?user=jbaniha" }, "owner": "jbaniha", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jbaniha/8/", "world_readable": true, "date_modified": "2019-06-17T21:08:49.143Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jbaniha/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1913e364-9144-11e9-aad2-b8ca3ad6c2d9", "type": "box", "ysrc": "jbaniha:9:eb1135", "jitter": 0.5, "pointpos": -1.8, "boxpoints": "all" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jbaniha", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-01-18 18:40:48", "mapbox_access_tokens": null, "has_password": null, "username": "jbaniha", "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-17T21:08:09.417380Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alahiff/11.embed", "fid": "alahiff:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alahiff/11/9_VIDYIVUEH2AVY34IU1H8W3LDI25Q3E.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alahiff/11/2_7US8MCBTU3F6ZNH6Z44UJMUI2R8K6O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alahiff/11/8_J4KCOLH3OSPCUHSOKTRB77C45RBIT9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alahiff/11/9_VIDYIVUEH2AVY34IU1H8W3LDI25Q3E.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alahiff:11", "plots": "https://api.plotly.com/v2/plots/alahiff:11", "parent": "https://api.plotly.com/v2/folders/home?user=alahiff" }, "owner": "alahiff", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alahiff/11/", "world_readable": true, "date_modified": "2019-06-18T06:07:40.024Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alahiff/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "CUMULUS (CCFE)", "type": "scatter", "xsrc": "alahiff:8:916b92", "ysrc": "alahiff:8:f08849" }, { "mode": "lines", "name": "OpenStack-STFC", "type": "scatter", "xsrc": "alahiff:9:631ad8", "ysrc": "alahiff:9:e67de1", "stackgroup": null }, { "mode": "lines", "name": "OpenStack-IC", "type": "scatter", "xsrc": "alahiff:10:71b3b7", "ysrc": "alahiff:10:87aeb1", "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.1, "text": "osu_bw" }, "xaxis": { "type": "log", "range": [ 0, 6.622659904607586 ], "title": { "text": "Window size" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -326.66449074074063, 6207.308657407407 ], "title": { "text": "Bandwidth (MB/s)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alahiff", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.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-03-08 07:14:54", "mapbox_access_tokens": null, "has_password": null, "username": "alahiff", "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-17T21:07:56.299756Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jbaniha/6.embed", "fid": "jbaniha:6", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jbaniha/6/9_P294J0NC0WLMFYE5VWWF35LKQOJLAN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jbaniha/6/2_Y78N8C0Q4GT41BQ0NE3Y1DFKF1OWQ2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jbaniha/6/8_DX5J0XLVGRUUCKWYR94MXW7XGVVEA0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jbaniha/6/9_P294J0NC0WLMFYE5VWWF35LKQOJLAN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jbaniha:6", "plots": "https://api.plotly.com/v2/plots/jbaniha:6", "parent": "https://api.plotly.com/v2/folders/home?user=jbaniha" }, "owner": "jbaniha", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jbaniha/6/", "world_readable": true, "date_modified": "2019-06-17T21:07:56.761Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jbaniha/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f8ffdade-9143-11e9-bed7-b8ca3ad6c2d9", "type": "box", "ysrc": "jbaniha:7:d14aee", "jitter": 0.3, "pointpos": -1.8, "boxpoints": "all" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jbaniha", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-01-18 18:40:48", "mapbox_access_tokens": null, "has_password": null, "username": "jbaniha", "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-17T21:07:41.936989Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mquinteros/1.embed", "fid": "mquinteros:1", "filename": "Concentracion de Cd (anual)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mquinteros/1/9_V7AP5HWF4RS9KVH4XTD3GYYQA8HLFZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mquinteros/1/2_XY0ZUE5S9MD5S335C1FHO6NW2D9Y31.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mquinteros/1/8_TIDZI6NHSFANXYD3NDUAV7SJG1CKT8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mquinteros/1/9_V7AP5HWF4RS9KVH4XTD3GYYQA8HLFZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mquinteros:1", "plots": "https://api.plotly.com/v2/plots/mquinteros:1", "parent": "https://api.plotly.com/v2/folders/home?user=mquinteros" }, "owner": "mquinteros", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mquinteros/1/", "world_readable": true, "date_modified": "2019-06-17T21:07:41.950Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mquinteros/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "cmax": -1.5, "cmin": 0, "mode": "markers", "type": "mesh3d", "xsrc": "mquinteros:0:01f4ce", "ysrc": "mquinteros:0:49db2d", "zsrc": "mquinteros:0:e43137", "cauto": true, "colorbar": { "title": { "text": "C (ug/m3)" } }, "showscale": true, "colorscale": [ [ 0, "#fff5eb" ], [ 0.125, "#fee6ce" ], [ 0.25, "#fdd0a2" ], [ 0.375, "#fdae6b" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#f16913" ], [ 0.75, "#d94801" ], [ 0.875, "#a63603" ], [ 1, "#7f2704" ] ], "flatshading": false, "intensitysrc": "mquinteros:0:e43137", "reversescale": false, "lightposition": { "z": 0 }, "autocolorscale": false } ], "frames": [], "layout": { "scene": { "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 1.2500000000000004, "y": 1.25, "z": 1.25 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Mapa de concentración de Cd (ug/m3)" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "sequential": [ [ 0, "#fff5eb" ], [ 0.125, "#fee6ce" ], [ 0.25, "#fdd0a2" ], [ 0.375, "#fdae6b" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#f16913" ], [ 0.75, "#d94801" ], [ 0.875, "#a63603" ], [ 1, "#7f2704" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mquinteros", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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-17 20:25:06", "mapbox_access_tokens": null, "has_password": null, "username": "mquinteros", "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-17T21:07:33.037912Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vagner_ribeiro/2.embed", "fid": "vagner_ribeiro:2", "filename": "Events by time", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vagner_ribeiro/2/9_OLM3DDQ6VDO7Z3DMH710TSKKNKD4OI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vagner_ribeiro/2/2_8XTFKFH2HAM9YM7DWCVW123V21LECD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vagner_ribeiro/2/8_C0SACZIOVOXLE5N4TTP06L666XKDT2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vagner_ribeiro/2/9_OLM3DDQ6VDO7Z3DMH710TSKKNKD4OI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vagner_ribeiro:2", "plots": "https://api.plotly.com/v2/plots/vagner_ribeiro:2", "parent": "https://api.plotly.com/v2/folders/home?user=vagner_ribeiro" }, "owner": "vagner_ribeiro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Reported events by time", "views": 0, "web_url": "https://chart-studio.plotly.com/~vagner_ribeiro/2/reported-events-by-time/", "world_readable": true, "date_modified": "2019-06-17T21:19:38.078Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vagner_ribeiro/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fa3efbb3-0f67-4339-8313-d2bf46f64951", "line": { "color": "#17BECF" }, "type": "scatter", "xsrc": "vagner_ribeiro:3:6e90d0", "ysrc": "vagner_ribeiro:3:b802f2", "opacity": 0.8 } ], "layout": { "title": { "text": "Reported events by time" }, "xaxis": { "range": [ "2020-04-06 00:00:00", "2020-04-11 00:00:00" ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vagner_ribeiro", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-17 14:14:40", "mapbox_access_tokens": null, "has_password": null, "username": "vagner_ribeiro", "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-17T21:07:05.078820Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~laidinggg/2.embed", "fid": "laidinggg:2", "filename": "Plotly Playground 2019-06-17 22:07:02", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/laidinggg/2/9_HO7CA460RQ470UU5EMQJG29O3X0KO6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/laidinggg/2/2_EN23XFE1TTD99817ZJPG07Y40ZGLGP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/laidinggg/2/8_TZ6VVLN02FKD8QCIMLPBEINS00IW13.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/laidinggg/2/9_HO7CA460RQ470UU5EMQJG29O3X0KO6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/laidinggg:2", "plots": "https://api.plotly.com/v2/plots/laidinggg:2", "parent": "https://api.plotly.com/v2/folders/home?user=laidinggg" }, "owner": "laidinggg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~laidinggg/2/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-17T21:07:05.985Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~laidinggg/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4bee9ce1-7bec-4c2e-bea7-8896dd423118", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "-9.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:412cd2" }, { "uid": "cbc1d2c3-c76a-4741-bcb1-d17188614a1d", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "56.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:81a3af" }, { "uid": "a8364e93-3994-428c-bcc1-64ab05d8abfb", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "61.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:24a978" }, { "uid": "deca7c78-a1fe-4f15-aa89-6a8374aba624", "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "65.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:e8ae85" }, { "uid": "909d04bc-b7ac-488f-b1ad-c6f5e373f304", "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "69.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:b8dbac" }, { "uid": "8cfc3eb6-2086-497a-a6f7-8d0c6747a3c4", "line": { "dash": "solid", "color": "rgba(0, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "73.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:c0d246" }, { "uid": "ecd8a703-b38e-4053-afe7-0a01b3fa5bce", "line": { "dash": "solid", "color": "rgba(255, 255, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "77.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:f6c6ad" }, { "uid": "019c12e2-c522-41a0-a3a2-8b695cc82c9b", "line": { "dash": "solid", "color": "rgba(128, 128, 0, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "81.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:73d3e5" }, { "uid": "918ffadf-859f-49ed-9e65-e7c884843e68", "line": { "dash": "solid", "color": "rgba(251, 128, 114, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "85.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:bf5912" }, { "uid": "b73a8a73-d213-4467-9ac9-25393d690ae3", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "92.0", "text": "", "type": "scatter", "xsrc": "laidinggg:3:b9fbb6", "ysrc": "laidinggg:3:856afc" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~laidinggg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-17 10:10:04", "mapbox_access_tokens": null, "has_password": null, "username": "laidinggg", "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-17T21:05:44.759513Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67154.embed", "fid": "amper:67154", "filename": "06-17-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67154/9_PVYCF4Y16PFJH3N9USYOK5Z6JO8ZQ1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/67154/2_KUVSO2HB14FBPOMSLH8QIN71GDI0IS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67154/8_4PWLX7I9VDQNPN00LU85D9WYJY9ZAE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67154/9_PVYCF4Y16PFJH3N9USYOK5Z6JO8ZQ1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67154", "plots": "https://api.plotly.com/v2/plots/amper:67154", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-17-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67154/_06-17-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T21:05:45.978Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67154/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "5d7e9f31-809e-411a-8716-281ce2017156", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67155:81422d", "ysrc": "amper:67155:d208e8", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false } ], "layout": { "title": "06-17-19_ds-1976_alg-5421_param-1407_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 } } ] }{ "next": "