Part VII. Case studies

Table of Contents

28. Synchronized Y-axis
28.1. Creating two scales
29. USPS Confirmation Barcodes
29.1. Creating the confirmation codes
30. Showing SPAM statistics
30.1. Introduction and purpose
30.2. Step 1: Parsing the log file
30.3. Step 2: Creating the graph
30.4. Step 3: Uploading the image file to a server
30.5. Step 0: The full driver script
31. Creating Critical chain buffer penetration charts
31.1. Introduction and purpose
31.1.1. The principle behind buffer penetration charts
31.2. Creating a utility class to construct CC BP charts
31.3. The Init() method
31.3.1. Creating the colored backgrounds
31.3.2. Getting the grid lines right
31.3.3. Getting the scale and labels right
31.3.4. Adjusting the margin and text sizes
31.4. Suggested improvements
31.5. The implementation of class CCBPGraph
31.6. References