[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enlarging FLTK Plots
From: |
Juan Pablo Carbajal |
Subject: |
Re: Enlarging FLTK Plots |
Date: |
Mon, 1 Dec 2014 19:54:25 +0100 |
On Mon, Dec 1, 2014 at 7:00 PM, Leland Smith <address@hidden> wrote:
>
>
>> Date: Mon, 1 Dec 2014 09:00:19 +0100
>> Subject: Re: Enlarging FLTK Plots
>> From: address@hidden
>> To: address@hidden
>> CC: address@hidden
>>
>> On Mon, Dec 1, 2014 at 4:44 AM, Leland Smith <address@hidden>
>> wrote:
>> > I ran across this issue when trying to enlarge a figure consisting of 12
>> > subplots so the x and y numbers were readable. I clicked the full screen
>> > icon in the figure. The window got large, but the figure did not. None
>> > of
>> > the function icons in the lower left seemed to help me, although they
>> > did
>> > their apparent function. I did some dragging and some subplots did jump
>> > to
>> > a place which helped, but it was a random thing. As an example, if you
>> > click
>> > on the upper left and the lower right of the subplot array (in full
>> > screen)
>> > the lower right subplot jumps to the appropriate place in the lower
>> > right
>> > of the screen and enlarges proportionately. I'm sure it wasn't an
>> > accident.
>> > Does anyone know how to control moving and enlarging the subplots on the
>> > full screen?
>> >
>> > _______________________________________________
>> > Help-octave mailing list
>> > address@hidden
>> > https://lists.gnu.org/mailman/listinfo/help-octave
>> >
>>
>> Assuming I understood your problem, you might want to open the figure
>> first, maximize the window and the plot.
> Maximize the window is easy, but how do I maximize the plot (which is my
> problem). Sounds like this is econd nature to you?
Please always keep the mailing list in copy.
1. Maximize window.
2. Replot
the plots will adapt to the new size of the window.
If you are using wxt terminal, you can press the button with the
circular arrows (looks like a recycle button).
It might also be that I do not understand you problem.