Gaston: drop setting termopts in _create_backend_figure

This commit is contained in:
t-bltg 2021-07-31 19:02:29 +02:00 committed by GitHub
parent e9b3208d41
commit 982c79baa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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