Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 800 Bytes

readme.md

File metadata and controls

45 lines (32 loc) · 800 Bytes

物理探究

使用教學

溫馨提醒要先下載 python

方法一 git

  • 下載 git
  • 到 git bash 輸入指令
git clone https://github.com/haoching/physics-graph.git

方法二

簡單粗暴

  • 直接在右上下載 .zip 檔
  • 解壓縮
  • 快樂作圖

套件

使用之前要先載套件

matplotlib

pip3 install matplotlib 

numpy

pip3 install numpy

### 開始執行 將實驗數據以,隔開每一行一筆數據放在 data.csv

接下來直接執行 要將資料夾切換到physics-graph下 執行 $phython3 main.py

會自動生成graph.pnggraph.svg兩個檔案挑自己需要的用

其他

mian.py 可以改圖片生成參數

如果要透明背景把 svg 檔案用繪圖軟體開然後直接把背景刪掉簡單粗暴