We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 172c0e6 + 36db7a6 commit e2294c1Copy full SHA for e2294c1
doc/apidoc/_static/plotly-style.css
@@ -36,3 +36,25 @@ code {
36
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
37
background: lightgrey;
38
}
39
+
40
+dt {
41
+ font-weight: normal;
42
+}
43
44
+dd {
45
+ margin-left: 20px;
46
47
48
+blockquote {
49
+ font-size: 15px;
50
+ border-left: none;
51
52
53
+li {
54
+ margin-top: 8px;
55
+ margin-bottom: 8px;
56
57
58
+code {
59
+ background-color: #F5F5F5
60
doc/python/images.md
@@ -56,7 +56,7 @@ fig.add_trace(
# Add images
fig.add_layout_image(
dict(
- source="https://images.plotly.com/language-icons/api-home/python-logo.png",
+ source="https://images.plot.ly/language-icons/api-home/python-logo.png",
xref="x",
61
yref="y",
62
x=0,
0 commit comments