Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_python
Commits
fe3134f3
Commit
fe3134f3
authored
Jan 3, 2023
by
Mayr, Hannes
Browse files
Options
Downloads
Patches
Plain Diff
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
!62
Export imported modules
Pipeline
#883688
passed
Jan 3, 2023
Stage: linting
Stage: testing
Stage: security
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plotid/save_plot.py
+4
-4
4 additions, 4 deletions
plotid/save_plot.py
with
4 additions
and
4 deletions
plotid/save_plot.py
+
4
−
4
View file @
fe3134f3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment