Example #1
0
 def test_plot(self):
     analyze = Analyze()
     result = analyze.readfile()
     lines = analyze.get_lines(result)
     objects = analyze.get_objects(lines)
     result = analyze.plot_subs(objects)