CircleGraph - Bands

Your graph may contain several concentric bands.
Each band may be used to visualize a certain aspect of the common data collection. E.g:
You want to show features on a genome wide context.





Customize a single band

Set basic parameters of an individual band:
Command 
band=band:xxxSelect a band for subsequent definitions
If you supply an invalid band-ID the nearest possible band-ID will be used.
To modify all bands yust define: band=band:all
band.color=graySet color for both, pen and brush.
band.pen.color=graySet color for pen.
band.pen.width=graySet pen width.
band.brush.color=graySet color for brush.
band.arc=xxx,yyySet position of the band within the graph.
E.g. your gaph has a dimension from 0..360.
Make your band to cover the second half of the gaph:
arc=180,360;
band.radius=xxx,yyyChange freely position and width of the bands
within the graph.
Coordinates are given in percent of the useable zone.
BUT: be careful, you may overlay bands - erraneously. Or on purpose ?
band.segmentnumber=xxxChange the umber of segments in the pre-selected band.
band.copysegments=s,tCopy segments from one band to another.
s = ID of source band.
t = ID of target band.
This will copy all parameters as well as all features contained n the source segments.