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=cD0yMDE5LTA2LTE4KzA1JTNBMDclM0EwNC43ODM2OTMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzA0JTNBNTAlM0ExMi44ODA2MDYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNSUzQTA2JTNBMjIuNjcxNjI4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T05:06:22.671628Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dluo830/0.embed", "fid": "dluo830:0", "filename": "Plotly histogram", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dluo830/0/9_2IOG8OA2YMZY3QRXNB8BDVUTKYAFOL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dluo830/0/2_7W665ERWA6L81X2JGTEN84YGZV8NHL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dluo830/0/8_L1JVFMT2A9HN3SJNFTV0Q50CYB7Z0N.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dluo830/0/9_2IOG8OA2YMZY3QRXNB8BDVUTKYAFOL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dluo830:0", "plots": "https://api.plotly.com/v2/plots/dluo830:0", "parent": "https://api.plotly.com/v2/folders/home?user=dluo830" }, "owner": "dluo830", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Plotly histogram", "views": 1, "web_url": "https://chart-studio.plotly.com/~dluo830/0/plotly-histogram/", "world_readable": true, "date_modified": "2019-06-18T05:06:23.192Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dluo830/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3bc7e8f4-0519-42b0-81b1-671cc0d5e478", "name": "petal width (cm)", "type": "histogram", "xsrc": "dluo830:1:a45bdc", "marker": { "line": { "color": "#4D5663", "width": 1.3 }, "color": "rgba(219, 64, 82, 1.0)" }, "opacity": 0.8, "histfunc": "count", "histnorm": "", "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "Plotly histogram" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "petal width (cm)" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "cm" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "barmode": "overlay", "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dluo830", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.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-18 04:57:34", "mapbox_access_tokens": null, "has_password": null, "username": "dluo830", "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-18T04:57:40.443272Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~matthewspaul/14.embed", "fid": "matthewspaul:14", "filename": "Plot 14", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/14/9_NHYENOBUZ5REGGEOH3Q3YWSXF220KM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/14/2_TX7SLLVTGYDM6KH5668OA7L76U1IPP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/14/8_3T6229TRE75PQZ8O6HPH1VFO628GHC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/14/9_NHYENOBUZ5REGGEOH3Q3YWSXF220KM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/matthewspaul:14", "plots": "https://api.plotly.com/v2/plots/matthewspaul:14", "parent": "https://api.plotly.com/v2/folders/home?user=matthewspaul" }, "owner": "matthewspaul", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~matthewspaul/14/", "world_readable": true, "date_modified": "2019-06-18T22:49:46.560Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~matthewspaul/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "color": "rgb(246, 247, 252)" }, "meta": { "columnNames": { "r": "A", "theta": "B" } }, "mode": "lines", "name": "Corporate Property Management", "rsrc": "matthewspaul:20:f63d2b", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:20:3b408d", "fillcolor": "rgba(136, 151, 227, 0.5)", "hoverinfo": "none" }, { "fill": "toself", "line": { "color": "rgb(251, 249, 248)" }, "meta": { "columnNames": { "r": "A", "theta": "B" } }, "mode": "lines", "name": "Market Property And Asset Valuation", "rsrc": "matthewspaul:19:2a971e", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:19:db2d8f", "fillcolor": "rgba(231, 157, 121, 0.5)" }, { "fill": "toself", "line": { "color": "rgb(244, 244, 248)" }, "meta": { "columnNames": { "r": "B", "theta": "B" } }, "mode": "lines", "name": "Market Property and Asset Valuation", "rsrc": "matthewspaul:18:da90b5", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:18:da90b5", "fillcolor": "rgba(216, 132, 211, 0.5)", "hoverinfo": "none", "connectgaps": true }, { "fill": "toself", "line": { "color": "rgb(248, 248, 255)" }, "meta": { "columnNames": { "r": "A", "theta": "B" } }, "mode": "lines", "name": "Property Reval And Roll Maintenance", "rsrc": "matthewspaul:17:09b073", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:17:6cc651", "fillcolor": "rgba(114, 114, 235, 0.5)", "legendgroup": "" }, { "fill": "toself", "line": { "color": "rgb(255, 250, 249)" }, "meta": { "columnNames": { "r": "A", "text": "C", "theta": "B", "textposition": "D" } }, "mode": "lines", "name": "<b>District Roll Provider</b>", "rsrc": "matthewspaul:13:b5fa69", "type": "scatterpolar", "opacity": 0.5, "textsrc": "matthewspaul:13:c52892", "thetasrc": "matthewspaul:13:0cd3e1", "fillcolor": "rgba(234, 120, 97, 0.5)", "hoverinfo": "text", "cliponaxis": false, "hoverlabel": { "namelength": -1 }, "legendgroup": 1, "textpositionsrc": "matthewspaul:13:28bf0d" }, { "fill": "toself", "line": { "color": "rgb(244, 247, 246)" }, "meta": { "columnNames": { "r": "A", "theta": "B" } }, "mode": "lines", "name": "Retail Market Digital Product Provider", "rsrc": "matthewspaul:15:d93c09", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:15:4c47e2", "fillcolor": "rgba(107, 234, 192, 0.5)" }, { "fill": "toself", "line": { "color": "rgb(241, 239, 244)" }, "meta": { "columnNames": { "r": "A", "theta": "B" } }, "mode": "lines", "name": "Property Data Brokerage, Exchange And intellegence", "rsrc": "matthewspaul:16:9e3d67", "type": "scatterpolar", "opacity": 0.5, "thetasrc": "matthewspaul:16:058212", "fillcolor": "rgba(184, 149, 236, 0.5)" }, { "fill": "none", "meta": { "columnNames": { "r": "A", "text": "D", "theta": "B" } }, "mode": "markers+text", "name": "Strategic Interventions", "rsrc": "matthewspaul:12:02b2bd", "type": "scatterpolar", "marker": { "line": { "color": "rgb(242, 242, 242)", "width": 2 }, "meta": { "columnNames": { "size": "C" } }, "color": "rgb(197, 70, 103)", "opacity": 1, "sizeref": 1, "sizesrc": "matthewspaul:12:005c75", "sizemode": "diameter" }, "textsrc": "matthewspaul:12:1a27e9", "textfont": { "size": 12 }, "thetasrc": "matthewspaul:12:162a02", "hoverinfo": "none", "cliponaxis": false, "textposition": "top center" } ], "frames": [], "layout": { "polar": { "hole": 0.15, "sector": [ null, 180 ], "bgcolor": "rgb(192, 207, 227)", "radialaxis": { "side": "clockwise", "type": "linear", "dtick": 0.5, "range": [ 0, 3.5 ], "title": { "text": "Years" }, "nticks": 4, "showgrid": true, "showline": false, "tickmode": "auto", "autorange": false, "gridcolor": "rgb(182, 175, 175)", "gridwidth": 1, "tickangle": "auto", "tickformat": "", "tickprefix": "", "showexponent": "none", "exponentformat": "none", "showticklabels": true, "separatethousands": true }, "angularaxis": { "type": "linear", "ticks": "", "showgrid": false, "showline": false, "tickmode": "auto", "linecolor": "rgb(24, 23, 23)", "linewidth": 0, "showticklabels": false } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "font": { "size": 12, "family": "Arial" }, "valign": "top", "bgcolor": "rgb(236, 240, 172)", "xanchor": "right", "borderwidth": 1, "orientation": "v" }, "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": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "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": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" }, "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~matthewspaul", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 02:03:36", "mapbox_access_tokens": null, "has_password": null, "username": "matthewspaul", "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-18T04:56:32.406513Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~yingzhu2002/0.embed", "fid": "yingzhu2002:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/yingzhu2002/0/9_UYM85S6T069KQIT8EHNVHV75NEDIZO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/yingzhu2002/0/2_AEPZYHJ4H0JL5LZBPY8G829XYMBPI4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yingzhu2002/0/8_3C0ATO29OS4OF45YDNO3FUSPCXRCR6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yingzhu2002/0/9_UYM85S6T069KQIT8EHNVHV75NEDIZO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/yingzhu2002:0", "plots": "https://api.plotly.com/v2/plots/yingzhu2002:0", "parent": "https://api.plotly.com/v2/folders/home?user=yingzhu2002" }, "owner": "yingzhu2002", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 9, "web_url": "https://chart-studio.plotly.com/~yingzhu2002/0/", "world_readable": true, "date_modified": "2019-07-29T15:43:25.760Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~yingzhu2002/0/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "355dd8a5-9274-482d-8ba2-3646e74da954", "type": "scatter", "xsrc": "yingzhu2002:1:172b9f", "ysrc": "yingzhu2002:1:83f55f" }, { "uid": "3a591fe3-39b7-4916-8a6b-4dabdfd966d3", "type": "scatter", "xsrc": "yingzhu2002:1:172b9f", "ysrc": "yingzhu2002:1:f56a81" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~yingzhu2002", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-18 04:52:37", "mapbox_access_tokens": null, "has_password": null, "username": "yingzhu2002", "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-18T04:54:57.809010Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ntkimchi9700/6.embed", "fid": "ntkimchi9700:6", "filename": "labelled-heatmap", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/6/9_V8KU03EVTXVLCFVZT2MKMPINUPNON4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/6/2_SCVQQZ6VSGUPSOMEAD2WUH8DQPS4HL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/6/8_FSKDJ7BJLSUHCQIHH697UXHGCBRVUJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/6/9_V8KU03EVTXVLCFVZT2MKMPINUPNON4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ntkimchi9700:6", "plots": "https://api.plotly.com/v2/plots/ntkimchi9700:6", "parent": "https://api.plotly.com/v2/folders/home?user=ntkimchi9700" }, "owner": "ntkimchi9700", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ntkimchi9700/6/", "world_readable": true, "date_modified": "2019-06-18T04:54:58.252Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ntkimchi9700/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "afdfec88-15d5-4529-9430-4c29bfa69d69", "type": "heatmap", "xsrc": "ntkimchi9700:7:d69a44", "ysrc": "ntkimchi9700:7:3a6d16", "zsrc": "ntkimchi9700:7:a4b4d4,e9bca8,4814a0,b344be", "showscale": true, "colorscale": "Viridis", "reversescale": true } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ntkimchi9700", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:42:22", "mapbox_access_tokens": null, "has_password": null, "username": "ntkimchi9700", "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-18T04:54:38.797110Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ntkimchi9700/4.embed", "fid": "ntkimchi9700:4", "filename": "bar-direct-labels", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/4/9_PLO31R31OFHRQXJDYWYC9GODMEEOZ2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/4/2_1Y1ACH968K6X5PXA1QTFB3B867KWWM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/4/8_OGWAIE3C769NITQYE1AKFM52UXO9WH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/4/9_PLO31R31OFHRQXJDYWYC9GODMEEOZ2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ntkimchi9700:4", "plots": "https://api.plotly.com/v2/plots/ntkimchi9700:4", "parent": "https://api.plotly.com/v2/folders/home?user=ntkimchi9700" }, "owner": "ntkimchi9700", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Barplots of Mean Feature Importance", "views": 0, "web_url": "https://chart-studio.plotly.com/~ntkimchi9700/4/barplots-of-mean-feature-importance/", "world_readable": true, "date_modified": "2019-06-18T04:54:39.262Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ntkimchi9700/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "50dabe0f-1f39-48ae-882d-847adb392bcf", "type": "bar", "xsrc": "ntkimchi9700:5:2a9ec7", "ysrc": "ntkimchi9700:5:750d20", "width": 0.5, "marker": { "colorsrc": "ntkimchi9700:5:516a75", "showscale": true, "colorscale": "Portland", "reversescale": false }, "opacity": 0.6 } ], "layout": { "title": { "text": "Barplots of Mean Feature Importance" }, "yaxis": { "title": { "text": "Feature Importance" }, "ticklen": 5, "gridwidth": 2 }, "autosize": true, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ntkimchi9700", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:42:22", "mapbox_access_tokens": null, "has_password": null, "username": "ntkimchi9700", "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-18T04:54:08.721937Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Fiyinf/15.embed", "fid": "Fiyinf:15", "filename": "Across All 18-6-2019", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Fiyinf/15/9_O5DTC7MV1YJ7W891RBKRVVSQBQ7VOV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Fiyinf/15/2_FQQYOL5U5B3GX2FGJTIBDLKPFJZSUG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Fiyinf/15/8_N7MNOG2QGE3WNNZ7LIRH76GQDO3U0P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Fiyinf/15/9_O5DTC7MV1YJ7W891RBKRVVSQBQ7VOV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Fiyinf:15", "plots": "https://api.plotly.com/v2/plots/Fiyinf:15", "parent": "https://api.plotly.com/v2/folders/home?user=Fiyinf" }, "owner": "Fiyinf", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Fiyinf/15/", "world_readable": true, "date_modified": "2019-06-19T04:53:25.505Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Fiyinf/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:fbe74e" }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:7cd689", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:9baf5b", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:cd5dc8", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:f1f7a6", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:47f646", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:2d6b49", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:93eb8c", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:c14f5c", "stackgroup": null }, { "mode": "lines", "type": "scatter", "xsrc": "Fiyinf:6:0ac179", "ysrc": "Fiyinf:6:27924c", "xaxis": "x2", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Sentiment Per Session" }, "xaxis": { "type": "linear", "range": [ 1, 6 ], "title": { "text": "Session" }, "domain": [ 0, 0.4 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 16.416666666666664, 56.083333333333336 ], "title": { "text": "% of positive sentiment" }, "domain": [ 0, 1 ], "autorange": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 1, 6 ], "title": { "text": "Session" }, "anchor": "y2", "domain": [ 0.5, 1 ], "autorange": true, "overlaying": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ 8.572222222222223, 35.12777777777777 ], "title": { "text": "% of negative sentiment " }, "anchor": "x2", "domain": [ 0, 1 ], "autorange": true, "overlaying": false }, "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/~Fiyinf", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2018-05-21 07:32:52", "mapbox_access_tokens": null, "has_password": null, "username": "Fiyinf", "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-18T04:53:39.928135Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~maoyujun/6.embed", "fid": "maoyujun:6", "filename": "plot from API", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/maoyujun/6/9_U2AQVF6MEC27OUZPEOXRKI25C5YA4U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/maoyujun/6/2_E788G2RXFRPWUQQ20F57TXX1P41T67.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/maoyujun/6/8_VONPI4G0I07H5SG85IYT3YWEYN3R88.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/maoyujun/6/9_U2AQVF6MEC27OUZPEOXRKI25C5YA4U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/maoyujun:6", "plots": "https://api.plotly.com/v2/plots/maoyujun:6", "parent": "https://api.plotly.com/v2/folders/home?user=maoyujun" }, "owner": "maoyujun", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~maoyujun/6/", "world_readable": true, "date_modified": "2019-06-18T04:53:40.381Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~maoyujun/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "309ab881-ab8a-4229-8adc-57158be43d40", "type": "box", "ysrc": "maoyujun:7:775e80" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~maoyujun", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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-06-18 04:12:13", "mapbox_access_tokens": null, "has_password": null, "username": "maoyujun", "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-18T04:52:01.793359Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xuunck/85.embed", "fid": "xuunck:85", "filename": "CPIN", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/xuunck/85/9_GCVF1OPPGVAPJTPLFVVXXEC7AFWNQ1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/xuunck/85/2_1CHFMKQ3N2T9S8FAZ9M9FFKEEL9QRA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuunck/85/8_OW3OFKOTNI1SN5Y8TNXBQ6D59E93KV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuunck/85/9_GCVF1OPPGVAPJTPLFVVXXEC7AFWNQ1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xuunck:85", "plots": "https://api.plotly.com/v2/plots/xuunck:85", "parent": "https://api.plotly.com/v2/folders/home?user=xuunck" }, "owner": "xuunck", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "price in $ vs Date", "views": 47, "web_url": "https://chart-studio.plotly.com/~xuunck/85/price-in-vs-date/", "world_readable": true, "date_modified": "2022-02-09T05:29:40.008Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xuunck/85/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "CPIN.JK", "text": "", "type": "scatter", "xsrc": "xuunck:482:ad5dc8", "ysrc": "xuunck:482:9e10c7" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "Date" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "price in $" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xuunck", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.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": "2018-10-19 05:28:03", "mapbox_access_tokens": null, "has_password": null, "username": "xuunck", "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-18T04:50:28.725384Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ntkimchi9700/2.embed", "fid": "ntkimchi9700:2", "filename": "scatter2010", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/2/9_OC1CYGZKIVYRL4YY7FM7W4PRKIW539.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/2/2_0TAYTD6Q7C3MN2JU8Q7Q3Z5HQQYNIQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/2/8_JPI4MP1YZWZHB4H4PEG0WVFTK1S4WN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/2/9_OC1CYGZKIVYRL4YY7FM7W4PRKIW539.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ntkimchi9700:2", "plots": "https://api.plotly.com/v2/plots/ntkimchi9700:2", "parent": "https://api.plotly.com/v2/folders/home?user=ntkimchi9700" }, "owner": "ntkimchi9700", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gradient Boosting Feature Importance", "views": 12, "web_url": "https://chart-studio.plotly.com/~ntkimchi9700/2/gradient-boosting-feature-importance/", "world_readable": true, "date_modified": "2019-06-18T04:54:15.637Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ntkimchi9700/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8edb2bf6-92f4-4ab3-b703-b90a96ef12aa", "mode": "markers", "type": "scatter", "xsrc": "ntkimchi9700:3:c2eabe", "ysrc": "ntkimchi9700:3:edcfba", "marker": { "size": 25, "sizeref": 1, "colorsrc": "ntkimchi9700:3:a9274f", "sizemode": "diameter", "showscale": true, "colorscale": "Portland" }, "textsrc": "ntkimchi9700:3:854ff4" } ], "layout": { "title": { "text": "Gradient Boosting Feature Importance" }, "yaxis": { "title": { "text": "Feature Importance" }, "ticklen": 5, "gridwidth": 2 }, "autosize": true, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ntkimchi9700", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:42:22", "mapbox_access_tokens": null, "has_password": null, "username": "ntkimchi9700", "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-18T04:50:12.880606Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ntkimchi9700/0.embed", "fid": "ntkimchi9700:0", "filename": "scatter-plot-with-colorscale", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/0/9_MKFXAJ8SXYJ25POEKY8WB81B11PNWX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/0/2_EHMTVRTUH9OIDUYGNVDW5TG4IUIBLG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/0/8_XIJEJ45FKP9WBJVSFYVT1042LIB5OB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ntkimchi9700/0/9_MKFXAJ8SXYJ25POEKY8WB81B11PNWX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ntkimchi9700:0", "plots": "https://api.plotly.com/v2/plots/ntkimchi9700:0", "parent": "https://api.plotly.com/v2/folders/home?user=ntkimchi9700" }, "owner": "ntkimchi9700", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ntkimchi9700/0/", "world_readable": true, "date_modified": "2019-06-18T04:50:13.440Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ntkimchi9700/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "76a8d0ce-9c1e-4ff1-b4c8-f5d005ef1c8e", "mode": "markers", "type": "scatter", "ysrc": "ntkimchi9700:1:5cb627", "marker": { "size": 16, "colorsrc": "ntkimchi9700:1:6a28e1", "showscale": true, "colorscale": "Viridis" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ntkimchi9700", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:42:22", "mapbox_access_tokens": null, "has_password": null, "username": "ntkimchi9700", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "