NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1854 (closed defect: moved)

Opened 2013-05-08T12:05:35-05:00

Last modified 2013-07-01T15:33:10-05:00

HistogramPlot limitations

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Analysis Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1775

Description

The HistogramPlot plugin has its own UI code to support Swing and JFreeChart. It does not interact well with IJ2's menu display and program exit behavior.

For instance when selecting the hist plot window the menu only has the application submenu and no others.

Also if you exit IJ2 with hist plot win open the window will not automatically close. Instead IJ2 will not exit until you close the window by hand.

Perhaps we need to make the histogram plot a Display of some type. This should keep it from hammering menus and it should automatically close on program exit.

Change History

comment:1 Changed 2013-05-08T13:37:06-05:00 by bdezonia

  • Blocking 1775 added; 1519 removed

comment:2 Changed 2013-05-08T15:11:03-05:00 by bdezonia

Also it would be a good time to build the agnostic charting service and make a swing one based upon JFreeChart.

The current implementation of this plugin is really just a bunch of cobbling.

comment:3 Changed 2013-07-01T13:48:03-05:00 by bdezonia

Note that with this commit 057752ee0f2003fcae72a8ac16a9b33a45cd543c the code no longer has a nonstandard UI. It is a standard @Parameter populated command. However all the limitations listed in this ticket's description still hold.

comment:4 Changed 2013-07-01T15:33:10-05:00 by bdezonia

  • Summary changed from HistogramPlot ui code is nonstandard to HistogramPlot limitations

comment:5 Changed 2015-02-23T10:55:08-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved