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=cj0xJnA9MjAyNC0wNC0xNisyMiUzQTI5JTNBMzUuMzg3MzMzJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE2KzIyJTNBNDYlM0E0My4xMjAyNzMlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNisyMyUzQTI1JTNBMDUuNTc1NTUyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-16T23:25:05.575552Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vtenorio309/131.embed", "fid": "vtenorio309:131", "filename": "Plot 131", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vtenorio309/131/9_IDHPJWSMEFXR0UENS9OLXV0FIITYAP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vtenorio309/131/2_46AU9IGIZ1NJQ9VT0J62GRZ6JXMJOJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vtenorio309/131/8_3FUEX676H4D2YLSCTG1HZTAPFFC6UP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vtenorio309/131/9_IDHPJWSMEFXR0UENS9OLXV0FIITYAP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vtenorio309:131", "plots": "https://api.plotly.com/v2/plots/vtenorio309:131", "parent": "https://api.plotly.com/v2/folders/home?user=vtenorio309" }, "owner": "vtenorio309", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~vtenorio309/131/", "world_readable": true, "date_modified": "2024-05-21T22:31:55.765Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vtenorio309/131/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "pie", "labelssrc": "vtenorio309:130:776522", "valuessrc": "vtenorio309:130:c0e991" } ], "layout": { "title": { "text": "Gráfico de Pizza - Distribuição das Vacinas por Tipo" }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vtenorio309", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-15 23:01:27", "mapbox_access_tokens": null, "has_password": null, "username": "vtenorio309", "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-16T23:22:18.063019Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~enderbros123/3.embed", "fid": "enderbros123:3", "filename": "Test Map", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/enderbros123/3/9_QKQYQRRGTKH583KXEGTGZ3RDDA20CH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/enderbros123/3/2_2CG99DEK4MBNZABYAEKOU3L3SZ4KFS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/enderbros123/3/8_8O1LPW3K9LFWWNWQ8SUTIEYCZYGBHU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/enderbros123/3/9_QKQYQRRGTKH583KXEGTGZ3RDDA20CH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/enderbros123:3", "plots": "https://api.plotly.com/v2/plots/enderbros123:3", "parent": "https://api.plotly.com/v2/folders/home?user=enderbros123" }, "owner": "enderbros123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~enderbros123/3/", "world_readable": true, "date_modified": "2024-04-16T23:22:18.076Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~enderbros123/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "smoothing": 1 }, "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "type": "histogram2dcontour", "xsrc": "enderbros123:2:13805d", "ysrc": "enderbros123:2:51683e", "zmax": 45, "zsrc": "enderbros123:2:06196e", "xbins": { "end": 26.5, "size": 1, "start": -2.5 }, "zauto": false, "opacity": 1, "colorbar": { "x": 1, "y": 0.5, "dtick": 5, "tick0": 0, "title": { "font": { "size": 24, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "<br>" }, "bgcolor": "rgb(255, 255, 255)", "lenmode": "fraction", "yanchor": "middle", "tickfont": { "size": 24, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "tickmode": "linear", "thickness": 30, "tickangle": "auto", "tickprefix": "", "ticksuffix": "%", "borderwidth": 0, "outlinecolor": "rgb(0, 0, 0)", "outlinewidth": 1, "thicknessmode": "pixels", "showticksuffix": "all" }, "contours": { "end": 45, "size": 5, "start": 5, "showlabels": true }, "histfunc": "max", "showscale": true, "colorscale": [ [ 0, "#ffffcc" ], [ 0.125, "#ffeda0" ], [ 0.25, "#fed976" ], [ 0.375, "#feb24c" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#fc4e2a" ], [ 0.75, "#e31a1c" ], [ 0.875, "#bd0026" ], [ 1, "#800026" ] ], "autocontour": false, "reversescale": false, "autocolorscale": false } ], "frames": [], "layout": { "font": { "size": 24, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "title": { "x": 0.5, "font": { "size": 36 }, "text": "<b>Eastern Range (CCSFS / KSC)<br></b>Field Mill<b> </b>Proxy Violation Percentage by Month (AUG 1997 - JAN 2015)<br>\n(Percent of Time > |1500| V/m)<br>" }, "xaxis": { "type": "linear", "range": [ -1, 24 ], "title": { "font": { "size": 36 }, "text": "<b>Time of Day<br></b>Zulu Time (UTC)" }, "nticks": 0, "showgrid": true, "showline": false, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "rgb(0, 0, 0)", "gridwidth": 1, "automargin": true }, "yaxis": { "type": "category", "range": [ 0, 13 ], "title": { "font": { "size": 36 }, "text": "<b>Month</b>" }, "tickson": "labels", "tickmode": "linear", "zeroline": true, "autorange": false, "zerolinecolor": "rgb(236, 236, 238)" }, "margin": { "b": 80, "l": 80, "t": 215, "pad": 0 }, "modebar": { "color": "rgb(68, 68, 68)", "orientation": "h" }, "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" }, "hoverlabel": { "font": { "size": 12, "family": "Times New Roman" } }, "uniformtext": { "mode": false, "minsize": 8 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~enderbros123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-16 12:07:49", "mapbox_access_tokens": null, "has_password": null, "username": "enderbros123", "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-16T23:17:33.785900Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~awerook/16.embed", "fid": "awerook:16", "filename": "bearingPhase4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/awerook/16/9_VRHT4IACVYIVIWCJJ55VR3ZPV3F9I3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/awerook/16/2_R0L6200ORTNR2DF2RG83SUI7RFCLRZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/16/8_VXB3IBMCEJFHCU70QA41ZTJQT3UCBK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/16/9_VRHT4IACVYIVIWCJJ55VR3ZPV3F9I3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/awerook:16", "plots": "https://api.plotly.com/v2/plots/awerook:16", "parent": "https://api.plotly.com/v2/folders/home?user=awerook" }, "owner": "awerook", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~awerook/16/", "world_readable": true, "date_modified": "2024-04-16T23:17:34.096Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~awerook/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "awerook:17:6a8e8b", "ysrc": "awerook:17:d8f016" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~awerook", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-15 21:33:50", "mapbox_access_tokens": null, "has_password": null, "username": "awerook", "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-16T23:12:23.809939Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~IllianiCarroPerez/3.embed", "fid": "IllianiCarroPerez:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/IllianiCarroPerez/3/9_44HAJLX5DD548ZXXRBBP3DNQ8AWWF8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/IllianiCarroPerez/3/2_4PM9SGAVOF5LTJ8B071HL95ATUTQRF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IllianiCarroPerez/3/8_Z4YIHXCC6JUEYJYZSP0B0Y6Y17JOGQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IllianiCarroPerez/3/9_44HAJLX5DD548ZXXRBBP3DNQ8AWWF8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/IllianiCarroPerez:3", "plots": "https://api.plotly.com/v2/plots/IllianiCarroPerez:3", "parent": "https://api.plotly.com/v2/folders/home?user=IllianiCarroPerez" }, "owner": "IllianiCarroPerez", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 20, "web_url": "https://chart-studio.plotly.com/~IllianiCarroPerez/3/", "world_readable": true, "date_modified": "2024-04-24T22:40:01.211Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~IllianiCarroPerez/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "type": "scatter3d", "xsrc": "IllianiCarroPerez:2:00b736", "ysrc": "IllianiCarroPerez:2:1282bc", "zsrc": "IllianiCarroPerez:2:22eeda", "marker": { "line": { "width": 9 }, "size": 7, "color": "#636efa", "opacity": 0.63 }, "showlegend": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 29, "family": "Open Sans" }, "text": "A" }, "nticks": 0, "showgrid": true, "zeroline": true, "gridcolor": "rgb(0, 0, 0)", "showspikes": true, "zerolinecolor": "rgb(0, 0, 0)", "showticklabels": false }, "yaxis": { "type": "linear", "title": { "font": { "size": 29, "family": "Open Sans" }, "text": "B" }, "gridcolor": "rgb(8, 8, 8)", "showticklabels": false }, "zaxis": { "type": "linear", "title": { "font": { "size": 29, "family": "Open Sans" }, "text": "C" }, "tickmode": "auto", "gridcolor": "rgb(0, 0, 0)", "showticklabels": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -2.2306260337756374, "y": 2.042061963508969, "z": 0.2697319523101701 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 0.7724113034560635, "y": 0.7724113034560635, "z": 1.6761109324292134 } }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 1.08, "y": 1 }, "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "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" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~IllianiCarroPerez", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-10-27 15:22:51", "mapbox_access_tokens": null, "has_password": null, "username": "IllianiCarroPerez", "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-16T23:02:40.517258Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dethrothes/1.embed", "fid": "dethrothes:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dethrothes/1/9_WIQOK91IYYW5AN1XFRMWJ0DUCPN7LD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dethrothes/1/2_UMPFJYBINQCRRA7BJNTL86Q44FOPOP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dethrothes/1/8_C3Y7YSFYI8UWN0LWRF7814QGL28GWR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dethrothes/1/9_WIQOK91IYYW5AN1XFRMWJ0DUCPN7LD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dethrothes:1", "plots": "https://api.plotly.com/v2/plots/dethrothes:1", "parent": "https://api.plotly.com/v2/folders/home?user=dethrothes" }, "owner": "dethrothes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dethrothes/1/", "world_readable": true, "date_modified": "2024-04-16T23:22:13.075Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dethrothes/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "Total Number of films released in US" } }, "mode": "markers", "type": "bar", "xsrc": "dethrothes:0:5119db", "ysrc": "dethrothes:0:b9a81f", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Films Released 2001 - 2024 USA" }, "xaxis": { "type": "linear", "range": [ 2000.5, 2024.5 ], "title": { "text": "Year" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1045.2631578947369 ], "title": { "text": "Films Released" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dethrothes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-16 22:59:29", "mapbox_access_tokens": null, "has_password": null, "username": "dethrothes", "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-16T22:53:56.102628Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~awerook/14.embed", "fid": "awerook:14", "filename": "bearingArray4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/awerook/14/9_VVZV9N8RTRLRZIMY29FTRLUWPHQMXC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/awerook/14/2_WO3KMXRGZ7KGMDJG5ONZVT6B1MX4HL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/14/8_SZ6WKZG6OAQLLIA4RML4TSK9B8O45Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/14/9_VVZV9N8RTRLRZIMY29FTRLUWPHQMXC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/awerook:14", "plots": "https://api.plotly.com/v2/plots/awerook:14", "parent": "https://api.plotly.com/v2/folders/home?user=awerook" }, "owner": "awerook", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~awerook/14/", "world_readable": true, "date_modified": "2024-04-16T23:11:02.037Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~awerook/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "awerook:15:36b56e", "ysrc": "awerook:15:1ae486" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~awerook", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-15 21:33:50", "mapbox_access_tokens": null, "has_password": null, "username": "awerook", "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-16T22:46:54.114082Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kateeab4/39.embed", "fid": "kateeab4:39", "filename": "volcano 20.4377137667887422", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kateeab4/39/9_PDEUKYO02SZSOC5VT3UFE7TYKRKX7E.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kateeab4/39/2_ZMO6J60JZVJ6EO6JJKKJ82XREWJKZE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/39/8_6YI3M8P1LCDAVYXJYVEB436FJCDHFD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/39/9_PDEUKYO02SZSOC5VT3UFE7TYKRKX7E.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kateeab4:39", "plots": "https://api.plotly.com/v2/plots/kateeab4:39", "parent": "https://api.plotly.com/v2/folders/home?user=kateeab4" }, "owner": "kateeab4", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kateeab4/39/", "world_readable": true, "date_modified": "2024-04-16T22:46:54.123Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kateeab4/39/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "No change", "type": "scattergl", "xsrc": "kateeab4:38:f612d9", "ysrc": "kateeab4:38:9fbde0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "No change", "hovertextsrc": "kateeab4:38:d6bc58", "customdatasrc": "kateeab4:38:fa0031", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=No change<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted", "type": "scattergl", "xsrc": "kateeab4:38:64dd64", "ysrc": "kateeab4:38:217777", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted", "hovertextsrc": "kateeab4:38:f7dc3d", "customdatasrc": "kateeab4:38:3bc0df", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:38:86df7e", "ysrc": "kateeab4:38:b62530", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "hovertextsrc": "kateeab4:38:dfae08", "customdatasrc": "kateeab4:38:440d75", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in TRAF7 WD40, Disrupted in FL TRAF7<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:38:ed5ea1", "ysrc": "kateeab4:38:e527a5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in FL TRAF7", "hovertextsrc": "kateeab4:38:925cc6", "customdatasrc": "kateeab4:38:c51337", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted in FL TRAF7<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in FL TRAF7, Disrupted in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:38:790ea6", "ysrc": "kateeab4:38:ae60f2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in FL TRAF7, Disrupted in TRAF7 WD40", "hovertextsrc": "kateeab4:38:eb0e8a", "customdatasrc": "kateeab4:38:7f2e63", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in FL TRAF7, Disrupted in TRAF7 WD40<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced", "type": "scattergl", "xsrc": "kateeab4:38:e96c49", "ysrc": "kateeab4:38:83f11d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced", "hovertextsrc": "kateeab4:38:5c6257", "customdatasrc": "kateeab4:38:d855a8", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:38:b8ca0b", "ysrc": "kateeab4:38:d67045", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in FL TRAF7", "hovertextsrc": "kateeab4:38:d88088", "customdatasrc": "kateeab4:38:5b2fc2", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in FL TRAF7<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:38:bf6725", "ysrc": "kateeab4:38:6c609c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40", "hovertextsrc": "kateeab4:38:09591d", "customdatasrc": "kateeab4:38:cebbc5", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in TRAF7 WD40<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:38:209369", "ysrc": "kateeab4:38:20cfd2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in TRAF7 WD40", "hovertextsrc": "kateeab4:38:e78780", "customdatasrc": "kateeab4:38:6abfae", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted in TRAF7 WD40<br>WDFL/WDCterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC -log10(p value)=%{y}<br>WDFL/WDCterm pvalue=%{customdata[0]}<br>TRAF7FL/TRAF7Cterm Log2FC=%{customdata[1]}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[2]}<extra></extra>" }, { "line": { "dash": "dot", "color": "black", "width": 1 }, "mode": "lines", "name": "p value = 0.05", "type": "scatter", "xsrc": "kateeab4:38:b854a0", "ysrc": "kateeab4:38:2e1a09", "opacity": 0.5 } ], "layout": { "title": { "text": "AP-MS of Proteins with TRAF7" }, "xaxis": { "title": { "text": "WDFL/WDCterm Log2FC" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "-log10(p val)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Intrxn" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kateeab4", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-14 18:33:41", "mapbox_access_tokens": null, "has_password": null, "username": "kateeab4", "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-16T22:46:50.565423Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kateeab4/37.embed", "fid": "kateeab4:37", "filename": "volcano 10.4377137667887422", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kateeab4/37/9_UAFKZEBRIWMDHUJ449U0AEG2CGV0TA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kateeab4/37/2_DW8CECFUONB4ILDEWVLN3MEKI6YD4P.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/37/8_XZBEBDGNKVFNRO4UJHZH49X9HSALM7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/37/9_UAFKZEBRIWMDHUJ449U0AEG2CGV0TA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kateeab4:37", "plots": "https://api.plotly.com/v2/plots/kateeab4:37", "parent": "https://api.plotly.com/v2/folders/home?user=kateeab4" }, "owner": "kateeab4", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~kateeab4/37/", "world_readable": true, "date_modified": "2024-04-16T22:46:50.575Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kateeab4/37/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "No change", "type": "scattergl", "xsrc": "kateeab4:36:374029", "ysrc": "kateeab4:36:5d337b", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "No change", "hovertextsrc": "kateeab4:36:a8e875", "customdatasrc": "kateeab4:36:730e7e", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=No change<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted", "type": "scattergl", "xsrc": "kateeab4:36:7991e4", "ysrc": "kateeab4:36:46417f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted", "hovertextsrc": "kateeab4:36:655f36", "customdatasrc": "kateeab4:36:7dfe22", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:36:da62a0", "ysrc": "kateeab4:36:21a016", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "hovertextsrc": "kateeab4:36:e6d4c4", "customdatasrc": "kateeab4:36:a03ffe", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in TRAF7 WD40, Disrupted in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:36:7c4552", "ysrc": "kateeab4:36:d01ca6", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in FL TRAF7", "hovertextsrc": "kateeab4:36:8ac562", "customdatasrc": "kateeab4:36:ed1702", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in FL TRAF7, Disrupted in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:36:bf8e60", "ysrc": "kateeab4:36:f58df7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in FL TRAF7, Disrupted in TRAF7 WD40", "hovertextsrc": "kateeab4:36:23d038", "customdatasrc": "kateeab4:36:af440c", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in FL TRAF7, Disrupted in TRAF7 WD40<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced", "type": "scattergl", "xsrc": "kateeab4:36:e0131f", "ysrc": "kateeab4:36:5bfbe7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced", "hovertextsrc": "kateeab4:36:19c0e2", "customdatasrc": "kateeab4:36:ce30ae", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in FL TRAF7", "type": "scattergl", "xsrc": "kateeab4:36:575a78", "ysrc": "kateeab4:36:60b9cf", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in FL TRAF7", "hovertextsrc": "kateeab4:36:2da655", "customdatasrc": "kateeab4:36:aea0c3", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:36:efe011", "ysrc": "kateeab4:36:134810", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40", "hovertextsrc": "kateeab4:36:4464af", "customdatasrc": "kateeab4:36:f06902", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Enhanced in TRAF7 WD40<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in TRAF7 WD40", "type": "scattergl", "xsrc": "kateeab4:36:bb6dbb", "ysrc": "kateeab4:36:2cf38f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in TRAF7 WD40", "hovertextsrc": "kateeab4:36:d1bf97", "customdatasrc": "kateeab4:36:7cf462", "hovertemplate": "<b>%{hovertext}</b><br><br>Intrxn=Disrupted in TRAF7 WD40<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>TRAF7FL/TRAF7Cterm Log2FC -log10(p value)=%{y}<br>TRAF7FL/TRAF7Cterm pvalue=%{customdata[0]}<br>WDFL/WDCterm Log2FC=%{customdata[1]}<br>WDFL/WDCterm pvalue=%{customdata[2]}<extra></extra>" }, { "line": { "dash": "dot", "color": "black", "width": 1 }, "mode": "lines", "name": "p value = 0.05", "type": "scatter", "xsrc": "kateeab4:36:4b9e53", "ysrc": "kateeab4:36:bbd5a0", "opacity": 0.5 } ], "layout": { "title": { "text": "AP-MS of Proteins with TRAF7" }, "xaxis": { "title": { "text": "TRAF7FL/TRAF7Cterm Log2FC" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "-log10(p val)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Intrxn" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "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": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kateeab4", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-14 18:33:41", "mapbox_access_tokens": null, "has_password": null, "username": "kateeab4", "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-16T22:46:46.682620Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kateeab4/35.embed", "fid": "kateeab4:35", "filename": "scatter0.4377137667887422", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kateeab4/35/9_BUZP286FMMRMLPH6303BPGD0RFIS6C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kateeab4/35/2_GTF7XBWJMDADAHTTHFHSAFV37NRQSI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/35/8_1AH7HAJR0N0O60KXSYR1BKFL5Y0NEJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/35/9_BUZP286FMMRMLPH6303BPGD0RFIS6C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kateeab4:35", "plots": "https://api.plotly.com/v2/plots/kateeab4:35", "parent": "https://api.plotly.com/v2/folders/home?user=kateeab4" }, "owner": "kateeab4", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~kateeab4/35/", "world_readable": true, "date_modified": "2024-04-16T22:46:46.692Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kateeab4/35/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "No change", "type": "scatter", "xsrc": "kateeab4:34:e0afae", "ysrc": "kateeab4:34:d1117c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "No change", "orientation": "v", "hovertemplate": "Intrxn=No change<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Disrupted", "type": "scatter", "xsrc": "kateeab4:34:7c949d", "ysrc": "kateeab4:34:cd72d2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted", "orientation": "v", "hovertemplate": "Intrxn=Disrupted<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in FL TRAF7", "type": "scatter", "xsrc": "kateeab4:34:918537", "ysrc": "kateeab4:34:a21589", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in FL TRAF7", "orientation": "v", "hovertemplate": "Intrxn=Disrupted in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Enhanced", "type": "scatter", "xsrc": "kateeab4:34:d5ca3d", "ysrc": "kateeab4:34:04576e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced", "orientation": "v", "hovertemplate": "Intrxn=Enhanced<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in FL TRAF7", "type": "scatter", "xsrc": "kateeab4:34:0a9faa", "ysrc": "kateeab4:34:a12c04", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in FL TRAF7", "orientation": "v", "hovertemplate": "Intrxn=Enhanced in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40", "type": "scatter", "xsrc": "kateeab4:34:15c62e", "ysrc": "kateeab4:34:111ff1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40", "orientation": "v", "hovertemplate": "Intrxn=Enhanced in TRAF7 WD40<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Disrupted in TRAF7 WD40", "type": "scatter", "xsrc": "kateeab4:34:e49b11", "ysrc": "kateeab4:34:d364d1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "symbol": "circle" }, "showlegend": true, "legendgroup": "Disrupted in TRAF7 WD40", "orientation": "v", "hovertemplate": "Intrxn=Disrupted in TRAF7 WD40<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" }, { "mode": "markers", "name": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "type": "scatter", "xsrc": "kateeab4:34:8499a2", "ysrc": "kateeab4:34:73f3ef", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "symbol": "circle" }, "showlegend": true, "legendgroup": "Enhanced in TRAF7 WD40, Disrupted in FL TRAF7", "orientation": "v", "hovertemplate": "Intrxn=Enhanced in TRAF7 WD40, Disrupted in FL TRAF7<br>TRAF7FL/TRAF7Cterm Log2FC=%{x}<br>WDFL/WDCterm Log2FC=%{y}<extra></extra>" } ], "layout": { "title": { "text": "AP-MS of Proteins with TRAF7" }, "xaxis": { "title": { "text": "TRAF7FL/TRAF7Cterm Log2FC" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "WDFL/WDCterm Log2FC" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Intrxn" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kateeab4", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-14 18:33:41", "mapbox_access_tokens": null, "has_password": null, "username": "kateeab4", "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-16T22:46:43.120273Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kateeab4/33.embed", "fid": "kateeab4:33", "filename": "sunburst0.4377137667887422", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kateeab4/33/9_3KNUC8PA5UMBWBXG1M7NRJJF3R8VTP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kateeab4/33/2_UY05IXET7HCR72M7YWCRCHGZOCZVX1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/33/8_X25XH7ZKR5BEZY8RUWBBAVOXSBKECJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kateeab4/33/9_3KNUC8PA5UMBWBXG1M7NRJJF3R8VTP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kateeab4:33", "plots": "https://api.plotly.com/v2/plots/kateeab4:33", "parent": "https://api.plotly.com/v2/folders/home?user=kateeab4" }, "owner": "kateeab4", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~kateeab4/33/", "world_readable": true, "date_modified": "2024-04-16T22:46:43.131Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kateeab4/33/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "sunburst", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "idssrc": "kateeab4:32:3ece7c", "marker": { "coloraxis": "coloraxis", "colorssrc": "kateeab4:32:e8ed81" }, "labelssrc": "kateeab4:32:00a5d6", "valuessrc": "kateeab4:32:130d5c", "parentssrc": "kateeab4:32:5f9882", "branchvalues": "total", "customdatasrc": "kateeab4:32:ade049", "hovertemplate": "labels=%{label}<br>count=%{value}<br>parent=%{parent}<br>id=%{id}<br>TRAF7FL/TRAF7Cterm Log2FC=%{color}<extra></extra>" } ], "layout": { "title": { "text": "AP-MS of Proteins with TRAF7" }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "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 } } }, "coloraxis": { "colorbar": { "title": { "text": "TRAF7FL/TRAF7Cterm Log2FC" } }, "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" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kateeab4", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-14 18:33:41", "mapbox_access_tokens": null, "has_password": null, "username": "kateeab4", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "