Skip to content

Commit

Permalink
Updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Oct 8, 2023
1 parent a5b6e2d commit 578e841
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 98 deletions.
98 changes: 0 additions & 98 deletions plot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/bar.png?sanitize=true"
>
</p>
</div>

### Heatmap plot

[heatmap plot example](https://github.com/vlang/vsl/blob/main/examples/plot_heatmap)

> Output
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/heatmap.png?sanitize=true"
>
</p>
</div>

### Histogram plot

[histogram plot example](https://github.com/vlang/vsl/blob/main/examples/plot_histogram)

> Output
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/histogram.png?sanitize=true"
>
</p>
</div>

### Pie plot

[pie plot example](https://github.com/vlang/vsl/blob/main/examples/plot_pie)

> Output
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/pie.png?sanitize=true"
>
</p>
</div>

### Scatter plot

[scatter plot example](https://github.com/vlang/vsl/blob/main/examples/plot_scatter)

> Output
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/scatter.png?sanitize=true"
>
</p>
</div>

### Scatter 3D plot

[scatter3d plot example](https://github.com/vlang/vsl/blob/main/examples/plot_scatter3d)

> Output
<div align="center">
<p>
<img
style="width: 50%"
width="80%"
src="https://raw.githubusercontent.com/vlang/vsl/main/plot/static/scatter3d.png?sanitize=true"
>
</p>
</div>
Binary file removed plot/static/bar.png
Binary file not shown.
Binary file removed plot/static/basic_heatmap.png
Binary file not shown.
Binary file removed plot/static/heatmap.png
Binary file not shown.
Binary file removed plot/static/histogram.png
Binary file not shown.
Binary file removed plot/static/pie.png
Binary file not shown.
Binary file removed plot/static/scatter.png
Binary file not shown.
Binary file removed plot/static/scatter3d.png
Binary file not shown.

0 comments on commit 578e841

Please sign in to comment.