tferr / Scripts

:microscope::cocktail: Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
https://imagej.net/BAR
GNU General Public License v3.0
24 stars 18 forks source link

Problem of Plot Results with Command Recorder #3

Closed miura closed 10 years ago

miura commented 10 years ago

Hi Tiago,

Thanks a lot for the great tool!

I found that Plot Results causes several warnings when it is used while the command recorder is running (with "macro" selected). These warning seems to be caused by the redundant in label names of checkboxes for X and Y axes. I paste the warnings in below.

I added underscores and explicitly stated X or Y for each label to avoid this warning. Generic dialog looks clumsy with many "X"es and "Y"s so it could be solved in some more neat way... but to tell you the problem, I pull-request. Solution does not have to be this way.

When additional plot is added, more warnings concerning redundancy in keys 'x-values' and 'y-values' pops up. I did not do anything with this problem, I do not have idea. You might have a better solution for this.

Cheers, Kota


Recorder Duplicate keyword:

Command" "Plot Results" keyword: "gridlines" Value:

Add an underscore to the corresponding label in the dialog to make the first word unique.


Recorder Duplicate keyword:

Command" "Plot Results" keyword: "labels" Value:

Add an underscore to the corresponding label in the dialog to make the first word unique.


Recorder Duplicate keyword:

Command" "Plot Results" keyword: "major" Value:

Add an underscore to the corresponding label in the dialog to make the first word unique.

tferr commented 10 years ago

I overlooked that. Thanks a lot!