Skip to content

Commit b8f1d88

Browse files
committed
fix #268
1 parent 0d612f9 commit b8f1d88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/01_5_layout_images.fsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ index: 6
2222
#endif // IPYNB
2323

2424
(**
25-
# Annotations
25+
# Layout images
2626
2727
[![Binder]({{root}}img/badge-binder.svg)](https://mybinder.org/v2/gh/plotly/Plotly.NET/gh-pages?filepath={{fsdocs-source-basename}}.ipynb) 
2828
[![Script]({{root}}img/badge-script.svg)]({{root}}{{fsdocs-source-basename}}.fsx) 
@@ -53,10 +53,10 @@ let image =
5353
Source="https://fsharp.org/img/logo/fsharp.svg",
5454
XRef="x",
5555
YRef="y",
56-
X=0,
57-
Y=3,
58-
SizeX=2,
59-
SizeY=2,
56+
X=4,
57+
Y=4,
58+
SizeX=5,
59+
SizeY=3,
6060
Sizing=StyleParam.LayoutImageSizing.Stretch,
6161
Opacity=0.5,
6262
Layer=StyleParam.Layer.Below

0 commit comments

Comments
 (0)