Skip to content

resizeOption

Jeremy Faden edited this page Jun 14, 2024 · 3 revisions

Audience

Scientists using Autoplot.

Introduction

The resize dialog is raised when the canvas should be made a size which will not fit on this machine's display. Normally, this will trigger a dialog presenting two options. The first is to scale the .vap to a size which would fit on to the display. Fonts are scaled, and the overall canvas size is scaled so that it fits. The second is to use scrollbars to access the larger canvas.

There is a system property which will avoid this dialog, resizeOption, which can be set to "scrollbars" so that scrollbars will always be used in this situation. This is useful when running batches where the dialog breaks the automation. To use this, either set -DresizeOption=scrollbars at the command line, or set it in a script like so:

from java.lang import System
System.setProperty('resizeOption','scrollbars')

Table Of Contents

URIs that Point to Data Files

Download a CDF and Plot it with Autoplot

Load a CDF directly from a website

URIs that Point to Data Servers

Saving to vap files

Loading vap files

Data Sources

CDF Files

HDF/NetCDF Files

Aggregation

CDAWeb

HAPI Servers

Exporting Data

Export Types

Additional controls

Aggregation

Tools

PNGWalk Tool

Data Mash Up

Events List

Run Batch

Advanced Topics

TimeSeriesBrowse and other Capabilities

Events Lists

Caching

Autoranging

Managing Autoplot's Data Cache

Using Autoplot with Python, IDL, and Matlab

Reading data into Python

Reading data into IDL

Reading data into Matlab

QDataSet Data Model

Clone this wiki locally