Skip to content

Instantly share code, notes, and snippets.

@jackparmer
Created January 26, 2018 01:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackparmer/ae1441d97ae9ec7f797a0945a361964b to your computer and use it in GitHub Desktop.
Save jackparmer/ae1441d97ae9ec7f797a0945a361964b to your computer and use it in GitHub Desktop.
duluth_plotly_theme.json
{
"name": "Duluth",
"reference": {
"marker.color":
["rgb(0,116,217)",
"rgb(255,65,54)",
"rgb(133,20,75)",
"rgb(255,133,27)",
"rgb(255,220,0)",
"rgb(61,153,112)"],
"marker.symbol": "circle",
"marker.size": 8,
"line.color":
["rgb(0,116,217)",
"rgb(255,65,54)",
"rgb(133,20,75)",
"rgb(255,133,27)",
"rgb(255,220,0)",
"rgb(61,153,112)"],
"line.width": 2,
"fillcolor":
["rgba(0,116,217)",
"rgba(255,65,54)",
"rgba(133,20,75)",
"rgba(255,133,27)",
"rgba(255,220,0)",
"rgba(61,153,112)"],
"colorscale": "Hot",
"error_y.thickness": 1,
"error_y.width" :1,
"error_y.color":
["rgb(0,116,217)",
"rgb(255,65,54)",
"rgb(133,20,75)",
"rgb(255,133,27)",
"rgb(255,220,0)",
"rgb(61,153,112)"],
"error_x.copy_ystyle": true
},
"cart_axis_update": {
"showgrid": false,
"showline": true,
"zeroline": false,
"ticks": "inside",
"mirror": "allticks",
"linewidth": 1,
"linecolor": "rgb(34,34,34)"
},
"layout_update": {
"plot_bgcolor": "white",
"paper_bgcolor": "white",
"legend": {
"y": 1,
"x": 0.02,
"bgcolor": "rgba(255, 255, 255, 0.5)"
}
},
"type_templates": {
"scatter": [
"marker.color",
"marker.symbol",
"marker.size",
"line.color",
"line.width",
"error_y.thickness",
"error_y.width",
"error_y.color",
"error_x.copy_ystyle"
],
"bar": [
],
"box": [
"fillcolor",
"line.color",
"marker.symbol",
"marker.color"
],
"histogram": [
],
"contour": [
],
"heatmap": [
],
"histogram2d": [
],
"histogram2dcontour": [
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment