Contents:
- Rbc — Refactored BLT Components for Tcl/Tk 9
- Tcl/Tk 9 upgrade and additions
- User-visible additions
- MSVC builds on Windows
- Optional Cairo rendering
- Display decimation and streaming updates
- Graph interaction and toolbar
- Custom closest-point annotations
- Complex vectors
- Polar and Smith charts
- Area closure and transparency
- Plot-only element hiding
- Arrowheads for line markers
- Bar geometry from
element closest - Custom element value labels
- Implementation modernization
- Tcl 9 command and object API
- 64-bit and
Tcl_Sizesupport - Modern Tk option handling
- Component option-database lookup
- Graph object and resource lifetime
- Axis and coordinate-system modernization
- Line, bar and element processing
- Spline subsystem
- Vector subsystem
- Geometry, text and drawing
- Image and bitmap handling
- Named-font changes
- SVG output
- PostScript output
- Windows drawing backend
- Windows rendering performance
- Remaining private Tk dependencies
- C safety and hardening
- Bindings and tags
- Regression testing
- Remaining compatibility interfaces
- User-visible additions
- ::rbc
- Commands
AXISAXIS bindAXIS cgetAXIS configureAXIS createAXIS deleteAXIS getAXIS invtransformAXIS limitsAXIS namesAXIS transformAXIS viewbarchartCROSSHAIRSCROSSHAIRS cgetCROSSHAIRS configureCROSSHAIRS offCROSSHAIRS onCROSSHAIRS toggleELEMENTELEMENT activateELEMENT bindELEMENT cgetELEMENT closestELEMENT configureELEMENT createELEMENT deactivateELEMENT deleteELEMENT existsELEMENT getELEMENT namesELEMENT showELEMENT typegraphGRAPHINSTGRAPHINST axisGRAPHINST barGRAPHINST cgetGRAPHINST configureGRAPHINST crosshairsGRAPHINST elementGRAPHINST extentsGRAPHINST gridGRAPHINST insideGRAPHINST invtransformGRAPHINST legendGRAPHINST lineGRAPHINST markerGRAPHINST penGRAPHINST postscriptGRAPHINST snapGRAPHINST svgGRAPHINST transformGRAPHINST x2axisGRAPHINST xaxisGRAPHINST y2axisGRAPHINST yaxisGRIDGRID cgetGRID configureGRID offGRID onGRID toggleLEGENDLEGEND activateLEGEND bindLEGEND cgetLEGEND configureLEGEND deactivateLEGEND getMARGINAXISMARGINAXIS bindMARGINAXIS cgetMARGINAXIS configureMARGINAXIS invtransformMARGINAXIS limitsMARGINAXIS transformMARGINAXIS useMARKERMARKER afterMARKER beforeMARKER bindMARKER cgetMARKER configureMARKER createMARKER deleteMARKER existsMARKER findMARKER getMARKER namesMARKER typePENPEN cgetPEN configurePEN createPEN deletePEN namesPEN typepolarPOSTSCRIPTPOSTSCRIPT cgetPOSTSCRIPT configurePOSTSCRIPT outputsplinespline naturalspline parametricspline quadraticstripchartSVGSVG cgetSVG configureSVG outputVECINSTVECINST *VECINST +VECINST -VECINST /VECINST appendVECINST binreadVECINST clearVECINST deleteVECINST dupVECINST exprVECINST indexVECINST lengthVECINST mergeVECINST normalizeVECINST offsetVECINST populateVECINST randomVECINST rangeVECINST searchVECINST seqVECINST setVECINST sortVECINST splitVECINST typeVECINST variablevectorvector createvector destroyvector exprvector nameswinopwinop changeswinop colormapwinop convolvewinop imagewinop lowerwinop mapwinop movewinop quantizewinop querywinop raisewinop readjpegwinop resamplewinop snapwinop subsamplewinop unmapwinop warptoWINOPIMAGEWINOPIMAGE convolveWINOPIMAGE gradientWINOPIMAGE readjpegWINOPIMAGE resampleWINOPIMAGE rotateWINOPIMAGE snapWINOPIMAGE subsample
- Commands
- graphtoolbar
- Graph widget instance
GRAPHINSTcommand - Graph virtual axis
AXIScommand - Graph margin axis
MARGINAXIScommand - Graph element
ELEMENTcommand - Line element
LINEELEMENToptions - Strip element
STRIPELEMENToptions - Polar element
POLARELEMENToptions- Creating a polar element
- Cartesian data
- Complex-vector data
- Selecting the active data source
- Real input coordinates
- Parameter mapping
- Complex data formats
- Reference impedance
- Singular conversions and trace gaps
- Smoothing
- Axis mapping
- Data outside the Smith unit circle
- Closest-point information
- PostScript output
- Polar element options
- Bar element
BARELEMENToptions - Graph pen
PENcommand - Graph marker
MARKERcommand - Graph legend
LEGENDcommand - Graph grid
GRIDcommand - Graph crosshairs
CROSSHAIRScommand - Graph PostScript
POSTSCRIPTcommand - Graph SVG
SVGcommand vectorcommand- Vector instance
VECINSTcommand - Spline interpolation
- Scalar spline interface
- Parametric complex interface
- Scalar source data
- Scalar evaluation coordinates
- Generating scalar evaluation coordinates
- Parametric source data
- Parametric natural cubic spline
- Parametric quadratic spline
- Output vectors and transaction behavior
- Scalar natural cubic spline
- Scalar shape-preserving quadratic spline
- Errors
- Graph smoothing
- References
winopcommand- Winop image
WINOPIMAGEcommand - Index