Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
e09de67e
Commit
e09de67e
authored
Jun 15, 2021
by
Valentin Valls
Browse files
Allow to add a plot entry
parent
cc71130d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/scan_info.py
View file @
e09de67e
...
...
@@ -272,6 +272,10 @@ class ScanInfo(dict):
"A 'stop' position for the channel '%s' should be set"
,
name
)
def
add_plots_entry
(
self
):
"""CReate the main entry for plots description"""
self
.
_scan_info
.
setdefault
(
"plots"
,
[])
@
typeguard
.
typechecked
def
add_scatter_plot
(
self
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment