Graphite Features
See the Features Overview for an overview of
all the features which will be included in version 1.0 of Graphite.
The following is a list of specific features which have yet to be implemented.
Release 0.2 Features
- Step towards Graph Stationary with exportString function
- Axis
- make distance from axes to label settable
- auto axis range
Release 0.1 Features
- Bar Plot Format
- horizontal or vertical bars
- Point Plot Format
- symbols
- dashed or regular lines
- Most classes are propHolders
- clipping
- log axis
- tickmarks: list of labels, numerical formatting
Planned Features
- Plot Formats
- Pie Plot
- Polar Plot
- Density Plot
- Surface Plot
- Image Plot
- Point Plots
- polygons for line plot connections
- Tukey-style box plot symbols
- point plot fill, fill underneath line
- Bar Plots
- broken bars in graphs
- bar clipping
- helper function for various bar plot layouts: side-by-side, overlapping, stacked, etc.
- Graph Stationery: no standard stationery files yet, just the built-in defaults
- Overlays: no built-in overlays, must be constructed manually
- data and view coordinate placement
- arrows
- legend
- Tickmarks
- turn off labels at certain axis instances
- enable tickmark-generating functions (positions -- labels already done)
- text style for tickmark labels
- offsets, starting somewhere other than origin
- check for too many tickmarks for specified range
- tickmarks not in both other instances of an axis
- Various
- z-sorting
- polygon primitives?
- broken axes
- omitted data specified as a list or function
- control over what parts of the frame are drawn, and in what style
- maybe use an inside-out box primitive?
- but then, we might have to submit & sort the sides separately! :(
- or can we just sort on the furthest corner?
- Interactive construction
Incremental Additions
- tutorials for various scenarios
- stationary graph objects with common settings
- various built-in overlays such as arrows
- more symbol types
- more line types
- more fill types
http://Graphite.sourceforge.net/features.html
Last Updated:
1/10/00. . . . . .mstrout@cs.ucsd.edu