Use the uuid package to generate figure names #273
Labels
feature request
New feature wanted
good first issue
Good for newcomers
help wanted
Helping hands are appreciated
Description of the desired feature
GMT figure names need to be unique and are generated by the
unique_name
function inpygmt/helpers/tempfile.py
. Currently, it usestmpfile
to generate a unique name but this isn't ideal and kind of a hack. A better way would be to use the builtinuuid.uuid4
function.The text was updated successfully, but these errors were encountered: