plotter_12.py 213 B

12345678910
  1. def refreshPlot(workspace):
  2. if workspace.resultOut is True and workspace.showPlotter is True:
  3. plot(workspace)
  4. ###############
  5. # preferences #
  6. ###############
  7. # TODO: Add status tips, Fix docstrings