We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a double check -- should these have double .png.png?
.png.png
Originally posted by @tdivoll in #99 (comment)
In the analysis_db scripts usually image file names are passed with the file extension, yet save_anyfig appends the .png suffix.
analysis_db
save_anyfig
.png
Possible fixes: Make save_anyfig not add a suffix for the extension (probably preferred), or pass file names to the function with no extension.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just a double check -- should these have double
.png.png
?Originally posted by @tdivoll in #99 (comment)
In the
analysis_db
scripts usually image file names are passed with the file extension, yetsave_anyfig
appends the.png
suffix.Possible fixes:
Make
save_anyfig
not add a suffix for the extension (probably preferred), or pass file names to the function with no extension.The text was updated successfully, but these errors were encountered: