evildmp / BrachioGraph

BrachioGraph is an ultra-cheap (total cost of materials: €14) plotter that can be built with minimal skills.
https://www.brachiograph.art
MIT License
676 stars 111 forks source link

Error bg.plot_file("demo.json") #121

Open SpamAllan opened 1 year ago

SpamAllan commented 1 year ago

Hey,

Beginner here. I've followed the tutorial through a couple of times but get an error when I run the bg.plot_file("demo.json"). Can anyone help?

bg.plot_file("demo.json") Traceback (most recent call last): File "", line 1, in File "/home/sam/BrachioGraph/plotter.py", line 176, in plot_file with open(filename, "r") as line_file: FileNotFoundError: [Errno 2] No such file or directory: 'demo.json'

Thanks, Sam

andypiper commented 1 year ago

late response so you probably figured this out, but the docs specify images/demo.json for that file.