The upgrades module produces image files where the number of violations is embedded into the filenames. For example:
Bus violations before voltage upgrades_16.pdf
Bus violations after voltage upgrades_0.pdf
I recommend not doing this because it makes the filenames unpredictable. Imagine that there is a post-processing script that aggregates images. It would have to use pattern matching. The number of violations is recorded elsewhere.
Also, consider not using spaces in the filenames. It could just be me, and if so, please ignore, but it makes it more difficult to process the files in a shell.
The upgrades module produces image files where the number of violations is embedded into the filenames. For example:
I recommend not doing this because it makes the filenames unpredictable. Imagine that there is a post-processing script that aggregates images. It would have to use pattern matching. The number of violations is recorded elsewhere.
Also, consider not using spaces in the filenames. It could just be me, and if so, please ignore, but it makes it more difficult to process the files in a shell.