Skip to content
Snippets Groups Projects
Commit fe3134f3 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Remove type hints from doc string, they are already typed in the function definition.

parent 80b19218
No related branches found
No related tags found
1 merge request!62Export imported modules
Pipeline #883688 passed
...@@ -21,16 +21,16 @@ def save_plot( ...@@ -21,16 +21,16 @@ def save_plot(
Parameters Parameters
---------- ----------
figure : list of/single figure object figure :
Figure that was tagged and now should be saved as picture. Figure that was tagged and now should be saved as picture.
plot_name : str or list of str plot_name :
Names of the files where the plots will be saved to. Names of the files where the plots will be saved to.
extension : str extension :
File extension for the plot export. File extension for the plot export.
Returns Returns
------- -------
plot_path : list of str plot_path :
Names of the created pictures. Names of the created pictures.
""" """
# Check if figs is a valid figure or a list of valid figures # Check if figs is a valid figure or a list of valid figures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment