You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/Quickstart.md
-68Lines changed: 0 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,74 +83,6 @@ This code results in your inaugural plot using Kandy.
83
83
84
84
85
85
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
-
 { 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
-
 { border-effect="rounded" }
151
-
152
-
153
-
154
86
<seealso>
155
87
<category ref="example-ktnb">
156
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>
0 commit comments