FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c15988b5 authored by M.D. Driver's avatar M.D. Driver
Browse files

add return to function.

parent 2c256033
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ def create_bar_plot_write_to_file(input_data, filename_stem, **kwargs):
output_filename = filename_stem + '.' + fileformat
plt.savefig(output_filename, format=fileformat)
plt.close(bar_plot)
return 0
def create_bar_plot(input_data, **kwargs):
"""This creates the bar plot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment