We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d612f9 commit b8f1d88Copy full SHA for b8f1d88
docs/01_5_layout_images.fsx
@@ -22,7 +22,7 @@ index: 6
22
#endif // IPYNB
23
24
(**
25
-# Annotations
+# Layout images
26
27
[](https://mybinder.org/v2/gh/plotly/Plotly.NET/gh-pages?filepath={{fsdocs-source-basename}}.ipynb) 
28
[]({{root}}{{fsdocs-source-basename}}.fsx) 
@@ -53,10 +53,10 @@ let image =
53
Source="https://fsharp.org/img/logo/fsharp.svg",
54
XRef="x",
55
YRef="y",
56
- X=0,
57
- Y=3,
58
- SizeX=2,
59
- SizeY=2,
+ X=4,
+ Y=4,
+ SizeX=5,
+ SizeY=3,
60
Sizing=StyleParam.LayoutImageSizing.Stretch,
61
Opacity=0.5,
62
Layer=StyleParam.Layer.Below
0 commit comments