Login  Register

Re: Suggestion for Plot Profile

Posted by Bill Christens-Barry-2 on Mar 12, 2021; 2:43pm
URL: http://imagej.273.s1.nabble.com/Suggestion-for-Plot-Profile-tp5024515p5024527.html

Hi Gabriel,

In macro code that you included in a follow up to your original post on this topic the last two lines are commented:

  newImage("Untitled", "RGB ramp", 256, 256, 1);
  run("Select All");
  run("Plot Profile");
  //selectWindow("Untitled");
  //setKeyDown("alt"); run("Plot Profile");

On my machine with macOS 10.14.6 running ImageJ1.53i28, if those two lines are uncommented I observe that the label showing the orientation does not initially appear in the second, "vertical" plot that is displayed but can be made to appear by then resizing that window, all as you describe. I imagine the commenting of those lines was meant to be undone?

Bill

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html