Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 761 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 761 Bytes

pygraph

Sooyoung chung

Windows EXE : http://soori.co/bbs/board.php?bo_table=notice&wr_id=18 Download pygraph.zip and unzip. Run pygraph.exe(which is located with font/, cloud_data/)

This is really really Simple Python Graphing Program It is arranged 3 tabs

  1. first tab can draw 2d graphing such as y = x^2 and x = cos(t), y = sin(t)
  2. second tab can draw 3d graphing such as z = sin(sqrt(x^2 + y^2)) and x = cos(u), y = cos(v), z = sin(u + v)
  3. third tab can crawl rss feed datas and make word cloud map. it is so beautiful

This Program is made by SoooYoung Chung at 2018.8.16. in Incheon GongHang High School in Korea This is follwed MIT License. If you contact me, please send email : soorichu@gmail.com or Homepage: http://soori.co

Thanks!