Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
5cc91bce
Commit
5cc91bce
authored
Sep 14, 2017
by
Unknown
Browse files
Update the save_fig_filebox_button
The text field is wider now to accomodate longer filenames.
parent
074c01a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/viz/plot_utils.py
View file @
5cc91bce
...
...
@@ -1475,7 +1475,8 @@ def save_fig_filebox_button(fig, filename):
name_box
=
widgets
.
Text
(
value
=
filename
,
placeholder
=
'Type something'
,
description
=
'Output Filename:'
,
disabled
=
False
)
disabled
=
False
,
layout
=
{
'width'
:
'50%'
})
save_button
=
widgets
.
Button
(
description
=
'Save figure'
)
def
_save_fig
(
junk
):
...
...
Write
Preview
Markdown
is supported
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