Skip to content

Is it possible to add a listener for closing gui plotting? #3

Description

@wuciawe

I want to view the data in a dataset as follows:

for(data in dataset){
  xxx
  val plotter = new JFGraphPlotter(chart)
  plotter.gui()
}

When I execute it, it just keeps plotting. So is there a way to make it plot next figure after I close the current figure?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions