Skip to content

Instantly share code, notes, and snippets.

View 2357gi's full-sized avatar
進捗こそ神勅

2357gi 2357gi

進捗こそ神勅
View GitHub Profile
@2357gi
2357gi / hoge
Created January 20, 2019 04:27
import numpy as np
import matplotlib.pyplot as plt
import os, re
speed = 0.001
conts = []
x = []
for i in range(18): # ファイル 0.001 ~ 0.01
x = x.append(i)
dir = 'stop-data' + str(speed) + '/'