Skip to content

Instantly share code, notes, and snippets.

@Studygog
Studygog / Kde2d-test.vg.json
Last active September 10, 2025 06:10
Kde2d
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "A contour plot example, overlaying a density estimate on scatter plot points.",
"width": 500,
"height": 400,
"padding": 5,
"autosize": "pad",
"signals": [
{
"name": "bandwidth",
@Studygog
Studygog / Эллипс по точкам.vg.json
Created September 10, 2025 05:04
Эллипс по точкам
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "Эллипс по точкам",
"data": {
"name": "dataset"
},
"mark": {
"type": "line",
"interpolate": "linear"
},