Skip to content

Commit

Permalink
Update example GIFs.
Browse files Browse the repository at this point in the history
  • Loading branch information
parsiad committed Sep 30, 2021
1 parent e926649 commit 0ebf059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ lazy_table is useful when (*i*) each row of your table is generated by a possibl

For example, the rows in the table below correspond to [numerically solving an ordinary differential equation](https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations) with progressively more steps. See [examples/euler_vdp.py](https://raw.githubusercontent.com/parsiad/lazy-table/master/examples/euler_vdp.py) for the code to generate this table.

![](https://raw.githubusercontent.com/parsiad/lazy-table/master/examples/euler_vdp.gif)
![](https://github.com/parsiad/lazy-table/blob/main/examples/euler_vdp.gif?raw=true)

Here is the same example with a progress bar.

![](https://github.com/parsiad/lazy-table/blob/main/examples/euler_vdp_with_progress.gif?raw=true)

## Installation and usage

Expand Down
Binary file modified examples/euler_vdp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/euler_vdp_with_progress.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ebf059

Please sign in to comment.