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=cD0yMDE5LTAzLTIwKzIxJTNBMzklM0EwMy42MDE3MjMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIxJTNBMzAlM0E0Mi43NDIwMDMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMSUzQTM5JTNBMDIuNTY5NTc5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T21:39:02.569579Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mccountystat/27.embed", "fid": "mccountystat:27", "filename": "GHG emissions", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mccountystat:27/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mccountystat/27/2_2K2S510DGM878NYZLM3AD49Y39UV5O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/27/8_3CA1Q6AAEHXCTSCM2NMCITVK4QTKUS.png", "list-thumb": "https://api.plotly.com/v2/files/mccountystat:27/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mccountystat:27", "plots": "https://api.plotly.com/v2/plots/mccountystat:27", "parent": "https://api.plotly.com/v2/folders/mccountystat:7" }, "owner": "mccountystat", "parent": 7, "preview": "", "referencers": [], "references": [], "title": "", "views": 1165, "web_url": "https://chart-studio.plotly.com/~mccountystat/27/", "world_readable": true, "date_modified": "2019-08-06T14:12:42.286Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/27/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "dash": "solid", "shape": "linear", "width": 3 }, "mode": "markers+lines", "name": "GHG emisssions (MMtCO<sub>2</sub>e)", "type": "scatter", "xsrc": "mccountystat:18:282005", "ysrc": "mccountystat:18:a8f964", "marker": { "size": 8, "symbol": "circle", "opacity": 1, "maxdisplayed": 0 }, "textsrc": "mccountystat:18:a8f964", "hoverinfo": "x+y", "transforms": [ { "type": "filter", "value": "Greenhouse Gas Emissions", "targetsrc": "mccountystat:18:5109c4" }, { "type": "filter", "value": [ "2005", "2017" ], "operation": "[]", "targetsrc": "mccountystat:18:282005" } ], "connectgaps": true, "hovertemplate": "" } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "x": 0, "font": { "size": 13 }, "text": "<br>" }, "xaxis": { "type": "linear", "range": [ 2004.2758174445692, 2017.7241825554308 ], "ticks": "", "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Roboto" }, "text": "<b>Year</b>" }, "nticks": 5, "ticklen": -1, "showgrid": false, "showline": false, "tickfont": { "color": "rgb(92, 94, 105)", "family": "Roboto" }, "zeroline": false, "autorange": true, "tickwidth": -1, "tickformat": "", "showexponent": "none", "separatethousands": false }, "yaxis": { "type": "linear", "range": [ 0, 15000000.36298077 ], "ticks": "", "title": { "font": { "size": 18, "family": "Roboto" }, "text": "<b> Greenhouse Gas Emissions (MMtCO</b><sub><b>2</b></sub><b>e)</b>" }, "nticks": -1, "ticklen": -1, "tickfont": { "color": "rgb(66, 68, 71)", "family": "Roboto" }, "autorange": false, "tickwidth": -1, "fixedrange": true, "ticksuffix": "" }, "legend": { "x": 0.6893918398768283, "y": 0.6268382352941176, "font": { "family": "Roboto" }, "xanchor": "center", "borderwidth": 0 }, "margin": { "t": 80 }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "dragmode": "orbit", "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" }, "clickmode": "event+select", "colorscale": { "sequentialminus": [ [ 0, "#0508b8" ], [ 0.08333333333333333, "#1910d8" ], [ 0.16666666666666666, "#3c19f0" ], [ 0.25, "#6b1cfb" ], [ 0.3333333333333333, "#981cfd" ], [ 0.4166666666666667, "#bf1cfd" ], [ 0.5, "#dd2bfd" ], [ 0.5833333333333334, "#f246fe" ], [ 0.6666666666666666, "#fc67fd" ], [ 0.75, "#fe88fc" ], [ 0.8333333333333334, "#fea5fd" ], [ 0.9166666666666666, "#febefe" ], [ 1, "#fec3fe" ] ] }, "hoverlabel": { "font": { "size": 11, "color": "#000", "family": "Roboto" }, "bgcolor": "#FFF" }, "showlegend": true, "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mccountystat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-06-15 16:16:53", "mapbox_access_tokens": null, "has_password": null, "username": "mccountystat", "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-03-20T21:38:04.820535Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jzenemig/0.embed", "fid": "jzenemig:0", "filename": "basic-line-chart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jzenemig:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jzenemig:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jzenemig:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jzenemig:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jzenemig:0", "plots": "https://api.plotly.com/v2/plots/jzenemig:0", "parent": "https://api.plotly.com/v2/folders/home?user=jzenemig" }, "owner": "jzenemig", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jzenemig/0/", "world_readable": true, "date_modified": "2019-03-20T21:38:05.277Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jzenemig/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "5c7efaeb-2c72-4558-b480-c559904fad0d", "type": "scatter", "xsrc": "jzenemig:1:7ebf8b", "ysrc": "jzenemig:1:8cfe05" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jzenemig", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 21:37:15", "mapbox_access_tokens": null, "has_password": null, "username": "jzenemig", "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-03-20T21:38:02.920415Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Usakook/5.embed", "fid": "Usakook:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Usakook:5/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Usakook/5/2_G5DFDA4YJGU0FRQV1LSA25YQ31JUXG.png", "block-thumb": "https://api.plotly.com/v2/files/Usakook:5/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Usakook:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Usakook:5", "plots": "https://api.plotly.com/v2/plots/Usakook:5", "parent": "https://api.plotly.com/v2/folders/home?user=Usakook" }, "owner": "Usakook", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Usakook/5/", "world_readable": true, "date_modified": "2019-03-20T23:41:09.082Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Usakook/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "China", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:21a53c", "textsrc": "Usakook:4:21a53c", "textfont": { "size": 11, "family": "Arial" }, "hoverinfo": "none", "orientation": "v", "textposition": "inside" }, { "name": "Vietnam", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:0e40c6", "textsrc": "Usakook:4:0e40c6", "hoverinfo": "none", "orientation": "v", "textposition": "inside" }, { "name": "Nepal", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:83fb7a", "marker": { "color": "rgb(0, 204, 40)" }, "textsrc": "Usakook:4:83fb7a", "hoverinfo": "text", "orientation": "v", "textposition": "inside" }, { "name": "Republic of Korea", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:949a5e", "textsrc": "Usakook:4:949a5e", "hoverinfo": "none", "orientation": "v", "textposition": "inside" }, { "name": "Taiwan", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:c3d099", "textsrc": "Usakook:4:c3d099", "hoverinfo": "text", "orientation": "v", "textposition": "inside", "hovertemplate": "" }, { "name": "Other Asia", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:7d70c5", "textsrc": "Usakook:4:7d70c5", "hoverinfo": "none", "orientation": "v", "textposition": "inside" }, { "name": "Others", "type": "bar", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:092747", "textsrc": "Usakook:4:092747", "hoverinfo": "none", "orientation": "v", "textposition": "inside" }, { "line": { "color": "rgb(243, 9, 25)", "width": 3 }, "mode": "markers+lines+text", "name": "<br>", "type": "scatter", "xsrc": "Usakook:4:d4ee4e", "ysrc": "Usakook:4:2fd793", "textsrc": "Usakook:4:2fd793", "textfont": { "size": 12, "color": "rgb(238, 7, 37)" }, "hoverinfo": "none", "showlegend": false, "orientation": "v", "textposition": "top center" } ], "frames": [], "layout": { "title": { "text": "<b>Trends In Number Of International Students By Nationality In Japan (2014-2018)</b>" }, "xaxis": { "type": "linear", "range": [ 2013.5, 2018.709656679693 ], "ticks": "outside", "title": { "font": { "size": 15 }, "text": "Year" }, "showline": true, "autorange": true, "linecolor": "rgb(0, 4, 11)" }, "yaxis": { "range": [ 0, 320000 ], "title": { "text": "Number Of International Students" }, "showline": true, "autorange": false, "linecolor": "rgb(0, 4, 11)", "linewidth": 1, "exponentformat": "none" }, "bargap": 0.52, "legend": { "x": 1.02, "y": 0.7619047619047619, "borderwidth": 1 }, "margin": { "b": 45, "l": 70, "t": 50 }, "barmode": "stack", "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" }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 2015.3922651933701, "y": 263000, "ax": -61, "ay": -99, "font": { "color": "rgb(234, 9, 22)" }, "text": "<b>Increasing Trend</b>", "showarrow": false }, { "x": 2014.2504604051564, "y": 171082.25108225108, "ax": 21, "ay": 146, "text": "<b>92.7%</b>", "arrowwidth": 1 }, { "x": 2014.2412523020257, "y": 2077.922077922078, "ax": 30, "ay": -57, "text": "(170,720)" }, { "x": 2015.244935543278, "y": 191861.47186147186, "ax": 30, "ay": 172, "text": "<b>92.7%</b>" }, { "x": 2015.244935543278, "y": 2077.922077922078, "ax": 30, "ay": -59, "text": "(193,172)" }, { "x": 2016.2394106813995, "y": 223722.94372294375, "ax": 24, "ay": 213, "text": "<b>93.0%</b>" }, { "x": 2016.2486187845302, "y": 2077.922077922078, "ax": 27, "ay": -59, "text": "(222,627)" }, { "x": 2017.2523020257827, "y": 244502.16450216452, "ax": 22, "ay": 238, "text": "<b>93.3%</b>" }, { "x": 2017.2523020257827, "y": 2077.922077922078, "ax": 23, "ay": -62, "text": "(249,242)" }, { "x": 2018.2467771639042, "y": 273593.0735930736, "ax": 18, "ay": 278, "text": "<b>93.4%</b>" }, { "x": 2018.2420113233782, "y": 692.6406926406927, "ax": 26, "ay": -63, "text": "(279,250)" }, { "x": 2014.0383088189594, "y": 150249.30747922437, "ax": 48, "ay": -1, "text": "6231" }, { "x": 2015.085564157662, "y": 167977.83933518006, "ax": 43, "ay": -1, "text": "7314" }, { "x": 2016.0447325987168, "y": 191024.93074792242, "ax": 52, "ay": -1, "text": "8330" }, { "x": 2017.0724130712756, "y": 210526.31578947368, "ax": 44, "ay": 0, "text": "8947" }, { "x": 2018.1196684099782, "y": 232686.98060941827, "ax": 39, "ay": 0, "text": "9524" }, { "x": 2014.175332881967, "y": 123656.50969529086, "ax": 36, "ay": -1, "text": "10448" }, { "x": 2016.5331390400227, "y": 81477.5725593668, "ax": 31, "ay": -305, "font": { "size": 10 }, "text": "The percentage and number<br>of international students<br>\nwho were from Asian Countries", "arrowhead": 3, "arrowwidth": 2 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Usakook", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-13 20:45:41", "mapbox_access_tokens": null, "has_password": null, "username": "Usakook", "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-03-20T21:37:50.172135Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ranaaqa/136.embed", "fid": "ranaaqa:136", "filename": "time_scatter_15", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ranaaqa:136/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ranaaqa:136/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ranaaqa/136/8_HR6AZH1NPBX7KLA5G8LWM2HQQL9UP6.png", "list-thumb": "https://api.plotly.com/v2/files/ranaaqa:136/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ranaaqa:136", "plots": "https://api.plotly.com/v2/plots/ranaaqa:136", "parent": "https://api.plotly.com/v2/folders/home?user=ranaaqa" }, "owner": "ranaaqa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "research, teaching, income", "views": 0, "web_url": "https://chart-studio.plotly.com/~ranaaqa/136/research-teaching-income/", "world_readable": true, "date_modified": "2019-03-21T01:04:10.293Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ranaaqa/136/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "eaee5e02-6bee-488a-b86b-8db20a44a952", "mode": "markers", "name": "Research", "type": "scatter", "xsrc": "ranaaqa:137:f56e4a", "ysrc": "ranaaqa:137:a2312c", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "size": 5, "color": "rgb(126, 222, 119)", "symbol": "circle", "opacity": 1 } }, { "uid": "833f34af-5a55-4ee3-aff2-ea2f9a721a07", "mode": "markers", "name": "Teaching", "type": "scatter", "xsrc": "ranaaqa:137:f56e4a", "ysrc": "ranaaqa:137:9704d9", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "size": 5, "color": "rgb(243, 109, 227)", "symbol": "circle", "opacity": 1 } }, { "uid": "ef4775d8-20fa-4a26-906f-f53d86659e31", "mode": "markers", "name": "Income", "type": "scatter", "xsrc": "ranaaqa:137:f56e4a", "ysrc": "ranaaqa:137:b556e1", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "size": 5, "color": "rgb(232, 215, 117)", "symbol": "circle", "opacity": 1 } } ], "frames": [], "layout": { "title": { "text": "correlation between Research & Teaching & Income of world universities in 2015" }, "xaxis": { "type": "category", "range": [ -4.262196300831347, 75.26219630083135 ], "title": { "text": "Countries" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -3.7224640320524514, 106.62246403205245 ], "title": { "text": "Click to enter Y axis title" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ranaaqa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-03-04 09:15:46", "mapbox_access_tokens": null, "has_password": null, "username": "ranaaqa", "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-03-20T21:33:37.605360Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/8.embed", "fid": "MenggeZhang:8", "filename": "MolSysBio_Distplot_of_Age", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MenggeZhang:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MenggeZhang:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/MenggeZhang:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/MenggeZhang:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MenggeZhang:8", "plots": "https://api.plotly.com/v2/plots/MenggeZhang:8", "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang" }, "owner": "MenggeZhang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Age Distribution of MolSysBio Dataset", "views": 0, "web_url": "https://chart-studio.plotly.com/~MenggeZhang/8/age-distribution-of-molsysbio-dataset/", "world_readable": true, "date_modified": "2019-05-06T22:52:22.469Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "695b2f40-e1c6-486b-be74-72c03db7dc1b", "name": "Cancer_MolSysBioData", "type": "histogram", "xsrc": "MenggeZhang:9:e184c1", "xaxis": "x", "xbins": { "end": 90.0, "size": 1.3, "start": 34.0 }, "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Cancer_MolSysBioData" }, { "uid": "355a7b14-47f7-48f3-81a0-aa48c617d0ce", "name": "Normal_MolSysBioData", "type": "histogram", "xsrc": "MenggeZhang:9:9ea245", "xaxis": "x", "xbins": { "end": 84.0, "size": 1.3, "start": 25.0 }, "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Normal_MolSysBioData" }, { "uid": "b8186f8b-ad9e-4427-93bf-d06fce1832ba", "mode": "lines", "name": "Cancer_MolSysBioData", "type": "scatter", "xsrc": "MenggeZhang:9:1f58e9", "ysrc": "MenggeZhang:9:66eb4a", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "showlegend": false, "legendgroup": "Cancer_MolSysBioData" }, { "uid": "1e42dc86-d2b2-4485-acaa-9ff40db6ff18", "mode": "lines", "name": "Normal_MolSysBioData", "type": "scatter", "xsrc": "MenggeZhang:9:3ecd91", "ysrc": "MenggeZhang:9:124670", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "showlegend": false, "legendgroup": "Normal_MolSysBioData" }, { "uid": "e141785b-83f4-4580-95d4-f3fb41e5b66f", "mode": "markers", "name": "Cancer_MolSysBioData", "type": "scatter", "xsrc": "MenggeZhang:9:e184c1", "ysrc": "MenggeZhang:9:902711", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(255, 0, 0)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Cancer_MolSysBioData" }, { "uid": "ae69a4f2-24df-4edf-a0e9-05f69bbe069a", "mode": "markers", "name": "Normal_MolSysBioData", "type": "scatter", "xsrc": "MenggeZhang:9:9ea245", "ysrc": "MenggeZhang:9:fc5d53", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(13, 13, 13)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Normal_MolSysBioData" } ], "layout": { "title": { "text": "Age Distribution of MolSysBio Dataset" }, "xaxis": { "anchor": "y2", "domain": [ 0.0, 1.0 ], "zeroline": false }, "yaxis": { "anchor": "free", "domain": [ 0.35, 1 ], "position": 0.0 }, "legend": { "traceorder": "reversed" }, "yaxis2": { "dtick": 1, "anchor": "x", "domain": [ 0, 0.25 ], "showticklabels": false }, "barmode": "overlay", "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MenggeZhang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-03-20 21:12:38", "mapbox_access_tokens": null, "has_password": null, "username": "MenggeZhang", "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-03-20T21:33:36.116406Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/6.embed", "fid": "MenggeZhang:6", "filename": "PlosOne_Distplot_of_Age", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MenggeZhang:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MenggeZhang:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/MenggeZhang:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/MenggeZhang:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MenggeZhang:6", "plots": "https://api.plotly.com/v2/plots/MenggeZhang:6", "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang" }, "owner": "MenggeZhang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Age Distribution of PlosOne Dataset", "views": 0, "web_url": "https://chart-studio.plotly.com/~MenggeZhang/6/age-distribution-of-plosone-dataset/", "world_readable": true, "date_modified": "2019-05-06T22:52:20.484Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "36cf8c32-705a-4503-879b-5d15f8ac56a2", "name": "Cancer_PlosOneData", "type": "histogram", "xsrc": "MenggeZhang:7:a116f3", "xaxis": "x", "xbins": { "end": 89.0, "size": 1.3, "start": 31.0 }, "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Cancer_PlosOneData" }, { "uid": "6822f7ba-b741-489d-aff3-e49f99ccab0b", "name": "Normal_PlosOneData", "type": "histogram", "xsrc": "MenggeZhang:7:7233c4", "xaxis": "x", "xbins": { "end": 82.0, "size": 1.3, "start": 36.0 }, "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Normal_PlosOneData" }, { "uid": "3cc908c5-586f-4dcf-b1c1-5c053e11670e", "mode": "lines", "name": "Cancer_PlosOneData", "type": "scatter", "xsrc": "MenggeZhang:7:720d0d", "ysrc": "MenggeZhang:7:e204b5", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "showlegend": false, "legendgroup": "Cancer_PlosOneData" }, { "uid": "6a749868-6258-4d0d-b9c3-4c7c7c428152", "mode": "lines", "name": "Normal_PlosOneData", "type": "scatter", "xsrc": "MenggeZhang:7:5c4546", "ysrc": "MenggeZhang:7:351e22", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "showlegend": false, "legendgroup": "Normal_PlosOneData" }, { "uid": "03484099-f311-42b4-9e82-67c25b3422e1", "mode": "markers", "name": "Cancer_PlosOneData", "type": "scatter", "xsrc": "MenggeZhang:7:a116f3", "ysrc": "MenggeZhang:7:759483", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(255, 0, 0)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Cancer_PlosOneData" }, { "uid": "162c8a01-af84-4a6b-8714-ddfa87dd995d", "mode": "markers", "name": "Normal_PlosOneData", "type": "scatter", "xsrc": "MenggeZhang:7:7233c4", "ysrc": "MenggeZhang:7:58bf46", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(13, 13, 13)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Normal_PlosOneData" } ], "layout": { "title": { "text": "Age Distribution of PlosOne Dataset" }, "xaxis": { "anchor": "y2", "domain": [ 0.0, 1.0 ], "zeroline": false }, "yaxis": { "anchor": "free", "domain": [ 0.35, 1 ], "position": 0.0 }, "legend": { "traceorder": "reversed" }, "yaxis2": { "dtick": 1, "anchor": "x", "domain": [ 0, 0.25 ], "showticklabels": false }, "barmode": "overlay", "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MenggeZhang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-03-20 21:12:38", "mapbox_access_tokens": null, "has_password": null, "username": "MenggeZhang", "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-03-20T21:33:34.562035Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/4.embed", "fid": "MenggeZhang:4", "filename": "Nature_Distplot_of_Age", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MenggeZhang:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MenggeZhang:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/MenggeZhang:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/MenggeZhang:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MenggeZhang:4", "plots": "https://api.plotly.com/v2/plots/MenggeZhang:4", "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang" }, "owner": "MenggeZhang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Age Distribution of NatureCom Dataset", "views": 0, "web_url": "https://chart-studio.plotly.com/~MenggeZhang/4/age-distribution-of-naturecom-dataset/", "world_readable": true, "date_modified": "2019-05-06T22:52:18.594Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "59336f48-f5d7-409c-9645-3ad403b8399b", "name": "Cancer_NatureComData", "type": "histogram", "xsrc": "MenggeZhang:5:bfd2d1", "xaxis": "x", "xbins": { "end": 86.0, "size": 1.3, "start": 43.0 }, "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Cancer_NatureComData" }, { "uid": "b7c7b9fc-8fa3-48c3-af02-7eb7bf38ba62", "name": "Normal_NatureComData", "type": "histogram", "xsrc": "MenggeZhang:5:9afb5e", "xaxis": "x", "xbins": { "end": 84.0, "size": 1.3, "start": 43.0 }, "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "opacity": 0.7, "autobinx": false, "histnorm": "probability density", "legendgroup": "Normal_NatureComData" }, { "uid": "ad6758e2-34a2-4088-abfa-fb8a6623c5ff", "mode": "lines", "name": "Cancer_NatureComData", "type": "scatter", "xsrc": "MenggeZhang:5:423745", "ysrc": "MenggeZhang:5:9d6aa6", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(255, 0, 0)" }, "showlegend": false, "legendgroup": "Cancer_NatureComData" }, { "uid": "a9de599b-d130-49b8-9307-15c27f0337f8", "mode": "lines", "name": "Normal_NatureComData", "type": "scatter", "xsrc": "MenggeZhang:5:0be182", "ysrc": "MenggeZhang:5:f2de51", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(13, 13, 13)" }, "showlegend": false, "legendgroup": "Normal_NatureComData" }, { "uid": "a755ba56-5d31-44fb-9565-44679603f7af", "mode": "markers", "name": "Cancer_NatureComData", "type": "scatter", "xsrc": "MenggeZhang:5:bfd2d1", "ysrc": "MenggeZhang:5:e94dd7", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(255, 0, 0)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Cancer_NatureComData" }, { "uid": "a9751d74-62da-4de1-b8f0-78ed0a5c2f10", "mode": "markers", "name": "Normal_NatureComData", "type": "scatter", "xsrc": "MenggeZhang:5:9afb5e", "ysrc": "MenggeZhang:5:9529c7", "xaxis": "x", "yaxis": "y2", "marker": { "color": "rgb(13, 13, 13)", "symbol": "line-ns-open" }, "showlegend": false, "legendgroup": "Normal_NatureComData" } ], "layout": { "title": { "text": "Age Distribution of NatureCom Dataset" }, "xaxis": { "anchor": "y2", "domain": [ 0.0, 1.0 ], "zeroline": false }, "yaxis": { "anchor": "free", "domain": [ 0.35, 1 ], "position": 0.0 }, "legend": { "traceorder": "reversed" }, "yaxis2": { "dtick": 1, "anchor": "x", "domain": [ 0, 0.25 ], "showticklabels": false }, "barmode": "overlay", "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MenggeZhang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-03-20 21:12:38", "mapbox_access_tokens": null, "has_password": null, "username": "MenggeZhang", "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-03-20T21:32:50.766656Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~btomoschuk/10.embed", "fid": "btomoschuk:10", "filename": "shell", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/btomoschuk:10/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/btomoschuk/10/2_4P2148EFGN9BBE1I10UG2QYUL0U1ES.png", "block-thumb": "https://api.plotly.com/v2/files/btomoschuk:10/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/btomoschuk:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/btomoschuk:10", "plots": "https://api.plotly.com/v2/plots/btomoschuk:10", "parent": "https://api.plotly.com/v2/folders/home?user=btomoschuk" }, "owner": "btomoschuk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Weekly revenue for 200,000 gas transactions at Shell", "views": 12, "web_url": "https://chart-studio.plotly.com/~btomoschuk/10/weekly-revenue-for-200000-gas-transactions-at-shell/", "world_readable": true, "date_modified": "2019-03-22T00:38:35.536Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~btomoschuk/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "624b0516-cbfc-426c-a59a-eea5a96f1227", "line": { "color": "rgb(205, 12, 24)" }, "mode": "lines+markers", "name": "lines+markers", "type": "scatter", "xsrc": "btomoschuk:11:e1c684", "ysrc": "btomoschuk:11:e91fc3" } ], "layout": { "title": { "text": "Weekly revenue for 200,000 gas transactions at Shell" }, "yaxis": { "title": { "text": "Revenue" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~btomoschuk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2018-08-14 17:58:55", "mapbox_access_tokens": null, "has_password": null, "username": "btomoschuk", "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-03-20T21:32:17.098144Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xpedro/4.embed", "fid": "xpedro:4", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/xpedro:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/xpedro:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/xpedro:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/xpedro:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xpedro:4", "plots": "https://api.plotly.com/v2/plots/xpedro:4", "parent": "https://api.plotly.com/v2/folders/home?user=xpedro" }, "owner": "xpedro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Non-zero/Total visitors", "views": 0, "web_url": "https://chart-studio.plotly.com/~xpedro/4/non-zerototal-visitors/", "world_readable": true, "date_modified": "2019-03-20T21:32:17.571Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xpedro/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9bac333a-d073-40cd-80ef-18035c107606", "mode": "markers", "name": "count", "type": "scatter", "xsrc": "xpedro:5:d1bfc5", "ysrc": "xpedro:5:dfbf83", "xaxis": "x", "yaxis": "y", "marker": { "color": "red" }, "showlegend": false }, { "uid": "5d5e11e3-de04-4881-b4da-9aa0141703bc", "mode": "markers", "name": "count", "type": "scatter", "xsrc": "xpedro:5:46a8ad", "ysrc": "xpedro:5:8e2963", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "orange" }, "showlegend": false }, { "uid": "8d876e48-1470-4b89-b06a-87b3bab36c6e", "mode": "markers", "name": "count", "type": "scatter", "xsrc": "xpedro:5:585baf", "ysrc": "xpedro:5:9b2cc2", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "indigo" }, "showlegend": false } ], "layout": { "title": { "text": "Non-zero/Total visitors" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ] }, "yaxis": { "anchor": "x", "domain": [ 0.625, 1.0 ] }, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.625, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.375 ] }, "showlegend": false, "annotations": [ { "x": 0.225, "y": 1.0, "font": { "size": 16 }, "text": "Monthly", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 1.0, "font": { "size": 16 }, "text": "Weekly", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.375, "font": { "size": 16 }, "text": "Daily", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xpedro", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-03 03:04:07", "mapbox_access_tokens": null, "has_password": null, "username": "xpedro", "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-03-20T21:30:42.742003Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~druv022/3.embed", "fid": "druv022:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/druv022:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/druv022:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/druv022:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/druv022:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/druv022:3", "plots": "https://api.plotly.com/v2/plots/druv022:3", "parent": "https://api.plotly.com/v2/folders/home?user=druv022" }, "owner": "druv022", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~druv022/3/", "world_readable": true, "date_modified": "2019-03-20T21:30:42.757Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~druv022/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "bar", "xsrc": "druv022:2:c23553", "ysrc": "druv022:2:ea05f7", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 3773.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 58.94736842105263 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~druv022", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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-03-15 14:53:32", "mapbox_access_tokens": null, "has_password": null, "username": "druv022", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "