Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccf61f9

Browse files
michaelbabynJoseph Damiba
authored and
Joseph Damiba
committed
improve style on watermark example
1 parent 68f7705 commit ccf61f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_posts/plotly_js/layout/layout-template/2018-10-18-adding-named-items.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
source: "https://raw.githubusercontent.com/michaelbabyn/plot_data/master/benzene.png",
2222
xref: "paper",
2323
yref: "paper",
24-
x: 0.15,
25-
y: 0.85,
24+
x: 0.40,
25+
y: 0.9,
2626
sizex: 0.7,
2727
sizey: 0.7,
28-
sizing: "stretch",
2928
opacity: 0.1,
3029
layer: "below"
3130
},
@@ -63,4 +62,4 @@
6362
]
6463
};
6564

66-
Plotly.plot("myDiv", data, layoutUsingTemplate);
65+
Plotly.plot("myDiv", data, layoutUsingTemplate);

0 commit comments

Comments
 (0)