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
Sean Fitzgibbon
SlideR 🍔
Commits
3f1720fd
Commit
3f1720fd
authored
Dec 22, 2021
by
Sean Fitzgibbon
Browse files
more closing options
parent
1b4d3256
Changes
1
Hide whitespace changes
Inline
Side-by-side
slider/chart_reg.py
View file @
3f1720fd
...
...
@@ -357,9 +357,9 @@ def _pnt_props(pnts, verbose=False):
}
def
_init_scale
(
img
,
img_resolution
,
crd
,
verbose
=
False
):
def
_init_scale
(
img
,
img_resolution
,
crd
,
closing
=
0
,
verbose
=
False
):
img_p
=
_img_props
(
img
,
img_resolution
)
img_p
=
_img_props
(
img
,
img_resolution
,
closing
=
closing
)
crd_p
=
_pnt_props
(
crd
)
if
verbose
:
...
...
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