Part VII. Case studies

Table of Contents

27. Synchronized Y-axis
27.1. Creating two scales
28. USPS Confirmation Barcodes
28.1. Creating the confirmation codes
29. Showing SPAM statistics
29.1. Introduction and purpose
29.2. Step 1: Parsing the log file
29.3. Step 2: Creating the graph
29.4. Step 3: Uploading the image file to a server
29.5. Step 0: The full driver script
30. Creating Critical chain buffer penetration charts
30.1. Introduction and purpose
30.1.1. The principle behind buffer penetration charts
30.2. Creating a utility class to construct CC BP charts
30.3. The Init() method
30.3.1. Creating the colored backgrounds
30.3.2. Getting the grid lines right
30.3.3. Getting the scale and labels right
30.3.4. Adjusting the margin and text sizes
30.4. Suggested improvements
30.5. The implementation of class CCBPGraph
30.6. References