[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plot doesn't fill plot window
From: |
mfrechette |
Subject: |
Plot doesn't fill plot window |
Date: |
Thu, 12 Oct 2017 11:14:30 -0700 (MST) |
I can not seem to get a graph to my desired dimensions. For example...
fig = figure(1)
x = [1:10];
y = [1:10];
plot(x,y)
set(fig,"position",[100 100 1000 600]);
As I enlarge the position, the plot window gets larger but the graph inside
does not fill the window and remains its default size, like the picture.
What am i missing here?
<http://octave.1599824.n4.nabble.com/file/t372566/Capture.jpg>
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Plot doesn't fill plot window,
mfrechette <=