diff --git a/plot/README.md b/plot/README.md index 52261b6b8..64fabe033 100644 --- a/plot/README.md +++ b/plot/README.md @@ -34,101 +34,3 @@ for a better understanding. - Scatter - Scatter 3D - Surface - -## Examples - -### Bar plot - -[bar plot example](https://github.com/vlang/vsl/blob/main/examples/plot_bar) - -> Output - -
-

- -

-
- -### Heatmap plot - -[heatmap plot example](https://github.com/vlang/vsl/blob/main/examples/plot_heatmap) - -> Output - -
-

- -

-
- -### Histogram plot - -[histogram plot example](https://github.com/vlang/vsl/blob/main/examples/plot_histogram) - -> Output - -
-

- -

-
- -### Pie plot - -[pie plot example](https://github.com/vlang/vsl/blob/main/examples/plot_pie) - -> Output - -
-

- -

-
- -### Scatter plot - -[scatter plot example](https://github.com/vlang/vsl/blob/main/examples/plot_scatter) - -> Output - -
-

- -

-
- -### Scatter 3D plot - -[scatter3d plot example](https://github.com/vlang/vsl/blob/main/examples/plot_scatter3d) - -> Output - -
-

- -

-
diff --git a/plot/static/bar.png b/plot/static/bar.png deleted file mode 100644 index fc7b6edaf..000000000 Binary files a/plot/static/bar.png and /dev/null differ diff --git a/plot/static/basic_heatmap.png b/plot/static/basic_heatmap.png deleted file mode 100644 index 09a7e03de..000000000 Binary files a/plot/static/basic_heatmap.png and /dev/null differ diff --git a/plot/static/heatmap.png b/plot/static/heatmap.png deleted file mode 100644 index b057b2177..000000000 Binary files a/plot/static/heatmap.png and /dev/null differ diff --git a/plot/static/histogram.png b/plot/static/histogram.png deleted file mode 100644 index e77d06ae0..000000000 Binary files a/plot/static/histogram.png and /dev/null differ diff --git a/plot/static/pie.png b/plot/static/pie.png deleted file mode 100644 index 6e5de4577..000000000 Binary files a/plot/static/pie.png and /dev/null differ diff --git a/plot/static/scatter.png b/plot/static/scatter.png deleted file mode 100644 index 1dc842579..000000000 Binary files a/plot/static/scatter.png and /dev/null differ diff --git a/plot/static/scatter3d.png b/plot/static/scatter3d.png deleted file mode 100644 index 1c3fe5e55..000000000 Binary files a/plot/static/scatter3d.png and /dev/null differ