http://imagej.273.s1.nabble.com/Bottom-margin-of-plot-is-to-small-tp5014065p5014094.html
> On Aug 19, 2015, at 4:39 AM, Michael Entrup <
[hidden email]> wrote:
>
> Hi,
>
> when I run the following macro, the label of the x-axis is cut off:
>
> x = Array.getSequence(5);
> Plot.create("Example Plot", "q, y, g, j", "q, y, g, j", x, x);
>
> Increasing BOTTOM_MARGIN (ij.gui.Plot.java line 110) from 37 to 42 fixes the problem. I tested this value with different combinations of font size and plot size.
>
> Is there a way to fix such problems by myself and make a pull request? The ImageJA repository [1] does not allow me to make pull requests.
Your proposed fix for this problem is in the latest ImageJ daily build (1.50b12). You cannot fix problems like this yourself but you can send bug reports and bug fixes to me (
) or use Fiji’s Help>Report a Bug command.