abelsiqueira / perprof-py

A python module for performance profiling (as described by Dolan and Moré) with tikz outputing and matplotlib.
http://abelsiqueira.com/perprof-py/
GNU General Public License v3.0
15 stars 6 forks source link

add option to display a title #161

Closed mattmilten closed 8 years ago

mattmilten commented 8 years ago

It would be nice to be able to supply an additional option ,e.g. --title=testset, that would then be displayed as title of the figure.

abelsiqueira commented 8 years ago

Hi @mattmilten, thanks for the interest. I'll take a look into it. Probably easy to do.

mattmilten commented 8 years ago

Thanks! The title option does not work, though, when put into a perprof settings file loaded with the @ option.