Abbreviation for GTL boiler plate

Rick Wicklin’s blog post on using abbreviations provided a solution for a long standing pain.   When writing a new GTL program for simple graph, often the bulk of the code is boiler plate. To create a simple scatter plot of weight by height, you need to type in the following program: [...]

Post a Comment