Released:
Interface to Autoplot Java library
AutoPlot Tools & AP Cable Tools for SpotLigh t version 2019.75 for Vectorworks 2019 (uploaded ) AutoPlot Tools & AP Cable Tools for SpotLigh t version 2018.895 for Vectorworks 2018 (uploaded ) AutoPlot Tools for SpotLight.zip version 2017.3 for Vectorworks 2017 (uploaded ). Contact Sam Jones for support and comments at. Sjones@autoplotvw.com (310) 207-0392 home/office (310) 993-4172 cell. Arguments object. Time-series-like instance. Character vector specifies target column name(s) group. Character vector specifies grouping. Autoplot is an interactive browser for data on the web. Give Autoplot a URL or local file name and it creates a sensible plot of the data. Autoplot allows you to interactively browse data stored in ascii.cdf, netcdf, and many other formats.
Project description
Autoplot is a Java application which can read data from many sources, such as ASCII tables, NASA CDF files, and HDF5 files. It can also read data from data servers, such as the server at NASA/Goddard/CDAWeb, Das2Servers used by the Radio andPlasma Wave Group at the University of Iowa, and servers supporting the HAPI API.
Autoplot identifies data using “URIs”, which are one-line strings containing a data source ID and configuration to read the data.These URIs can be created using the Autoplot application, available at http://autoplot.org/.Data are read into a standard data model, QDataSet, which is easily adapted to Python using “JPype”.Helper procedures from the autoplot package convert QDataSets into ndarrays.
Autoplot/Python Interface Tools
Install using pip install autoplot
Project details
Release historyRelease notifications | RSS feed
0.3.9
0.3.8
0.3.7
0.3.6
0.3.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
0.0.1
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size autoplot-0.3.9.tar.gz (7.4 kB) | File type Source | Python version None | Upload date | Hashes |
Autoplot Visual Field Test
CloseHashes for autoplot-0.3.9.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | edd0a1ef14192ed3323bf5120227287ee402e899ebbe9a606a5a3df2e300dfce |
MD5 | 1039af738174a9f8e2ab9210e47c0099 |
BLAKE2-256 | 5d354d6e6229c0e88d2ed2bb0d68ccde461134e2f2c09a1302ed60a90b945527 |
R/etc_utils_autoplot.R
, R/g_autoplot.R
The autoplot
function plots performance evaluation measures by using ggplot2 instead of the general R plot.
Arguments
object | An
See the Value section of | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
curvetype | A character vector with the following curve types.
| ||||||||||||||||||||||||||||||
... | Following additional arguments can be specified.
|
Value
The autoplot
function returns a ggplot
object for a single-panel plot and a frame-grob object for a multiple-panel plot.
See also
evalmod
for generating an S3
object. fortify
for converting a curves and points object to a data frame. plot
for plotting the equivalent curves with the general R plot.