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=cD0yMDI0LTA0LTI2KzEwJTNBMDIlM0EzMC4xMzc5ODQlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI2KzA5JTNBMDclM0EzNy42NzIwMDYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNisxMCUzQTAwJTNBMjUuNDE5NDY4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-26T10:00:25.419468Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~muhsintsn1997/3.embed", "fid": "muhsintsn1997:3", "filename": "Use a Sequential Colormap", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/3/9_77AZBOEWQC1GRGKU9GYBX76DNTIFWY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/3/2_616GHZRUGWBJFI5MVR3HQBVYCC71D0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/3/8_5UIY0MI90LDGLTJEF2FJ2FRST9ARDF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/3/9_77AZBOEWQC1GRGKU9GYBX76DNTIFWY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/muhsintsn1997:3", "plots": "https://api.plotly.com/v2/plots/muhsintsn1997:3", "parent": "https://api.plotly.com/v2/folders/home?user=muhsintsn1997" }, "owner": "muhsintsn1997", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 48, "web_url": "https://chart-studio.plotly.com/~muhsintsn1997/3/", "world_readable": true, "date_modified": "2024-04-26T10:39:34.339Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~muhsintsn1997/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "muhsintsn1997:8:297a05", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(5, 10, 172)" }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:8:b94f37", "ysrc": "muhsintsn1997:8:50a1b0", "xaxis": "x2", "yaxis": "y2", "marker": { "size": 6, "colorsrc": "muhsintsn1997:8:e93bd9", "showscale": true, "colorscale": [ [ 0.0, "rgb(5, 10, 172)" ], [ 1.0, "rgb(220, 220, 220)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:8:21b2e9", "ysrc": "muhsintsn1997:8:99656a", "xaxis": "x3", "yaxis": "y3", "marker": { "size": 6, "colorsrc": "muhsintsn1997:8:c67822", "showscale": false, "colorscale": [ [ 0.0, "rgb(5, 10, 172)" ], [ 1.0, "rgb(220, 220, 220)" ] ] }, "showlegend": false }, { "type": "histogram", "xsrc": "muhsintsn1997:8:f54b2c", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "rgb(5, 10, 172)" }, "showlegend": false } ], "layout": { "title": { "text": "Scatterplot Matrix" }, "width": 600, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ] }, "yaxis": { "title": { "text": "Column B" }, "anchor": "x", "domain": [ 0.575, 1.0 ] }, "height": 600, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "xaxis3": { "title": { "text": "Column B" }, "anchor": "y3", "domain": [ 0.0, 0.45 ] }, "xaxis4": { "title": { "text": "Column C" }, "anchor": "y4", "domain": [ 0.55, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.575, 1.0 ] }, "yaxis3": { "title": { "text": "Column C" }, "anchor": "x3", "domain": [ 0.0, 0.425 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 0.425 ] }, "barmode": "stack", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "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", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "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 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~muhsintsn1997", "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": "2022-07-23 18:15:25", "mapbox_access_tokens": null, "has_password": null, "username": "muhsintsn1997", "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": "2024-04-26T09:53:20.811544Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pradeepzala/9.embed", "fid": "pradeepzala:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pradeepzala/9/9_CHVAEHWOKVT1X8YQ2JZ1HBNLXAKB6D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pradeepzala/9/2_QCG0SLDZNXZKZSCVR2ITN07NEM6TJT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pradeepzala/9/8_9LTZU8JHGJN1S2AAGL9JQYMDWXHWNT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pradeepzala/9/9_CHVAEHWOKVT1X8YQ2JZ1HBNLXAKB6D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pradeepzala:9", "plots": "https://api.plotly.com/v2/plots/pradeepzala:9", "parent": "https://api.plotly.com/v2/folders/home?user=pradeepzala" }, "owner": "pradeepzala", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 94, "web_url": "https://chart-studio.plotly.com/~pradeepzala/9/", "world_readable": true, "date_modified": "2024-04-26T09:53:20.824Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pradeepzala/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "bar", "xsrc": "pradeepzala:8:62fee2", "ysrc": "pradeepzala:8:19e6b2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "textposition": "auto", "hovertemplate": "x=%{x}<br>y=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "font": { "color": "white" }, "title": { "text": "Banknifty candles 9:00 to 9:30 move%" }, "width": 400, "xaxis": { "title": { "text": "x" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "y" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 400, "legend": { "tracegroupgap": 0 }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "barmode": "relative", "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "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", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "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 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "plot_bgcolor": "black", "paper_bgcolor": "black" } }, "height": 400, "width": 400, "user": { "profile_url": "https://chart-studio.plotly.com/~pradeepzala", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2024-04-26 07:54:20", "mapbox_access_tokens": null, "has_password": null, "username": "pradeepzala", "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": "2024-04-26T09:50:22.246607Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~muhsintsn1997/1.embed", "fid": "muhsintsn1997:1", "filename": "Histograms along Diagonal Subplots", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/1/9_TEVPWL9I5OEWAH0FMKFSDRPA2DTLGO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/1/2_VIZ1PKTG3TPDZJL08ZR9OYR6K93ZZA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/1/8_UA17NG3FSHGG1BI6T2VDCRVJ0RHRHO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/muhsintsn1997/1/9_TEVPWL9I5OEWAH0FMKFSDRPA2DTLGO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/muhsintsn1997:1", "plots": "https://api.plotly.com/v2/plots/muhsintsn1997:1", "parent": "https://api.plotly.com/v2/folders/home?user=muhsintsn1997" }, "owner": "muhsintsn1997", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 24, "web_url": "https://chart-studio.plotly.com/~muhsintsn1997/1/", "world_readable": true, "date_modified": "2024-04-26T10:38:48.344Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~muhsintsn1997/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "muhsintsn1997:6:1d7cca", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(31, 119, 180)" }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:f8181b", "ysrc": "muhsintsn1997:6:c5428e", "xaxis": "x2", "yaxis": "y2", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:eaf009", "showscale": true, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:245c33", "ysrc": "muhsintsn1997:6:f0af65", "xaxis": "x3", "yaxis": "y3", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:9d6ffb", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:d17874", "ysrc": "muhsintsn1997:6:0aea8e", "xaxis": "x4", "yaxis": "y4", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:083152", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:be429e", "ysrc": "muhsintsn1997:6:fa2f2e", "xaxis": "x5", "yaxis": "y5", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:ee69ef", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:449962", "ysrc": "muhsintsn1997:6:2d10c7", "xaxis": "x6", "yaxis": "y6", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:27fce6", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "type": "histogram", "xsrc": "muhsintsn1997:6:183c8a", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "rgb(31, 119, 180)" }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:917d48", "ysrc": "muhsintsn1997:6:3b6347", "xaxis": "x8", "yaxis": "y8", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:033760", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:364b2d", "ysrc": "muhsintsn1997:6:d73c3d", "xaxis": "x9", "yaxis": "y9", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:3fcaca", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:063882", "ysrc": "muhsintsn1997:6:15e3a1", "xaxis": "x10", "yaxis": "y10", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:f7372b", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:991386", "ysrc": "muhsintsn1997:6:58de62", "xaxis": "x11", "yaxis": "y11", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:96fefc", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:73f51a", "ysrc": "muhsintsn1997:6:cfe63b", "xaxis": "x12", "yaxis": "y12", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:97dfc8", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "type": "histogram", "xsrc": "muhsintsn1997:6:ae40c0", "xaxis": "x13", "yaxis": "y13", "marker": { "color": "rgb(31, 119, 180)" }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:703ea4", "ysrc": "muhsintsn1997:6:0bf447", "xaxis": "x14", "yaxis": "y14", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:9be6e8", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:fb8b45", "ysrc": "muhsintsn1997:6:cb4760", "xaxis": "x15", "yaxis": "y15", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:af9424", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:cf8ffe", "ysrc": "muhsintsn1997:6:62ed3e", "xaxis": "x16", "yaxis": "y16", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:1a40d0", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:a195d1", "ysrc": "muhsintsn1997:6:194fca", "xaxis": "x17", "yaxis": "y17", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:f27d9e", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:052f6c", "ysrc": "muhsintsn1997:6:b702f9", "xaxis": "x18", "yaxis": "y18", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:7f76f8", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "type": "histogram", "xsrc": "muhsintsn1997:6:ef42e3", "xaxis": "x19", "yaxis": "y19", "marker": { "color": "rgb(31, 119, 180)" }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:88cc7d", "ysrc": "muhsintsn1997:6:73237a", "xaxis": "x20", "yaxis": "y20", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:654dbd", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:c7750b", "ysrc": "muhsintsn1997:6:46c830", "xaxis": "x21", "yaxis": "y21", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:a9c639", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:87c2dc", "ysrc": "muhsintsn1997:6:605ce4", "xaxis": "x22", "yaxis": "y22", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:ec6eb3", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:55c85f", "ysrc": "muhsintsn1997:6:184281", "xaxis": "x23", "yaxis": "y23", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:da6528", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "mode": "markers", "type": "scatter", "xsrc": "muhsintsn1997:6:940f0e", "ysrc": "muhsintsn1997:6:2647a3", "xaxis": "x24", "yaxis": "y24", "marker": { "size": 6, "colorsrc": "muhsintsn1997:6:7caa77", "showscale": false, "colorscale": [ [ 0.0, "rgb(31, 119, 180)" ], [ 0.1111111111111111, "rgb(255, 127, 14)" ], [ 0.2222222222222222, "rgb(44, 160, 44)" ], [ 0.3333333333333333, "rgb(214, 39, 40)" ], [ 0.4444444444444444, "rgb(148, 103, 189)" ], [ 0.5555555555555556, "rgb(140, 86, 75)" ], [ 0.6666666666666666, "rgb(227, 119, 194)" ], [ 0.7777777777777777, "rgb(127, 127, 127)" ], [ 0.8888888888888888, "rgb(188, 189, 34)" ], [ 1.0, "rgb(23, 190, 207)" ] ] }, "showlegend": false }, { "type": "histogram", "xsrc": "muhsintsn1997:6:60e271", "xaxis": "x25", "yaxis": "y25", "marker": { "color": "rgb(31, 119, 180)" }, "showlegend": false } ], "layout": { "title": { "text": "Scatterplot Matrix" }, "width": 800, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.16799999999999998 ] }, "yaxis": { "title": { "text": "sepal_length" }, "anchor": "x", "domain": [ 0.848, 1.0 ] }, "height": 800, "xaxis2": { "anchor": "y2", "domain": [ 0.208, 0.376 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.416, 0.584 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.624, 0.792 ] }, "xaxis5": { "anchor": "y5", "domain": [ 0.832, 1.0 ] }, "xaxis6": { "anchor": "y6", "domain": [ 0.0, 0.16799999999999998 ] }, "xaxis7": { "anchor": "y7", "domain": [ 0.208, 0.376 ] }, "xaxis8": { "anchor": "y8", "domain": [ 0.416, 0.584 ] }, "xaxis9": { "anchor": "y9", "domain": [ 0.624, 0.792 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.848, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.848, 1.0 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.848, 1.0 ] }, "yaxis5": { "anchor": "x5", "domain": [ 0.848, 1.0 ] }, "yaxis6": { "title": { "text": "petal_length" }, "anchor": "x6", "domain": [ 0.6359999999999999, 0.7879999999999999 ] }, "yaxis7": { "anchor": "x7", "domain": [ 0.6359999999999999, 0.7879999999999999 ] }, "yaxis8": { "anchor": "x8", "domain": [ 0.6359999999999999, 0.7879999999999999 ] }, "yaxis9": { "anchor": "x9", "domain": [ 0.6359999999999999, 0.7879999999999999 ] }, "barmode": "stack", "xaxis10": { "anchor": "y10", "domain": [ 0.832, 1.0 ] }, "xaxis11": { "anchor": "y11", "domain": [ 0.0, 0.16799999999999998 ] }, "xaxis12": { "anchor": "y12", "domain": [ 0.208, 0.376 ] }, "xaxis13": { "anchor": "y13", "domain": [ 0.416, 0.584 ] }, "xaxis14": { "anchor": "y14", "domain": [ 0.624, 0.792 ] }, "xaxis15": { "anchor": "y15", "domain": [ 0.832, 1.0 ] }, "xaxis16": { "anchor": "y16", "domain": [ 0.0, 0.16799999999999998 ] }, "xaxis17": { "anchor": "y17", "domain": [ 0.208, 0.376 ] }, "xaxis18": { "anchor": "y18", "domain": [ 0.416, 0.584 ] }, "xaxis19": { "anchor": "y19", "domain": [ 0.624, 0.792 ] }, "xaxis20": { "anchor": "y20", "domain": [ 0.832, 1.0 ] }, "xaxis21": { "title": { "text": "sepal_length" }, "anchor": "y21", "domain": [ 0.0, 0.16799999999999998 ] }, "xaxis22": { "title": { "text": "petal_length" }, "anchor": "y22", "domain": [ 0.208, 0.376 ] }, "xaxis23": { "title": { "text": "petal_width" }, "anchor": "y23", "domain": [ 0.416, 0.584 ] }, "xaxis24": { "title": { "text": "species" }, "anchor": "y24", "domain": [ 0.624, 0.792 ] }, "xaxis25": { "title": { "text": "species_id" }, "anchor": "y25", "domain": [ 0.832, 1.0 ] }, "yaxis10": { "anchor": "x10", "domain": [ 0.6359999999999999, 0.7879999999999999 ] }, "yaxis11": { "title": { "text": "petal_width" }, "anchor": "x11", "domain": [ 0.424, 0.576 ] }, "yaxis12": { "anchor": "x12", "domain": [ 0.424, 0.576 ] }, "yaxis13": { "anchor": "x13", "domain": [ 0.424, 0.576 ] }, "yaxis14": { "anchor": "x14", "domain": [ 0.424, 0.576 ] }, "yaxis15": { "anchor": "x15", "domain": [ 0.424, 0.576 ] }, "yaxis16": { "title": { "text": "species" }, "anchor": "x16", "domain": [ 0.212, 0.364 ] }, "yaxis17": { "anchor": "x17", "domain": [ 0.212, 0.364 ] }, "yaxis18": { "anchor": "x18", "domain": [ 0.212, 0.364 ] }, "yaxis19": { "anchor": "x19", "domain": [ 0.212, 0.364 ] }, "yaxis20": { "anchor": "x20", "domain": [ 0.212, 0.364 ] }, "yaxis21": { "title": { "text": "species_id" }, "anchor": "x21", "domain": [ 0.0, 0.152 ] }, "yaxis22": { "anchor": "x22", "domain": [ 0.0, 0.152 ] }, "yaxis23": { "anchor": "x23", "domain": [ 0.0, 0.152 ] }, "yaxis24": { "anchor": "x24", "domain": [ 0.0, 0.152 ] }, "yaxis25": { "anchor": "x25", "domain": [ 0.0, 0.152 ] }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "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", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "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 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true } }, "height": 800, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~muhsintsn1997", "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": "2022-07-23 18:15:25", "mapbox_access_tokens": null, "has_password": null, "username": "muhsintsn1997", "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": "2024-04-26T09:47:30.742137Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~farhanruet/1.embed", "fid": "farhanruet:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/farhanruet/1/9_PQ8I2AOI2QCM1BHL8C14KDCR8F8VR6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/farhanruet/1/2_K14SX4B1ZIW0B74491N37OODFHBG2Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/farhanruet/1/8_7SR5WMOT7UZAJF6U3OIRRNTFA0IWO6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/farhanruet/1/9_PQ8I2AOI2QCM1BHL8C14KDCR8F8VR6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/farhanruet:1", "plots": "https://api.plotly.com/v2/plots/farhanruet:1", "parent": "https://api.plotly.com/v2/folders/home?user=farhanruet" }, "owner": "farhanruet", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~farhanruet/1/", "world_readable": true, "date_modified": "2024-04-26T09:47:30.753Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~farhanruet/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "lines", "type": "scatter", "xsrc": "farhanruet:0:1903c0", "ysrc": "farhanruet:0:020754" }, { "mode": "lines", "type": "scatter", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "                                          Terminal Voltage Vt vs Excitation voltage Vexc Graph" }, "xaxis": { "type": "linear", "range": [ 10.8, 166 ], "title": { "text": "Excitation Voltage, Vexc (V)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 19.55, 504.55 ], "title": { "text": "Terminal Voltage,VT (V)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~farhanruet", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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": "2024-04-26 09:47:06", "mapbox_access_tokens": null, "has_password": null, "username": "farhanruet", "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": "2024-04-26T09:23:38.646384Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marouane.yachaoui/24.embed", "fid": "marouane.yachaoui:24", "filename": "Day NA Volume ResponstTime", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/24/9_YK3NPQHJG4P7YGF984BUMQ5DCFLCKL.png", "image_urls": { "default": "https://api.plotly.com/v2/files/marouane.yachaoui:24/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marouane.yachaoui:24/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/24/9_YK3NPQHJG4P7YGF984BUMQ5DCFLCKL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marouane.yachaoui:24", "plots": "https://api.plotly.com/v2/plots/marouane.yachaoui:24", "parent": "https://api.plotly.com/v2/folders/home?user=marouane.yachaoui" }, "owner": "marouane.yachaoui", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marouane.yachaoui/24/", "world_readable": true, "date_modified": "2024-05-29T07:18:07.774Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~fabrice.haas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2024-05-24 15:35:15", "mapbox_access_tokens": null, "has_password": null, "username": "fabrice.haas", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marouane.yachaoui/24/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c68155", "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "Java connector Spain", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:25ff08", "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "123", "enabled": true, "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "Java connector France<br>", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:25ff08", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "126", "enabled": true, "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "New Web Service", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:25ff08", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "4", "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] } ], "frames": [], "layout": { "title": { "text": "NA : Evolution of Response Time" }, "xaxis": { "type": "category", "range": [ 0, 23 ], "title": { "text": "Date Time" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.20333333333333334, 3.8633333333333333 ], "title": { "text": "Response time in ms" }, "autorange": true, "showspikes": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marouane.yachaoui", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-01-08 09:14:47", "mapbox_access_tokens": null, "has_password": null, "username": "marouane.yachaoui", "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": "2024-04-26T09:16:12.416220Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marouane.yachaoui/19.embed", "fid": "marouane.yachaoui:19", "filename": "Day DA Volume ResponseTime", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/19/9_QS2JKJ4IPSQTF1AWX9VQM191F9GB4M.png", "image_urls": { "default": "https://api.plotly.com/v2/files/marouane.yachaoui:19/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marouane.yachaoui:19/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/19/9_QS2JKJ4IPSQTF1AWX9VQM191F9GB4M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marouane.yachaoui:19", "plots": "https://api.plotly.com/v2/plots/marouane.yachaoui:19", "parent": "https://api.plotly.com/v2/folders/home?user=marouane.yachaoui" }, "owner": "marouane.yachaoui", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marouane.yachaoui/19/", "world_readable": true, "date_modified": "2024-05-29T07:17:02.242Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~fabrice.haas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2024-05-24 15:35:15", "mapbox_access_tokens": null, "has_password": null, "username": "fabrice.haas", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marouane.yachaoui/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c68155", "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "Java connector Spain", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:25ff08", "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "122", "enabled": true, "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "Java connector France<br>", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:25ff08", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "127", "enabled": true, "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Avg" } }, "mode": "lines", "name": "New Web Service", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:25ff08", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "4", "enabled": true, "operation": "=", "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] } ], "frames": [], "layout": { "title": { "text": "DA : Evolution of Response Time" }, "xaxis": { "type": "category", "range": [ 0, 23 ], "title": { "text": "Date Time" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.55, 10.450000000000001 ], "title": { "text": "Response time in ms" }, "autorange": true, "showspikes": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marouane.yachaoui", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-01-08 09:14:47", "mapbox_access_tokens": null, "has_password": null, "username": "marouane.yachaoui", "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": "2024-04-26T09:13:37.336374Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marouane.yachaoui/18.embed", "fid": "marouane.yachaoui:18", "filename": "Day NA Volume", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/18/9_VGSLX03X8WKM1SZHYYH6088ESFXCI0.png", "image_urls": { "default": "https://api.plotly.com/v2/files/marouane.yachaoui:18/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marouane.yachaoui:18/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/18/9_VGSLX03X8WKM1SZHYYH6088ESFXCI0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marouane.yachaoui:18", "plots": "https://api.plotly.com/v2/plots/marouane.yachaoui:18", "parent": "https://api.plotly.com/v2/folders/home?user=marouane.yachaoui" }, "owner": "marouane.yachaoui", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marouane.yachaoui/18/", "world_readable": true, "date_modified": "2024-05-29T07:18:07.774Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~fabrice.haas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2024-05-24 15:35:15", "mapbox_access_tokens": null, "has_password": null, "username": "fabrice.haas", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marouane.yachaoui/18/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c68155", "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "Java connector Spain", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:eedd6b", "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "123", "enabled": true, "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "Java connector France<br>", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:eedd6b", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "126", "enabled": true, "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "New Web Service", "type": "scattergl", "xsrc": "marouane.yachaoui:9:767e3f", "ysrc": "marouane.yachaoui:9:eedd6b", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "4", "targetsrc": "marouane.yachaoui:9:d1d7d0" } ] } ], "frames": [], "layout": { "title": { "text": "NA : Evolution of Volume" }, "xaxis": { "type": "category", "range": [ 0, 23 ], "title": { "text": "Date Time" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -32423.88888888889, 616053.8888888889 ], "title": { "text": "Volume" }, "autorange": true, "showspikes": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marouane.yachaoui", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-01-08 09:14:47", "mapbox_access_tokens": null, "has_password": null, "username": "marouane.yachaoui", "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": "2024-04-26T09:10:15.480257Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dobregeorgiana95/9.embed", "fid": "dobregeorgiana95:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/dobregeorgiana95:9/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/dobregeorgiana95:9/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/dobregeorgiana95:9/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/dobregeorgiana95:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dobregeorgiana95:9", "plots": "https://api.plotly.com/v2/plots/dobregeorgiana95:9", "parent": "https://api.plotly.com/v2/folders/home?user=dobregeorgiana95" }, "owner": "dobregeorgiana95", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dobregeorgiana95/9/", "world_readable": true, "date_modified": "2024-04-26T09:10:15.492Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dobregeorgiana95/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": {}, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dobregeorgiana95", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2024-04-26 08:27:01", "mapbox_access_tokens": null, "has_password": null, "username": "dobregeorgiana95", "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": "2024-04-26T09:10:12.349003Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marouane.yachaoui/17.embed", "fid": "marouane.yachaoui:17", "filename": "Day DA Volume", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/17/9_APKGCNN21JMI3O22MCFPSB2GZWVDJD.png", "image_urls": { "default": "https://api.plotly.com/v2/files/marouane.yachaoui:17/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marouane.yachaoui:17/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/17/9_APKGCNN21JMI3O22MCFPSB2GZWVDJD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marouane.yachaoui:17", "plots": "https://api.plotly.com/v2/plots/marouane.yachaoui:17", "parent": "https://api.plotly.com/v2/folders/home?user=marouane.yachaoui" }, "owner": "marouane.yachaoui", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marouane.yachaoui/17/", "world_readable": true, "date_modified": "2024-05-29T07:17:02.242Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~fabrice.haas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2024-05-24 15:35:15", "mapbox_access_tokens": null, "has_password": null, "username": "fabrice.haas", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marouane.yachaoui/17/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c68155", "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "Java connector Spain", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:eedd6b", "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "122", "enabled": true, "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "Java connector France<br>", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:eedd6b", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "127", "enabled": true, "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "Count" } }, "mode": "lines", "name": "New Web Service", "type": "scattergl", "xsrc": "marouane.yachaoui:11:767e3f", "ysrc": "marouane.yachaoui:11:eedd6b", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "4", "enabled": true, "operation": "=", "targetsrc": "marouane.yachaoui:11:d1d7d0" } ] } ], "frames": [], "layout": { "title": { "text": "DA : Evolution of Volume" }, "xaxis": { "type": "category", "range": [ 0, 23 ], "title": { "text": "Date Time" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -30348.05555555556, 576613.0555555555 ], "title": { "text": "Volume" }, "autorange": true, "showspikes": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marouane.yachaoui", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-01-08 09:14:47", "mapbox_access_tokens": null, "has_password": null, "username": "marouane.yachaoui", "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": "2024-04-26T09:07:37.672006Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marouane.yachaoui/16.embed", "fid": "marouane.yachaoui:16", "filename": "Hour NA", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/16/9_DYQUGW8LI96OM568M5DSDWMZ3QW1XW.png", "image_urls": { "default": "https://api.plotly.com/v2/files/marouane.yachaoui:16/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marouane.yachaoui:16/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marouane.yachaoui/16/9_DYQUGW8LI96OM568M5DSDWMZ3QW1XW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marouane.yachaoui:16", "plots": "https://api.plotly.com/v2/plots/marouane.yachaoui:16", "parent": "https://api.plotly.com/v2/folders/home?user=marouane.yachaoui" }, "owner": "marouane.yachaoui", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marouane.yachaoui/16/", "world_readable": true, "date_modified": "2024-05-29T07:18:52.422Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~fabrice.haas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2024-05-24 15:35:15", "mapbox_access_tokens": null, "has_password": null, "username": "fabrice.haas", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marouane.yachaoui/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c68155", "meta": { "columnNames": { "x": "YYYYMMDD", "y": "PCT Timeout" } }, "mode": "lines", "name": "Java connector Spain", "type": "scattergl", "xsrc": "marouane.yachaoui:15:767e3f", "ysrc": "marouane.yachaoui:15:871d50", "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "123", "enabled": true, "targetsrc": "marouane.yachaoui:15:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "PCT Timeout" } }, "mode": "lines", "name": "Java connector France<br>", "type": "scattergl", "xsrc": "marouane.yachaoui:15:767e3f", "ysrc": "marouane.yachaoui:15:871d50", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "126", "enabled": true, "targetsrc": "marouane.yachaoui:15:d1d7d0" } ] }, { "meta": { "columnNames": { "x": "YYYYMMDD", "y": "PCT Timeout" } }, "mode": "lines", "name": "New Web Service", "type": "scattergl", "xsrc": "marouane.yachaoui:15:767e3f", "ysrc": "marouane.yachaoui:15:871d50", "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "target": "IdEntry" } }, "type": "filter", "value": "4", "targetsrc": "marouane.yachaoui:15:d1d7d0" } ] } ], "frames": [], "layout": { "title": { "text": "NA : Evolution of % of TimeOut" }, "xaxis": { "type": "category", "range": [ 0, 47 ], "title": { "text": "Date Time" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.6340807928109501, 12.04753506340805 ], "title": { "text": "% of transaction TimeOut" }, "autorange": true, "showspikes": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marouane.yachaoui", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-01-08 09:14:47", "mapbox_access_tokens": null, "has_password": null, "username": "marouane.yachaoui", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "