Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy authored Apr 30, 2019
1 parent 010c9c1 commit e2d5bf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/other/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ python example.py # on mac OSX try 'pythonw' instead
| | |
| [![makevideo](https://user-images.githubusercontent.com/32848391/50739007-2bfc2b80-11da-11e9-97e6-620a3541a6fa.jpg)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/makeVideo.py)<br/> `makeVideo.py` | Make a video of a rotating spider (needs linux `ffmpeg`). <br/>Set `offscreen=True` to only produce the video without any graphical window showing. |
| | |
| [![makevideo](https://upload.wikimedia.org/wikipedia/commons/c/cd/Hanoi_03.gif)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/hanoi3d.py)<br/> `hanoi3d.py` | Make an animation of the Tower of Hanoi (needs imagemagick `convert`). <br/> Standalone program with possibility to change number of disks |
| | |
| [![printc](https://user-images.githubusercontent.com/32848391/50739010-2bfc2b80-11da-11e9-94de-011e50a86e61.jpg)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/printc.py)<br/> `printc.py` | Printing in colors to the terminal.<br> Available colors: <br>0-black, 1-red, 2-green, 3-yellow, 4-blue, 5-magenta, 6-cyan, 7-white<br>Available modifiers:<br> c (foreground color), bc (background color), hidden, bold, blink, underline, dim, invert, box |
| | |
| [![som2d](https://user-images.githubusercontent.com/32848391/54557310-1ade5080-49bb-11e9-9b97-1b53a7689a9b.gif)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/self_org_maps2d.py)<br/> `self_org_maps2d.py` | Self organizing maps (by [N. Rougier](https://github.com/rougier/ML-Recipes)). |
Expand Down

0 comments on commit e2d5bf1

Please sign in to comment.