>> On Aug 19, 2015, at 4:39 AM, Michael Entrup
>> <
[hidden email]
>> <mailto:
[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.
>
> Hi Michael,
>
> I am unable to reproduce this problem on my Mac using Java 6 (see
> attached screenshot). What versions of ImageJ, OS and Java are you using?
>
> Best regards,
>
> -wayne
>