Skip to content

Commit

Permalink
improve style on watermark example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbabyn authored and Joseph Damiba committed Oct 29, 2018
1 parent 68f7705 commit ccf61f9
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
source: "https://raw.githubusercontent.com/michaelbabyn/plot_data/master/benzene.png",
xref: "paper",
yref: "paper",
x: 0.15,
y: 0.85,
x: 0.40,
y: 0.9,
sizex: 0.7,
sizey: 0.7,
sizing: "stretch",
opacity: 0.1,
layer: "below"
},
Expand Down Expand Up @@ -63,4 +62,4 @@
]
};

Plotly.plot("myDiv", data, layoutUsingTemplate);
Plotly.plot("myDiv", data, layoutUsingTemplate);

0 comments on commit ccf61f9

Please sign in to comment.