Gaston: drop setting termopts in _create_backend_figure
This commit is contained in:
parent
e9b3208d41
commit
982c79baa7
@ -6,9 +6,6 @@
|
|||||||
|
|
||||||
# Create the window/figure for this backend.
|
# Create the window/figure for this backend.
|
||||||
function _create_backend_figure(plt::Plot{GastonBackend})
|
function _create_backend_figure(plt::Plot{GastonBackend})
|
||||||
xsize, ysize = plt.attr[:size]
|
|
||||||
Gaston.set(termopts="size $xsize,$ysize")
|
|
||||||
|
|
||||||
state_handle = Gaston.nexthandle() # for now all the figures will be kept
|
state_handle = Gaston.nexthandle() # for now all the figures will be kept
|
||||||
plt.o = Gaston.newfigure(state_handle)
|
plt.o = Gaston.newfigure(state_handle)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user