Skip to content

Instantly share code, notes, and snippets.

View ambling's full-sized avatar

Ambling ambling

View GitHub Profile
@ambling
ambling / plot.py
Last active March 23, 2017 17:39 — forked from guanhuamai/Draw.py
python script to plot the benchmarking results on RTree
import matplotlib.colors as cl
import matplotlib.pyplot as plt
import numpy as np
class ResultReader:
def __init__(self):
self.lines = list()
self.op = ""
self.ds = ""