Documentation
¶
Overview ¶
===== Copyright 2016, Webpraxis Consulting Ltd. - ALL RIGHTS RESERVED - Email: [email protected] ===========================
- Package scatter:
- import "scatter"
- Overview:
- package for creating an animated GIF of a rotating 3D scatter plot.
- Type:
- OptSet
- Structure for specifying the plot parameters
- Function:
- Plot(options OptSet, dataFile, gifFile string)
- Creates an animated GIF of a rotating 3D scatter plot.
- History:
- v1.0.0 - November 5, 2016 - Original release. *============================================================================================================================
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OptSet ¶
type OptSet struct { TITLE string //centered plot title XLABEL string //x-axis label YLABEL string //y-axis label ZLABEL string //z-axis label (will be rotated 90 degrees) XRANGE string //x-axis range YRANGE string //y-axis range ZRANGE string //z-axis range XYPLANE float64 //position at which the xy plane intersects the z-axis COLUMNS string //data columns to plot BGCOLOR string //background color specified as an hex string prefixed with the character "x" PTCOLOR string //data point color PLOTDELAY int //delay between display of successive images in units of 1/100 second PLOTROT int //rotation angle between display of successive images in degrees PLOTHEIGHT int //plot height in pixels PLOTWIDTH int //plot width in pixels FONT string //font name & comma-separated optional size }
Exported ---------------------------------------------------------------------------------------------------------------------
Click to show internal directories.
Click to hide internal directories.