You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
Thanks,
Sam
The text was updated successfully, but these errors were encountered: