1.51u 13 February 2018l
- Thanks to Norbert Vischer, added support for plotting
rectangles, vertical and horizontal bar charts, and vertical
and horizontal boxes and whiskers. Use the Bar Charts
and Shapes commands in the Help>Examples>Plots
menu to see examples.
- Thanks to Norbert Vischer, zooming in and out of plot windows
using the "+" and "-" keys works better.
- Thanks to Norbert Vischer, added the
Help>Examples>Open as Panel command.
- Thanks to Norbert Vischer, added the Plot.appendToStack()
function. The "Dynamic Plot" and "Dynamic Plot 2D" macros in the
Help>Examples>Plots menu and the "Dynamic Plot"
script in the Help>Examples>JavaScript menu demonstrate
how to use it.
- Thanks to Norbert Vischer, added support for multi-line labels in plots.
For an example, see Help>Examples>Plots>BarCharts.
- Added the Help>Examples>Plots>Histograms
example macro, which demonstrates how to use the new
Plot.add("bars",x,y) macro function to draw histograms.
- The File>Save As>Gif command now works with RGB images
and stacks, saving stacks as animated GIFs
(example1,
example2).
- The Plugins>Utilities>Control Panel now requires
a double click to run a command.
- Thanks to Stein Rorvik, when moving the mouse pointer, or creating
a selection, on spatially calibrated images, the uncalibrated x and y pixel
coordinates are shown in parenthesis in the status bar.
- Thanks to Jerome Mutterer, the focus is reset to the
prompt when either the backspace or delete key is pressed
in the macro functions finder.
- Thanks to Norbert Vischer, the close(pattern) macro function
closes windows whose title matches 'pattern'. Non-image windows, like "Roi Manager"
have to be specified without wildcards. For text windows, wildcards are allowed if 'pattern'
ends with ".txt", ".ijm" etc. Use close(pattern, "unchanged") to
close only unchanged windows.
- Thanks to Michael Schmid, added the Recorder.fixString() method,
which is used to escape strings passed to the recorder.
- Thanks to Michael Schmid, the delete key on Windows keyboards
can be used as a substitute for backspace as a shortcut for the
Image>Clear command, for deleting ROIs from overlays and
for deleting lines in Results Tables and in the Log window. In addition,
the ',' key on european numeric keypads is mapped to the '.' key.
- Thanks to Norbert Vischer, added the Plot.drawShapes() and
Plot.drawGrid macro functions.
- Thanks to Gregory Jefferis, fixed a bug that caused the run("Scale...", "...")
macro function to fail in Fiji headless mode.
- Thanks to Stein Rorvik, fixed a bug that caused the min/max
constrast values to be lost when duplicating virtual stacks.
- Thanks to Michael Schmid, fixed a bug that caused incorrect
log x axis coordinates to be displayed at the bottom of plot windows.
- Thanks to Andrew Shum, fixed a bug that caused the
File>Batch>Macro and File>Batch>Virtual Stack
commands to not be correctly recorded.
- Thanks to Philippe Carl and Jan Eglinger, fixed a bug that caused the
newArray() macro function to fail if there were multiple arguments
and the first argument was not a number.
- Thanks to Stein Rorvik, fixed a bug on Windows that sometimes caused
strings to be pasted in the wrong position in text windows.
- Thanks to Michael Schmid, fixed a bug that caused the
Process>Filters>Variance command to sometimes
generate negative values with 32-bit images.
- Thanks to Tobias Starborg, fixed a bug that caused the
Image>Stacks>Animation>Animation Options
command to not work in batch mode macros.
Home