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=cD0yMDE5LTA2LTE3KzE5JTNBMzMlM0E0My44Nzk5MTAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE5JTNBMjklM0E0Ni4wNTk1MzUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOSUzQTMzJTNBMTIuNzU1NDAyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T19:33:12.755402Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~fmariotti/8.embed", "fid": "fmariotti:8", "filename": "Comissão Perdida por Loja - 2016 à 2019", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/fmariotti:8/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/fmariotti/8/2_4L82JY94SCEPYCSCE2JXQIBWY1MG2L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fmariotti/8/8_JR2W53UO5DPFHGFWNOCQMFTW6TNSON.png", "list-thumb": "https://api.plotly.com/v2/files/fmariotti:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/fmariotti:8", "plots": "https://api.plotly.com/v2/plots/fmariotti:8", "parent": "https://api.plotly.com/v2/folders/home?user=fmariotti" }, "owner": "fmariotti", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Comissão Perdida por Loja - 2016 à 2019", "views": 0, "web_url": "https://chart-studio.plotly.com/~fmariotti/8/comissao-perdida-por-loja-2016-a-2019/", "world_readable": true, "date_modified": "2019-06-21T12:46:28.930Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~fmariotti/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "739120b0-8505-4168-8de9-c1eb266fab55", "line": { "color": "#ed9121" }, "name": "CRED PREST", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:4e7a58", "opacity": 0.8 }, { "uid": "3f6371f9-bcdc-4039-ab5a-28cfaa247c06", "line": { "color": "#ffff00" }, "name": "HELP/SAO CARLOS/CORBAN", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:99ce52", "opacity": 0.8 }, { "uid": "fa545bde-e17e-4388-a4af-35f1c295f1e9", "line": { "color": "#ed9121" }, "name": "HELP/RIBEIRAO PRETO QUITO/CORBAN SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:19833d", "ysrc": "fmariotti:9:fb9ab4", "opacity": 0.8 }, { "uid": "5cae0a45-adea-4ec6-9a2f-d275bd2eeb90", "line": { "color": "#f39c05" }, "name": "CALLCENTER-RIBEIRAO PRETO(AMADOR)/SP", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:40124a", "opacity": 0.8 }, { "uid": "97a0d449-66a9-4e5b-b717-46445fcbe414", "line": { "color": "#002e63" }, "name": "CRED CENTER-IBIRA", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:3cd71a", "opacity": 0.8 }, { "uid": "6bfd2795-266e-4280-8f01-adcf75da36e0", "line": { "color": "#a2798f" }, "name": "KEROCREDIT-PV CATANDUVA", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:4625b9", "opacity": 0.8 }, { "uid": "b0f8dd76-7f9a-4cb8-9940-f15ddb8f2dd4", "line": { "color": "#138808" }, "name": "HELP/RIBEIRAO PRETO AMERICO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:ccdd64", "opacity": 0.8 }, { "uid": "11b0a4d4-6d53-4117-bbaf-8ff6ea9b9b2c", "line": { "color": "#efdecd" }, "name": "HELP/MARINGA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:9059f7", "opacity": 0.8 }, { "uid": "b11b94a5-6e65-42ba-8181-048953320de6", "line": { "color": "#f0f8ff" }, "name": "REAL CRED - SUMARE", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:0d7d72", "opacity": 0.8 }, { "uid": "dd3338df-a006-4e6e-8cda-c1862c13c6c1", "line": { "color": "#002e63" }, "name": "HELP/FRANCA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:85739a", "opacity": 0.8 }, { "uid": "d5ce4030-8396-4c0f-8405-2248770be31f", "line": { "color": "#c90016" }, "name": "HELP/SOROCABA ALVARO SOARES/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:19833d", "ysrc": "fmariotti:9:09cb12", "opacity": 0.8 }, { "uid": "940eda04-e752-4c21-a9f4-9a7002a43a0f", "line": { "color": "#cc0000" }, "name": "HELP/ARARAQUARA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:c41406", "opacity": 0.8 }, { "uid": "2c91a932-f86e-433c-82ed-2e011274c3a9", "line": { "color": "#cd7f32" }, "name": "HELP/SOROCABA SAO BENTO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:b2fe30", "opacity": 0.8 }, { "uid": "1c1227cc-8bcc-4528-98c6-574955b69081", "line": { "color": "#8db600" }, "name": "HELP/ORLANDIA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:25046f", "opacity": 0.8 }, { "uid": "b9019f2b-02b8-4b07-92aa-461cbb10f408", "line": { "color": "#efdecd" }, "name": "HELP/JUNDIAI/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:08db95", "opacity": 0.8 }, { "uid": "b73addc6-be44-4114-a2e5-f366faf0f94a", "line": { "color": "#eb4c42" }, "name": "HELP/SAO JOAQUIM DA BARRA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:6dd57d", "opacity": 0.8 }, { "uid": "a270d0ac-c057-4415-9990-7f96c6c1c991", "line": { "color": "#3eb489" }, "name": "HELP/RIBEIRAO PRETO AMADOR/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:65daac", "opacity": 0.8 }, { "uid": "7617f415-cc0b-45f5-9fbf-c60ed54ce4ca", "line": { "color": "#ff8000" }, "name": "HELP/BAURU/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:032f62", "opacity": 0.8 }, { "uid": "8ff2c05d-4324-421c-a25e-dc0c553dd8ca", "line": { "color": "#a2798f" }, "name": "HELP/LONDRINA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:910ace", "ysrc": "fmariotti:9:8be5b1", "opacity": 0.8 }, { "uid": "8c033b65-4548-4735-a64f-441678bf7b08", "line": { "color": "#177245" }, "name": "A ALVES CORRESPONDENTE - ME", "type": "scatter", "xsrc": "fmariotti:9:e92f66", "ysrc": "fmariotti:9:8d32cd", "opacity": 0.8 }, { "uid": "27c03f70-4c94-49ea-8881-af3c8471247a", "line": { "color": "#f39c05" }, "name": "HELP/LIMEIRA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:af5454", "opacity": 0.8 }, { "uid": "8a27fffe-e430-4a87-9621-7d44aded13d4", "line": { "color": "#bfff00" }, "name": "HELP/CURITIBA BARAO DO RIO BRANCO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:a634e4", "opacity": 0.8 }, { "uid": "09cf72bf-526b-48c3-ac38-b03c5c213b38", "line": { "color": "#000000" }, "name": "NOVACRED - MATRIZ", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:7f0991", "opacity": 0.8 }, { "uid": "5dee4660-dc5b-4b09-9c89-9ce5b3fde308", "line": { "color": "#ffbc98" }, "name": "HELP/ITUVERAVA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:3505dd", "opacity": 0.8 }, { "uid": "1d5c44c9-d886-4f96-a923-f70baace3cb4", "line": { "color": "#002e63" }, "name": "DIAN CRED-RIBEIRAO PRETO", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:ac4b5b", "opacity": 0.8 }, { "uid": "d5b20754-80ac-43e8-9d03-027b9f91ad57", "line": { "color": "#ff4f00" }, "name": "MAXIMO MAGNANI JUNIOR 09266009822", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:32c559", "opacity": 0.8 }, { "uid": "b622bd00-0e81-4e14-b535-935f03781aa3", "line": { "color": "#eb4c42" }, "name": "BAZAR DO CREDITO", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:8cfebf", "opacity": 0.8 }, { "uid": "e00abb90-61a8-48a8-abb1-33ab5caf346b", "line": { "color": "#5d3954" }, "name": "PDV COLINA/RIBERCRED", "type": "scatter", "xsrc": "fmariotti:9:0319fd", "ysrc": "fmariotti:9:2c7a58", "opacity": 0.8 }, { "uid": "d1accb48-3773-48fd-ad33-c593d6ebfb9a", "line": { "color": "#e62020" }, "name": "PONTAL CRED", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:bc2645", "opacity": 0.8 }, { "uid": "18e1e8c7-5377-4c67-a005-cf47d2c40a9a", "line": { "color": "#b8860b" }, "name": "GRANNA CRED", "type": "scatter", "xsrc": "fmariotti:9:9b4367", "ysrc": "fmariotti:9:6457a1", "opacity": 0.8 }, { "uid": "515704be-2d58-4eca-b1f8-1fc2a2d621f8", "line": { "color": "#26619c" }, "name": "REGINA CELIA DE OLIVEIRA ZATITI - ME", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:5b4a68", "opacity": 0.8 }, { "uid": "486dfe60-2bd7-496b-accf-9f8e106b9a75", "line": { "color": "#00a0ff" }, "name": "LEANDRO CORREA DA SILVA", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:c20bcc", "opacity": 0.8 }, { "uid": "0545c95c-f1b4-4868-a436-4d8404034c36", "line": { "color": "#aaeeb1" }, "name": "SUPERCRED", "type": "scatter", "xsrc": "fmariotti:9:19833d", "ysrc": "fmariotti:9:b4a22d", "opacity": 0.8 }, { "uid": "4cbf7a49-8af3-4e88-abec-496d154b34c0", "line": { "color": "#b8860b" }, "name": "MLT FESTUCCIA-MATRIZ", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:56902d", "opacity": 0.8 }, { "uid": "fa87e788-5649-48f6-b9fd-9aec5a46f538", "line": { "color": "#556b2f" }, "name": "FENIX CRED", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:ad59f4", "opacity": 0.8 }, { "uid": "5dd6eacb-b27a-47c6-9e4b-4959b2a4ce74", "line": { "color": "#ff3800" }, "name": "FERCRED", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:64f431", "opacity": 0.8 }, { "uid": "42307a52-91c3-4c41-9952-bc7a9f1db2ea", "line": { "color": "#f400a1" }, "name": "IMPACTO VEICULOS ", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:25ea63", "opacity": 0.8 }, { "uid": "8c006c4e-3a63-4241-a90c-3e49da33c221", "line": { "color": "#afeeee" }, "name": "COMCRED", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:1b01c7", "opacity": 0.8 }, { "uid": "c0bcdb9c-9c81-4ccf-bce8-b69202d7b087", "line": { "color": "#c1a8ac" }, "name": "SANTOS NAVARRO & NAVARRO LTDA ME", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:dc91a1", "opacity": 0.8 }, { "uid": "61edc6ff-a276-4fb9-ad7f-9de0bca3f75e", "line": { "color": "#ff8c00" }, "name": "PEDERCRED-PV PEDERNEIRAS", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:5af6fa", "opacity": 0.8 }, { "uid": "cc7a200d-6be2-40f7-8127-56048f626f44", "line": { "color": "#3d2b1f" }, "name": "NOTTI INFORMAÇOES CADASTRAIS EIRELI - ME", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:c34577", "opacity": 0.8 }, { "uid": "b533821a-aa42-4fad-8b8c-554422f0c22f", "line": { "color": "#ff8c00" }, "name": "CLAUDIO BRAZ PUCCI-PV PRESIDENTE BERNARDES", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:3be089", "opacity": 0.8 }, { "uid": "7a3187de-c4ac-407f-9993-ed07ede3bd84", "line": { "color": "#efdecd" }, "name": "CENTERCRED", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:5f0132", "opacity": 0.8 }, { "uid": "45271bf0-3418-4741-977f-ca2fe8f98610", "line": { "color": "#ffe135" }, "name": "SOLUCAOSERV", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:d61cfc", "opacity": 0.8 }, { "uid": "d30dad4d-cd9e-482d-92c7-6133727faf2b", "line": { "color": "#d2691e" }, "name": "AM CREDFACIL", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:67f196", "opacity": 0.8 }, { "uid": "76c71c76-6131-4340-9bd4-0fb20624dcd7", "line": { "color": "#afeeee" }, "name": "GA SERVICOS ADMINISTRATIVOS LTDA", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:512a55", "opacity": 0.8 }, { "uid": "e115bffa-b226-422a-bba6-d5d381c8042f", "line": { "color": "#ff8000" }, "name": "JOSE ENOQLIS DA SILVA ME", "type": "scatter", "xsrc": "fmariotti:9:32e683", "ysrc": "fmariotti:9:e02c65", "opacity": 0.8 }, { "uid": "c6bd2318-87e4-4292-8dbf-e0624f3a8aec", "line": { "color": "#ffd700" }, "name": "HELP/MIRASSOL/CREDIMAIS ", "type": "scatter", "xsrc": "fmariotti:9:9b4367", "ysrc": "fmariotti:9:617f04", "opacity": 0.8 }, { "uid": "1b17ca0c-5043-439e-844c-5e8037b335fd", "line": { "color": "#ffd700" }, "name": "ROQUE SOLUCOES", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:31bfa9", "opacity": 0.8 }, { "uid": "c5b21767-2288-45da-b5bf-d23565955dee", "line": { "color": "#c90016" }, "name": "JP GENTILE-PV SANTA FE DO SUL", "type": "scatter", "xsrc": "fmariotti:9:0319fd", "ysrc": "fmariotti:9:c28978", "opacity": 0.8 }, { "uid": "aa5497bd-eb01-4743-8e45-829b45f8d2bf", "line": { "color": "#002e63" }, "name": "OLIMCRED", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:4be550", "opacity": 0.8 }, { "uid": "f94742c2-9d7b-416d-8dff-e7b0b85b7cbe", "line": { "color": "#36454f" }, "name": "TIM REPRESENTACOES", "type": "scatter", "xsrc": "fmariotti:9:ffd377", "ysrc": "fmariotti:9:171e37", "opacity": 0.8 }, { "uid": "9e8f2a48-6771-4ef8-8bb1-86ad4b711943", "line": { "color": "#bfff00" }, "name": "CRYSTALCRED", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:63a416", "opacity": 0.8 }, { "uid": "ee18916c-21b3-4ba9-a50a-3c0616c17388", "line": { "color": "#a8e4a0" }, "name": "AL CRED", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:767e54", "opacity": 0.8 }, { "uid": "9d957cfb-dcc3-403a-a7b4-602e0b8a2345", "line": { "color": "#b06500" }, "name": "COUTO & COUTO-PV SERTAOZINHO", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:56e2aa", "opacity": 0.8 }, { "uid": "8c1a5bf7-75b3-46ca-9296-d80fe4a0a501", "line": { "color": "#a2798f" }, "name": "CALLCENTER COLINA/SP", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:472d2d", "opacity": 0.8 }, { "uid": "8c15eb3c-5554-413b-b555-4c322b41d2c2", "line": { "color": "#ff033e" }, "name": "OTACILIO LOPES DE OLIVEIRA PV EMBU-GUACU/SP", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:d7e4f8", "opacity": 0.8 }, { "uid": "8ad8764a-82c4-4744-ad77-fb54989d4e7e", "line": { "color": "#36454f" }, "name": "RMFLEX - PV PROMISSAO", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:b2157e", "opacity": 0.8 }, { "uid": "c751d4a4-33f1-4717-a83d-b0b95f763536", "line": { "color": "#cc0000" }, "name": "MARIA CRISTINA GEORJUTTI - ME", "type": "scatter", "xsrc": "fmariotti:9:5b054d", "ysrc": "fmariotti:9:65fed8", "opacity": 0.8 }, { "uid": "00f372c9-a273-46f0-be93-43dc0a0a0568", "line": { "color": "#26619c" }, "name": "ENJOYCRED", "type": "scatter", "xsrc": "fmariotti:9:98446d", "ysrc": "fmariotti:9:9cf7bd", "opacity": 0.8 }, { "uid": "028a3129-73ca-4163-b807-720bb935890e", "line": { "color": "#ffbc98" }, "name": "NS CRED - PV BIRIGUI", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:9eba32", "opacity": 0.8 }, { "uid": "a49b81fd-ba84-4ecd-b7f9-5e854ae801b1", "line": { "color": "#c1a8ac" }, "name": "AZUL SERVICOS DE INFORMACOES CADASTRAIS LTDA EPP", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:ad326f", "opacity": 0.8 }, { "uid": "8c94fb2c-a5ff-4c27-bcb6-a3afb9441ead", "line": { "color": "#ee82ee" }, "name": "HELP/MARILIA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:7ab5f1", "opacity": 0.8 }, { "uid": "3031c83a-77b7-4899-840f-c180303ce43d", "line": { "color": "#ff8c00" }, "name": "HELP/SAO JOSE DO RIO PRETO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:fab086", "opacity": 0.8 }, { "uid": "0c43770b-0b53-4642-ab02-87ddc841c2e4", "line": { "color": "#e48400" }, "name": "HELP/AMERICANA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:9b4367", "ysrc": "fmariotti:9:f9fea1", "opacity": 0.8 }, { "uid": "fd6b65b8-311c-41ea-8e07-db3e1b3231c5", "line": { "color": "#ffff99" }, "name": "MARCOS ALOISIO DUTRA - ME", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:4fb621", "opacity": 0.8 }, { "uid": "e99e035a-a430-42ce-b46f-41893ca850fa", "line": { "color": "#a2798f" }, "name": "HELP/LINS/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:406796", "opacity": 0.8 }, { "uid": "40a2fd7d-6334-405f-a6f6-03ba18a33daa", "line": { "color": "#d2691e" }, "name": "HELP/ASSIS/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ad1933", "ysrc": "fmariotti:9:e8df83", "opacity": 0.8 }, { "uid": "455e226c-721a-4cff-a819-fa35eab8ddee", "line": { "color": "#5d8aa8" }, "name": "HELP/MOGI GUACU/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:a61eb1", "opacity": 0.8 }, { "uid": "4059cd8f-4b29-4973-b95c-fb8c43f509af", "line": { "color": "#8db600" }, "name": "HELP/PONTA GROSSA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:212756", "opacity": 0.8 }, { "uid": "2670b4a8-872f-457d-92a0-c10fb724549b", "line": { "color": "#aaeeb1" }, "name": "HELP/PRESIDENTE PRUDENTE/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:2a5591", "opacity": 0.8 }, { "uid": "a472091c-f409-417e-9316-244f86254652", "line": { "color": "#d2691e" }, "name": "HELP/PIRASSUNUNGA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:112d4e", "opacity": 0.8 }, { "uid": "baa6e23d-1c29-4781-95cf-69170963b560", "line": { "color": "#36454f" }, "name": "HELP/CAMPINAS/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:5dc82c", "opacity": 0.8 }, { "uid": "ff791f51-2c46-4889-8604-ae1a4153d249", "line": { "color": "#e62020" }, "name": "HELP/RIO CLARO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:e5b6d4", "opacity": 0.8 }, { "uid": "6158a01d-a26c-44f2-9297-dac7429b0075", "line": { "color": "#cd7f32" }, "name": "HELP/BEBEDOURO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:bc8acd", "opacity": 0.8 }, { "uid": "1c6ee3e8-5227-42ba-868a-d4696557c1b5", "line": { "color": "#e62020" }, "name": "HELP/ARARAS/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:ffd377", "ysrc": "fmariotti:9:072dd5", "opacity": 0.8 }, { "uid": "515a6705-2653-428f-b0f1-4b618edc3736", "line": { "color": "#ffe135" }, "name": "HELP/PORTO FERREIRA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:b2f06b", "opacity": 0.8 }, { "uid": "970d94d0-ff2e-4207-a70b-e67a864ae377", "line": { "color": "#ee82ee" }, "name": "HELP/LEME/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:14a678", "opacity": 0.8 }, { "uid": "766350d9-dcc6-4030-970a-bbcb653ec364", "line": { "color": "#ed9121" }, "name": "HELP/SERTAOZINHO/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:3e20cb", "opacity": 0.8 }, { "uid": "8b678336-4344-4c48-8558-8cd51c7c0a55", "line": { "color": "#bf00ff" }, "name": "HELP/JAU/RP SERVIÇOS", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:ca8348", "opacity": 0.8 }, { "uid": "4bdf9286-c6ae-4ead-b51b-2f43d09e0f6c", "line": { "color": "#5d3954" }, "name": "ESB CAMPOS LTDA - ME", "type": "scatter", "xsrc": "fmariotti:9:910ace", "ysrc": "fmariotti:9:08c1de", "opacity": 0.8 }, { "uid": "43ef0d21-6495-42f8-8193-f6fe6b2b65c6", "line": { "color": "#177245" }, "name": "HELP/FERNANDOPOLIS/CREDFASIL", "type": "scatter", "xsrc": "fmariotti:9:32e683", "ysrc": "fmariotti:9:def8dd", "opacity": 0.8 }, { "uid": "b77ea603-845b-48e5-b91b-a144ffba904e", "line": { "color": "#fee8fd" }, "name": "HELP/CURITIBA TIRADENTES/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:200811", "ysrc": "fmariotti:9:369c08", "opacity": 0.8 }, { "uid": "687b1c78-46d4-473d-8da2-fcd526b7e763", "line": { "color": "#e62020" }, "name": "HELP/CURITIBA SENADOR ALENCAR/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:0fa4a6", "ysrc": "fmariotti:9:d9fc9f", "opacity": 0.8 }, { "uid": "aa5ab1e0-220e-4c52-9e4d-04cc8a16f0bc", "line": { "color": "#ff4500" }, "name": "K&RP INTERMEDIACOES FINANCEIRAS LTDA EPP", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:849cf1", "opacity": 0.8 }, { "uid": "97ba2c73-6950-464d-8c4e-b174f2bb3740", "line": { "color": "#872657" }, "name": "CENTRALIZADORA-RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:910ace", "ysrc": "fmariotti:9:de1859", "opacity": 0.8 }, { "uid": "6b216cc4-5b9a-4fdc-914b-54c84f8e7dfc", "line": { "color": "#cd7f32" }, "name": "MARIA HELENA LOPES ALVES 17871523830", "type": "scatter", "xsrc": "fmariotti:9:ffd377", "ysrc": "fmariotti:9:9d8b2e", "opacity": 0.8 }, { "uid": "9dc57ddc-562d-4e34-bc88-a5069a0e2e1f", "line": { "color": "#cd7f32" }, "name": "AIRTON SHOJI UONO", "type": "scatter", "xsrc": "fmariotti:9:910ace", "ysrc": "fmariotti:9:e02936", "opacity": 0.8 }, { "uid": "87bf269b-ac1c-4ee6-be18-880459934ef9", "line": { "color": "#ff4500" }, "name": "MARIANA CRISTINA FIORINI DINIZ FERREIRA - ME", "type": "scatter", "xsrc": "fmariotti:9:0fa4a6", "ysrc": "fmariotti:9:2fd416", "opacity": 0.8 }, { "uid": "ae5ddaf0-4fb5-4acf-8ee1-95fb7bade118", "line": { "color": "#d2691e" }, "name": "JOSE ROBERTO DA SILVA", "type": "scatter", "xsrc": "fmariotti:9:5b054d", "ysrc": "fmariotti:9:aab634", "opacity": 0.8 }, { "uid": "0c545109-603e-49a7-bf5d-bcb3ed7aa754", "line": { "color": "#e62020" }, "name": "GRUPO M.T DE COBRANCAS", "type": "scatter", "xsrc": "fmariotti:9:98446d", "ysrc": "fmariotti:9:950de8", "opacity": 0.8 }, { "uid": "1f0b2267-ba01-4595-bab1-9937cbdaddba", "line": { "color": "#f0f8ff" }, "name": "MD NEGOCIOS", "type": "scatter", "xsrc": "fmariotti:9:c4510c", "ysrc": "fmariotti:9:d18feb", "opacity": 0.8 }, { "uid": "5a7acf36-20d1-4ccc-87ca-69f83f0efce5", "line": { "color": "#26619c" }, "name": "HELP/PIRACICABA/RP SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:0fd531", "ysrc": "fmariotti:9:447397", "opacity": 0.8 }, { "uid": "74c68a6b-7824-49ae-94d0-bf4fc387b13c", "line": { "color": "#f39c05" }, "name": "EXCLUSIVA CENTRO DE NEGOCIOS ", "type": "scatter", "xsrc": "fmariotti:9:3eaada", "ysrc": "fmariotti:9:422bb5", "opacity": 0.8 }, { "uid": "d089d668-bd3d-48dd-892c-41b4d19deaeb", "line": { "color": "#26619c" }, "name": "HELP/CAMPINAS-OURO VERDE/RMC SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:04ccfa", "ysrc": "fmariotti:9:92ea07", "opacity": 0.8 }, { "uid": "6bd9de13-a586-44c8-ad93-a6a8150a52c7", "line": { "color": "#bf00ff" }, "name": "CREDITO BARATO", "type": "scatter", "xsrc": "fmariotti:9:0fd531", "ysrc": "fmariotti:9:90c80e", "opacity": 0.8 }, { "uid": "1249ccc5-6f35-4464-8eb4-849e2cee5b52", "line": { "color": "#e62020" }, "name": "GABRIEL LOPES DESTRI", "type": "scatter", "xsrc": "fmariotti:9:444c6d", "ysrc": "fmariotti:9:02d0dd", "opacity": 0.8 }, { "uid": "84d7f241-59c6-4bf6-8d6b-0bd09e320b8d", "line": { "color": "#ff4500" }, "name": "JANUARIO OLIVA NETO", "type": "scatter", "xsrc": "fmariotti:9:663519", "ysrc": "fmariotti:9:0e6f19", "opacity": 0.8 }, { "uid": "72b9ec82-f2be-4333-9c78-9eb45622dd67", "line": { "color": "#4b3621" }, "name": "PIMENTA & MEDINA INFORMACOES CADASTRAIS LTDA ME", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:ab17d3", "opacity": 0.8 }, { "uid": "d880939f-88ea-48b4-9116-c8c970bec655", "line": { "color": "#aaeeb1" }, "name": "IDEALCRED", "type": "scatter", "xsrc": "fmariotti:9:137e8e", "ysrc": "fmariotti:9:424480", "opacity": 0.8 }, { "uid": "981a5332-bd84-4dc9-be33-09e2cc0a0de0", "line": { "color": "#534b4f" }, "name": "SIGACRED", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:deec84", "opacity": 0.8 }, { "uid": "cfb02001-310c-4d71-92a8-d1a5c43165b9", "line": { "color": "#3eb489" }, "name": "MULT CRED", "type": "scatter", "xsrc": "fmariotti:9:294e54", "ysrc": "fmariotti:9:3f2ec3", "opacity": 0.8 }, { "uid": "81ae09df-caf8-4226-b71d-0b50ad1fa4e3", "line": { "color": "#cc0000" }, "name": "CREDINHEIRO VEICULOS", "type": "scatter", "xsrc": "fmariotti:9:ffd377", "ysrc": "fmariotti:9:3ffc98", "opacity": 0.8 }, { "uid": "0dc90c9f-7565-4e9a-b6a3-95a3650e01b7", "line": { "color": "#ee82ee" }, "name": "VENCESCRED", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:cddec3", "opacity": 0.8 }, { "uid": "dc9bac53-c3e5-4dbf-80c8-870035f79f64", "line": { "color": "#556b2f" }, "name": "AKICRED INTERMEDIACAO DE NEGOCIOS", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:1a826f", "opacity": 0.8 }, { "uid": "3075396b-6b90-4133-a830-178216a53dd5", "line": { "color": "#138808" }, "name": "FR GOLD", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:43fc2b", "opacity": 0.8 }, { "uid": "ae048b2f-14c6-4381-a69c-93689ee0db76", "line": { "color": "#002e63" }, "name": "D & M SERVICOS ADMINISTRATIVOS", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:d4b3ba", "opacity": 0.8 }, { "uid": "abe07470-ac5e-4ecf-a08d-4fba759db901", "line": { "color": "#ff8c00" }, "name": "MM SOLUCOES FINANCEIRAS", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:66bbaa", "opacity": 0.8 }, { "uid": "595573d7-b392-4d37-bf58-737b6e1f277f", "line": { "color": "#85bb65" }, "name": "ELAINE CRISTINA - PV LAPA / SP", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:37b7ad", "opacity": 0.8 }, { "uid": "ad51b031-d2aa-4e95-bfd7-3ca490ccce58", "line": { "color": "#872657" }, "name": "P.T. SOUSA ASSESSORIA", "type": "scatter", "xsrc": "fmariotti:9:c0d4ec", "ysrc": "fmariotti:9:61b540", "opacity": 0.8 }, { "uid": "ee70573a-ae13-4116-87fd-b955ee1912d0", "line": { "color": "#cc0000" }, "name": "CRED CENTER -PV NOVO HORIZONTE", "type": "scatter", "xsrc": "fmariotti:9:0fa4a6", "ysrc": "fmariotti:9:2ed8ba", "opacity": 0.8 }, { "uid": "91c07877-f419-494c-94f3-6ae5d77dcf73", "line": { "color": "#c19a6b" }, "name": "EL SHADAI SERVICOS DIGITAIS EIRELI", "type": "scatter", "xsrc": "fmariotti:9:ffd377", "ysrc": "fmariotti:9:87f4b9", "opacity": 0.8 }, { "uid": "0773c264-2d43-4c43-bb89-d1ff7c19dd6a", "line": { "color": "#cc0000" }, "name": "ALDA MARIA VOTOLINO ME", "type": "scatter", "xsrc": "fmariotti:9:35b897", "ysrc": "fmariotti:9:8b61d4", "opacity": 0.8 }, { "uid": "e5301462-4d04-4cee-9b11-82616821b831", "line": { "color": "#aaeeb1" }, "name": "TOMECRED", "type": "scatter", "xsrc": "fmariotti:9:e5e9c9", "ysrc": "fmariotti:9:1997ff", "opacity": 0.8 }, { "uid": "711d8838-0de8-4333-9993-f8f3a72659ca", "line": { "color": "#ff3800" }, "name": "LIDERCRED-PV RANCHARIA", "type": "scatter", "xsrc": "fmariotti:9:04ccfa", "ysrc": "fmariotti:9:f30da3", "opacity": 0.8 }, { "uid": "70d11818-7ea2-4d2c-987a-e1fd9622ba41", "line": { "color": "#8b008b" }, "name": "V. SILVA COBRANCAS E INTERMEDIACOES LTDA", "type": "scatter", "xsrc": "fmariotti:9:32e683", "ysrc": "fmariotti:9:f0dedc", "opacity": 0.8 }, { "uid": "c061f20b-21aa-42ce-a0dd-fdf16b169d32", "line": { "color": "#bf00ff" }, "name": "ALINE CONTABILIDADE", "type": "scatter", "xsrc": "fmariotti:9:c4510c", "ysrc": "fmariotti:9:58eea8", "opacity": 0.8 }, { "uid": "f1945774-a064-4241-b22f-b9ccd4bcd921", "line": { "color": "#e48400" }, "name": "GICAM", "type": "scatter", "xsrc": "fmariotti:9:0319fd", "ysrc": "fmariotti:9:3dd1ac", "opacity": 0.8 }, { "uid": "707c7625-12da-4033-aac9-6d98d28603dc", "line": { "color": "#fbec5d" }, "name": "FACIL SERVICOS DE INFORMACOES", "type": "scatter", "xsrc": "fmariotti:9:ed7ec8", "ysrc": "fmariotti:9:3a2f8f", "opacity": 0.8 }, { "uid": "b45e05e0-f58f-4554-8315-5fe57f634a26", "line": { "color": "#c154c1" }, "name": "JOSE REINALDO MOREIRA - ME", "type": "scatter", "xsrc": "fmariotti:9:294e54", "ysrc": "fmariotti:9:fbbb80", "opacity": 0.8 }, { "uid": "fca997b7-e8dc-49bf-9f07-7e4ad7495cb9", "line": { "color": "#872657" }, "name": "TOMECRED - PV MORRO AGUDO/SP", "type": "scatter", "xsrc": "fmariotti:9:910ace", "ysrc": "fmariotti:9:c6a53e", "opacity": 0.8 }, { "uid": "3162f668-47d2-40a4-b4a8-d8c40d40d790", "line": { "color": "#ff8000" }, "name": "AMIGAO CREDITO FACIL", "type": "scatter", "xsrc": "fmariotti:9:32e683", "ysrc": "fmariotti:9:ef9506", "opacity": 0.8 }, { "uid": "02f637af-d736-42d2-95e4-7f546ef10d3a", "line": { "color": "#000000" }, "name": "LAP CRED-PV DOM PEDRO", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:2f797f", "opacity": 0.8 }, { "uid": "06d381c3-ea7f-4a53-9453-4c73ebc76e50", "line": { "color": "#00a0ff" }, "name": "MAXXCELL", "type": "scatter", "xsrc": "fmariotti:9:0fd531", "ysrc": "fmariotti:9:01d874", "opacity": 0.8 }, { "uid": "8c7bb009-657f-4099-97c0-d782d92e813d", "line": { "color": "#e48400" }, "name": "CAPITAL SERVICOS CADASTRAIS, COBRANCA E CORRETORA DE SE", "type": "scatter", "xsrc": "fmariotti:9:d909ca", "ysrc": "fmariotti:9:55b419", "opacity": 0.8 }, { "uid": "033caf1c-95f7-4648-854a-e3135b91763e", "line": { "color": "#3d2b1f" }, "name": "NILCEIA APARECIDA FULCHINI NOGUEIRA & CIA LTDA", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:149db3", "opacity": 0.8 }, { "uid": "a813e680-b32a-4823-91a8-608dde99614e", "line": { "color": "#4b3621" }, "name": "ATICRED", "type": "scatter", "xsrc": "fmariotti:9:5b054d", "ysrc": "fmariotti:9:cde686", "opacity": 0.8 }, { "uid": "baa7f049-cd54-4ca9-8e3c-64acb06da220", "line": { "color": "#eb4c42" }, "name": "LM FINANCEIRA", "type": "scatter", "xsrc": "fmariotti:9:9b4367", "ysrc": "fmariotti:9:e3ece6", "opacity": 0.8 }, { "uid": "3deda10d-383d-48d0-9eff-af6f243aa278", "line": { "color": "#d2691e" }, "name": "CENTRALIZADORA-RBC SERVICOS", "type": "scatter", "xsrc": "fmariotti:9:6bd11e", "ysrc": "fmariotti:9:de9263", "opacity": 0.8 }, { "uid": "ba51593a-6c4c-46a2-8a4c-fa9d860c92ed", "line": { "color": "#eb4c42" }, "name": "JOAO CARLOS DA SILVA", "type": "scatter", "xsrc": "fmariotti:9:cabfe0", "ysrc": "fmariotti:9:e7f13c", "opacity": 0.8 }, { "uid": "3ac5c72f-ea69-4a70-a5cf-5bc0f2359bd9", "line": { "color": "#a2798f" }, "name": "APARECIDA HENRIQUE MARRA DA SILVA TELEFONIA EPP", "type": "scatter", "xsrc": "fmariotti:9:fec3fd", "ysrc": "fmariotti:9:cd0298", "opacity": 0.8 }, { "uid": "d8d743da-6afb-4859-ad54-238972ba350a", "line": { "color": "#177245" }, "name": "GASQUES INFORMAÇOES CADASTRAIS LTDA - ME", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:fc91f5", "opacity": 0.8 }, { "uid": "dc1941bc-e3d8-4794-8146-8ccb83272413", "line": { "color": "#000000" }, "name": "BECRED SOLUCOES FINANCEIRAS", "type": "scatter", "xsrc": "fmariotti:9:98446d", "ysrc": "fmariotti:9:250005", "opacity": 0.8 }, { "uid": "c4ea91ac-3f1f-4229-9980-84ec78d29508", "line": { "color": "#e32636" }, "name": "VERA LUCIA SOUZA DOS SANTOS - ME", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:c2646c", "opacity": 0.8 }, { "uid": "4689786d-8b7c-431a-828e-85dbcfce3034", "line": { "color": "#fee8fd" }, "name": "S C VESTUARIO E ACESSORIOS", "type": "scatter", "xsrc": "fmariotti:9:0fa4a6", "ysrc": "fmariotti:9:d7aa84", "opacity": 0.8 }, { "uid": "c15f02b0-0580-4a13-a8d7-c490091d4d29", "line": { "color": "#f0f8ff" }, "name": "LINCRED", "type": "scatter", "xsrc": "fmariotti:9:46b969", "ysrc": "fmariotti:9:6ab7cc", "opacity": 0.8 } ], "layout": { "title": { "text": "Comissão Perdida por Loja - 2016 à 2019" }, "xaxis": { "range": [ "2016-11-01", "2019-12-31" ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~fmariotti", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-06 17:38:32", "mapbox_access_tokens": null, "has_password": null, "username": "fmariotti", "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-17T19:33:05.981218Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jwrchen/5575.embed", "fid": "jwrchen:5575", "filename": "tumor_purity_count_Heart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jwrchen:5575/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jwrchen:5575/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jwrchen:5575/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jwrchen:5575/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jwrchen:5575", "plots": "https://api.plotly.com/v2/plots/jwrchen:5575", "parent": "https://api.plotly.com/v2/folders/jwrchen:2574" }, "owner": "jwrchen", "parent": 2574, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jwrchen/5575/", "world_readable": true, "date_modified": "2019-07-28T20:52:55.499Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jwrchen/5575/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "base": 0, "name": "0", "text": "Tumor Purity: 0%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:dbc45d", "ysrc": "jwrchen:5574:853a75", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(71,176,65,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "0", "orientation": "v" }, { "base": 0, "name": "5", "text": "Tumor Purity: 5%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:a8369d", "ysrc": "jwrchen:5574:9e6140", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(78,64,178,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "5", "orientation": "v" }, { "base": 0, "name": "10", "text": "Tumor Purity: 10%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:2f7eb6", "ysrc": "jwrchen:5574:b29f15", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(155,232,118,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "10", "orientation": "v" }, { "base": 0, "name": "15", "text": "Tumor Purity: 15%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:e895df", "ysrc": "jwrchen:5574:a9446c", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(131,0,116,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "15", "orientation": "v" }, { "base": 0, "name": "20", "text": "Tumor Purity: 20%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:bc3c85", "ysrc": "jwrchen:5574:95d6a2", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(82,145,0,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "20", "orientation": "v" }, { "base": 0, "name": "25", "text": "Tumor Purity: 25%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:9f76a1", "ysrc": "jwrchen:5574:85d5c8", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(134,124,247,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "25", "orientation": "v" }, { "base": 0, "name": "30", "text": "Tumor Purity: 30%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:4b085e", "ysrc": "jwrchen:5574:aff545", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(183,166,6,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "30", "orientation": "v" }, { "base": 0, "name": "35", "text": "Tumor Purity: 35%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:f8548d", "ysrc": "jwrchen:5574:b63096", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(1,60,159,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "35", "orientation": "v" }, { "base": 0, "name": "40", "text": "Tumor Purity: 40%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:32a182", "ysrc": "jwrchen:5574:d5b05d", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(222,216,109,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "40", "orientation": "v" }, { "base": 0, "name": "45", "text": "Tumor Purity: 45%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:fb806f", "ysrc": "jwrchen:5574:43ff5d", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(0,126,229,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "45", "orientation": "v" }, { "base": 0, "name": "50", "text": "Tumor Purity: 50%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:25113f", "ysrc": "jwrchen:5574:869a7b", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(237,133,45,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "50", "orientation": "v" }, { "base": 0, "name": "55", "text": "Tumor Purity: 55%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:77508a", "ysrc": "jwrchen:5574:9bac4b", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(0,107,175,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "55", "orientation": "v" }, { "base": 0, "name": "60", "text": "Tumor Purity: 60%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:75f44f", "ysrc": "jwrchen:5574:7cbbbb", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(175,49,9,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "60", "orientation": "v" }, { "base": 0, "name": "65", "text": "Tumor Purity: 65%<br />No.Orders: 1", "type": "bar", "xsrc": "jwrchen:5574:d3bb0e", "ysrc": "jwrchen:5574:370e63", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(92,234,204,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "65", "orientation": "v" }, { "base": 0, "name": "70", "text": "Tumor Purity: 70%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:dd40c3", "ysrc": "jwrchen:5574:5ad14b", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(221,50,131,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "70", "orientation": "v" }, { "base": 0, "name": "75", "text": "Tumor Purity: 75%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:c8bf4d", "ysrc": "jwrchen:5574:f7bf2f", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(0,185,115,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "75", "orientation": "v" }, { "base": 0, "name": "80", "text": "Tumor Purity: 80%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:067383", "ysrc": "jwrchen:5574:40832e", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(249,95,187,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "80", "orientation": "v" }, { "base": 0, "name": "85", "text": "Tumor Purity: 85%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:3695ed", "ysrc": "jwrchen:5574:7499fb", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(0,77,11,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "85", "orientation": "v" }, { "base": 0, "name": "90", "text": "Tumor Purity: 90%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:97f43e", "ysrc": "jwrchen:5574:6827f6", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(254,147,255,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "90", "orientation": "v" }, { "base": 0, "name": "95", "text": "Tumor Purity: 95%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:293827", "ysrc": "jwrchen:5574:d3b196", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(115,135,0,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "95", "orientation": "v" }, { "base": 0, "name": "100", "text": "Tumor Purity: 100%<br />No.Orders: 0", "type": "bar", "xsrc": "jwrchen:5574:d5382a", "ysrc": "jwrchen:5574:151bc4", "frame": null, "width": 0.899999999999999, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(206,159,255,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "100", "orientation": "v" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0.5, "font": { "size": 26.5670402656704, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Tumor Purity Distribution </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 21.6 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Tumor Purity (rounded up) </b>" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100" ], "tickvals": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ], "zeroline": false, "autorange": true, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.5, 10.5 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Number of Test Orders </b>" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 51.0004416346051, "l": 48.1527604815276, "r": 7.30593607305936, "t": 52.7206574918072 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(51,51,51,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jwrchen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "Jessica Chen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-03 04:39:33", "mapbox_access_tokens": null, "has_password": null, "username": "jwrchen", "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-17T19:32:59.660703Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jwrchen/5573.embed", "fid": "jwrchen:5573", "filename": "specimen_type_count_Heart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jwrchen:5573/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jwrchen:5573/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jwrchen:5573/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jwrchen:5573/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jwrchen:5573", "plots": "https://api.plotly.com/v2/plots/jwrchen:5573", "parent": "https://api.plotly.com/v2/folders/jwrchen:2571" }, "owner": "jwrchen", "parent": 2571, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jwrchen/5573/", "world_readable": true, "date_modified": "2019-07-28T20:52:48.308Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jwrchen/5573/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "base": 0, "name": "formalin-fixed paraffin embedded tissue (FFPE)", "text": "No.Orders: 1<br />Specimen Type: formalin-fixed paraffin embedded tissue (FFPE)<br />Total.No.Orders: 1", "type": "bar", "xsrc": "jwrchen:5572:dfdf7f", "ysrc": "jwrchen:5572:474c77", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(162,0,30,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "formalin-fixed paraffin embedded tissue (FFPE)", "orientation": "v" }, { "base": 1, "name": "bone marrow (BM)", "text": "No.Orders: 0<br />Specimen Type: bone marrow (BM)<br />Total.No.Orders: 1", "type": "bar", "xsrc": "jwrchen:5572:9f38c9", "ysrc": "jwrchen:5572:9e0797", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(154,205,70,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "bone marrow (BM)", "orientation": "v" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0.5, "font": { "size": 26.5670402656704, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Specimen Type Distribution </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 1.6 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> </b>" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "STAMP_v2" ], "tickvals": [ 1 ], "zeroline": false, "autorange": true, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "STAMP_v2" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.5, 10.5 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Number of Test Orders </b>" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "categoryorder": "array", "showticklabels": true }, "legend": { "y": 0.900379864657493, "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 32.4035134486358, "l": 48.1527604815276, "r": 7.30593607305936, "t": 52.7206574918072 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(51,51,51,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 1.02, "y": 1, "ax": 0, "ay": 0, "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Specimen Type", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false, "textangle": 0, "legendTitle": true } ], "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jwrchen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "Jessica Chen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-03 04:39:33", "mapbox_access_tokens": null, "has_password": null, "username": "jwrchen", "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-17T19:32:54.138794Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jwrchen/5571.embed", "fid": "jwrchen:5571", "filename": "gender_age_distribution_Heart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jwrchen:5571/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jwrchen:5571/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jwrchen:5571/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jwrchen:5571/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jwrchen:5571", "plots": "https://api.plotly.com/v2/plots/jwrchen:5571", "parent": "https://api.plotly.com/v2/folders/jwrchen:2558" }, "owner": "jwrchen", "parent": 2558, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jwrchen/5571/", "world_readable": true, "date_modified": "2019-07-28T20:52:41.787Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jwrchen/5571/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Female", "type": "bar", "xsrc": "jwrchen:5570:aee2e5", "ysrc": "jwrchen:5570:6aacd6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "autocolorscale": false }, "basesrc": "jwrchen:5570:bb74ac", "textsrc": "jwrchen:5570:32ccba", "widthsrc": "jwrchen:5570:f82c73", "hoverinfo": "text", "showlegend": true, "legendgroup": "Female", "orientation": "v" }, { "name": "Male", "type": "bar", "xsrc": "jwrchen:5570:cccb28", "ysrc": "jwrchen:5570:16215b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(0,191,196,1)", "autocolorscale": false }, "basesrc": "jwrchen:5570:cbb8db", "textsrc": "jwrchen:5570:4d88b1", "widthsrc": "jwrchen:5570:8bf2a8", "hoverinfo": "text", "showlegend": true, "legendgroup": "Male", "orientation": "v" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0.5, "font": { "size": 26.5670402656704, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Age and Gender Distribution </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 90.6 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Age </b>" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90+" ], "tickvals": [ 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90 ], "zeroline": false, "autorange": true, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90+" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -5, 105 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Percent of Test Orders </b>" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100" ], "tickvals": [ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100" ], "categoryorder": "array", "showticklabels": true }, "legend": { "y": 0.900379864657493, "font": { "size": 13.2835201328352, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "rgba(0,0,0,1)", "borderwidth": 1.13385826771654 }, "margin": { "b": 51.0004416346051, "l": 57.4512245745122, "r": 7.30593607305936, "t": 52.7206574918072 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(51,51,51,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 1.02, "y": 1, "ax": 0, "ay": 0, "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Gender", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false, "textangle": 0, "legendTitle": true } ], "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jwrchen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "Jessica Chen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-03 04:39:33", "mapbox_access_tokens": null, "has_password": null, "username": "jwrchen", "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-17T19:32:08.302828Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~fporrata/0.embed", "fid": "fporrata:0", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/fporrata:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/fporrata:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/fporrata:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/fporrata:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/fporrata:0", "plots": "https://api.plotly.com/v2/plots/fporrata:0", "parent": "https://api.plotly.com/v2/folders/home?user=fporrata" }, "owner": "fporrata", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~fporrata/0/", "world_readable": true, "date_modified": "2019-06-17T19:32:08.747Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~fporrata/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "96119127-e0c2-4622-aa4a-1920683ddd07", "type": "scatter", "xsrc": "fporrata:1:788eea", "ysrc": "fporrata:1:5ef6fa" } ], "layout": { "xaxis": { "range": [ 1381968000000.0, 1384905600000.0 ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~fporrata", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 18:45:31", "mapbox_access_tokens": null, "has_password": null, "username": "fporrata", "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-17T19:32:04.832182Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jwrchen/5569.embed", "fid": "jwrchen:5569", "filename": "top_variant_count_Heart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jwrchen:5569/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jwrchen/5569/2_836Q0KLWMIU54FKVXE9D2CLE1OJEAJ.png", "block-thumb": "https://api.plotly.com/v2/files/jwrchen:5569/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jwrchen:5569/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jwrchen:5569", "plots": "https://api.plotly.com/v2/plots/jwrchen:5569", "parent": "https://api.plotly.com/v2/folders/jwrchen:2555" }, "owner": "jwrchen", "parent": 2555, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~jwrchen/5569/", "world_readable": true, "date_modified": "2019-07-28T20:52:33.796Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jwrchen/5569/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "base": 0, "name": "MDM4 AMP", "text": "Variant: MDM4 AMP<br />No.Mutations: 1", "type": "bar", "xsrc": "jwrchen:5568:6c962b", "ysrc": "jwrchen:5568:aa0546", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(194,111,157,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "MDM4 AMP", "orientation": "v" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0.5, "font": { "size": 26.5670402656704, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Top Variants </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 1.6 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Variant </b>" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 13.2835201328352, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "MDM4 AMP" ], "tickvals": [ 1 ], "zeroline": false, "autorange": true, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "MDM4 AMP" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.5, 10.5 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Number of Mutations </b>" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 61.1750607775528, "l": 48.1527604815276, "r": 7.30593607305936, "t": 52.7206574918072 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(51,51,51,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jwrchen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "Jessica Chen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-03 04:39:33", "mapbox_access_tokens": null, "has_password": null, "username": "jwrchen", "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-17T19:31:39.597217Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jwrchen/5567.embed", "fid": "jwrchen:5567", "filename": "top_gene_count_Heart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jwrchen:5567/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jwrchen:5567/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jwrchen:5567/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jwrchen:5567/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jwrchen:5567", "plots": "https://api.plotly.com/v2/plots/jwrchen:5567", "parent": "https://api.plotly.com/v2/folders/jwrchen:2552" }, "owner": "jwrchen", "parent": 2552, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jwrchen/5567/", "world_readable": true, "date_modified": "2019-07-28T20:52:26.788Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jwrchen/5567/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "base": 0, "name": "MDM4", "text": "Gene: MDM4<br />No.Mutations: 1", "type": "bar", "xsrc": "jwrchen:5566:65f454", "ysrc": "jwrchen:5566:6803f9", "frame": null, "width": 0.9, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.88976377952756 }, "color": "rgba(19,83,0,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "MDM4", "orientation": "v" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0.5, "font": { "size": 26.5670402656704, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Top Mutated Genes </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 1.6 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Gene </b>" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "MDM4" ], "tickvals": [ 1 ], "zeroline": false, "autorange": true, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "MDM4" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.5, 10.5 ], "ticks": "outside", "title": { "font": { "size": 18.5969281859693, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Number of Mutations </b>" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 54.2485007183817, "l": 48.1527604815276, "r": 7.30593607305936, "t": 52.7206574918072 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(51,51,51,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jwrchen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "Jessica Chen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-12-03 04:39:33", "mapbox_access_tokens": null, "has_password": null, "username": "jwrchen", "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-17T19:31:27.246784Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~andres.cely/20.embed", "fid": "andres.cely:20", "filename": "bar1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/andres.cely:20/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/andres.cely:20/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/andres.cely:20/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/andres.cely:20/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/andres.cely:20", "plots": "https://api.plotly.com/v2/plots/andres.cely:20", "parent": "https://api.plotly.com/v2/folders/home?user=andres.cely" }, "owner": "andres.cely", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~andres.cely/20/", "world_readable": true, "date_modified": "2019-06-17T19:33:31.832Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~andres.cely/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a0dc9996-3055-4a3f-80e7-e1da0b193d38", "type": "scatter", "xsrc": "andres.cely:21:67de57", "ysrc": "andres.cely:21:090282" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~andres.cely", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2018-06-20 14:38:17", "mapbox_access_tokens": null, "has_password": null, "username": "andres.cely", "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-17T19:30:01.971193Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rachelzhong/57.embed", "fid": "rachelzhong:57", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rachelzhong:57/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rachelzhong:57/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/rachelzhong:57/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/rachelzhong:57/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rachelzhong:57", "plots": "https://api.plotly.com/v2/plots/rachelzhong:57", "parent": "https://api.plotly.com/v2/folders/home?user=rachelzhong" }, "owner": "rachelzhong", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rachelzhong/57/", "world_readable": true, "date_modified": "2019-06-17T19:30:03.435Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rachelzhong/57/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4e1e5f01-0c91-49ab-a90b-b4f9330a3ddc", "mode": "lines", "type": "scatter", "xsrc": "rachelzhong:58:1698c7", "ysrc": "rachelzhong:58:e824be" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rachelzhong", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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-06-12 18:26:09", "mapbox_access_tokens": null, "has_password": null, "username": "rachelzhong", "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-17T19:29:46.059535Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/18.embed", "fid": "clkickEDHEC:18", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:18/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/clkickEDHEC:18/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/18/8_DC2F44UPEHO8H7FHSDZIIH96KM9FEC.png", "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:18/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clkickEDHEC:18", "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:18", "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC" }, "owner": "clkickEDHEC", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Sankey Diagram between RFM and Custom segmentation", "views": 0, "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/18/sankey-diagram-between-rfm-and-custom-segmentation/", "world_readable": true, "date_modified": "2019-06-17T19:29:46.553Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "clkickEDHEC:19:9698c7", "sourcesrc": "clkickEDHEC:19:d850f4", "targetsrc": "clkickEDHEC:19:d539f5" }, "node": { "pad": 10, "line": { "color": "black", "width": 0.5 }, "colorsrc": "clkickEDHEC:19:aec092", "labelsrc": "clkickEDHEC:19:8af604", "thickness": 30 }, "type": "sankey", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "orientation": "h", "valueformat": ".0f" } ], "layout": { "font": { "size": 10 }, "title": "Sankey Diagram between RFM and Custom segmentation", "width": 950, "height": 772 } }, "height": 772, "width": 950, "user": { "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:58:19", "mapbox_access_tokens": null, "has_password": null, "username": "clkickEDHEC", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "