Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Nov 19, 2023
1 parent 19a9f0e commit 70adf74
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,20 @@ You can plot your function!

![](assets/plot_f.png)

## Terminal plotting

You can plot *right into* the terminal!

### Default

The best example to show it is the square function between -5 and 5 with a 0.1 step. The x axis is automatically scaled but not the y axis for now.

![](assets/plot_term_x_squared.png)

### With option

The terminal supports options!

[![](assets/plot_term_x_squared_labels.png)](assets/plot_term_x_squared_labels.png)

[LINK TO HOMEPAGE](index.md)

0 comments on commit 70adf74

Please sign in to comment.