Skip to content

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

Open
@wuciawe

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?

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