Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IAH public
DeProj
Commits
3bc1d658
Commit
3bc1d658
authored
Jul 22, 2020
by
Jean-Yves TINEVEZ
Browse files
Clip text out of plot borders when plotting the cell ids.
parent
8c785d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@deproj/add_plot_id.m
View file @
3bc1d658
...
...
@@ -12,7 +12,8 @@ function hts = add_plot_id( obj, ax )
center
(
1
),
center
(
2
),
center
(
3
)
+
0.5
,
...
num2str
(
o
.
id
),
...
'HorizontalAlignment'
,
'center'
,
...
'VerticalAlignment'
,
'middle'
);
'VerticalAlignment'
,
'middle'
,
...
'Clipping'
,
'on'
);
end
end
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment