Skip to content

Commit a7a800b

Browse files
fix docs
1 parent f97f28f commit a7a800b

File tree

1 file changed

+0
-68
lines changed

1 file changed

+0
-68
lines changed

docs/topics/Quickstart.md

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -83,74 +83,6 @@ This code results in your inaugural plot using Kandy.
8383

8484

8585

86-
<seealso>
87-
<category ref="example-ktnb">
88-
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
89-
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/9pkiPYPuxkuLtYIkLuqifc" summary="Experiment with this example on Datalore">Datalore Notebook</a>
90-
</category>
91-
<category ref="get-start">
92-
<a href="Getting-Started.md">Getting Started</a>
93-
<a href="User-Guide.topic">User Guide</a>
94-
<a href="Examples.topic">Examples</a>
95-
<a href="API.md">API Reference</a>
96-
</category>
97-
</seealso>
98-
width
99-
color = Color.hex("#6e5596") // Define line color
100-
type = LineType.DOTDASH // Specify the line type
101-
}
102-
103-
layout { // Set plot layout
104-
title = "Simple plot with kandy-lets-plot" // Add title
105-
// Add caption
106-
caption = "See `examples` section for more\n complicated and interesting examples!"
107-
size = 700 to 450 // Plot dimension settings
108-
}
109-
}
110-
```
111-
112-
<!---END-->
113-
114-
This code results in your inaugural plot using Kandy.
115-
116-
![Simple plot with Kandy](quickstart_sample.svg) { border-effect="rounded" }
117-
118-
119-
120-
<seealso>
121-
<category ref="example-ktnb">
122-
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
123-
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/9pkiPYPuxkuLtYIkLuqifc" summary="Experiment with this example on Datalore">Datalore Notebook</a>
124-
</category>
125-
<category ref="get-start">
126-
<a href="Getting-Started.md">Getting Started</a>
127-
<a href="User-Guide.topic">User Guide</a>
128-
<a href="Examples.topic">Examples</a>
129-
<a href="API.md">API Reference</a>
130-
</category>
131-
</seealso>
132-
width
133-
color = Color.hex("#6e5596") // Define line color
134-
type = LineType.DOTDASH // Specify the line type
135-
}
136-
137-
layout { // Set plot layout
138-
title = "Simple plot with kandy-lets-plot" // Add title
139-
// Add caption
140-
caption = "See `examples` section for more\n complicated and interesting examples!"
141-
size = 700 to 450 // Plot dimension settings
142-
}
143-
}
144-
```
145-
146-
<!---END-->
147-
148-
This code results in your inaugural plot using Kandy.
149-
150-
![Simple plot with Kandy](quickstart_sample.svg) { border-effect="rounded" }
151-
152-
153-
15486
<seealso>
15587
<category ref="example-ktnb">
15688
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>

0 commit comments

Comments
 (0)