I noticed that specifying the :size option with tabcmd get didn't work and always gave the same size when getting a view with a fixed width and height. However, when I change the following lines it starts working again (permalink to lines
|
(TSC.ImageRequestOptions(request_options)).viz_height = int(height) |
)

Is there a reason for why the request options aren't modified with the height and width?