Sha256: f08c09cc29943ea619d8a9d4009bb71ade49b5a133941616f2dab836006aec89
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
def quartz(): config = { "background": "#f9f9f9", "arc": { "fill": "#ab5787" }, "area": { "fill": "#ab5787" }, "line": { "stroke": "#ab5787" }, "path": { "stroke": "#ab5787" }, "rect": { "fill": "#ab5787" }, "shape": { "stroke": "#ab5787" }, "symbol": { "fill": "#ab5787", "size": 30 }, "axis": { "domainColor": "#979797", "domainWidth": 0.5, "gridWidth": 0.2, "labelColor": "#979797", "tickColor": "#979797", "tickWidth": 0.2, "titleColor": "#979797" }, "axisBand": { "grid": False }, "axisX": { "grid": True, "tickSize": 10 }, "axisY": { "domain": False, "grid": True, "tickSize": 0 }, "legend": { "labelFontSize": 11, "padding": 1, "symbolSize": 30, "symbolType": "square" }, "range": { "category": [ "#ab5787", "#51b2e5", "#703c5c", "#168dd9", "#d190b6", "#00609f", "#d365ba", "#154866", "#666666", "#c4c4c4" ] } } return config
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
j1-template-2022.2.3 | lib/starter_web/pages/public/jupyter/notebooks/themes/altair/quartz.py |
j1-template-2022.2.2 | lib/starter_web/pages/public/jupyter/notebooks/themes/altair/quartz.py |