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
LRT_infinite_dimensional_systems
conI
Commits
30f6ad07
Commit
30f6ad07
authored
Oct 01, 2020
by
Jakob Gabriel
Browse files
quantity.Discrete.plot: minor fix for long titles
parent
063c062e
Changes
1
Hide whitespace changes
Inline
Side-by-side
+quantity/Discrete.m
View file @
30f6ad07
...
...
@@ -1236,6 +1236,8 @@ classdef (InferiorClasses = {?quantity.Symbolic}) Discrete ...
myTitle
=
split
(
myTitle
);
if
numel
(
myTitle
)
>
2
myTitle
=
myTitle
(
1
)
+
" [ \ldots ] "
+
myTitle
(
end
);
else
myTitle
=
join
(
myTitle
);
end
end
end
% titleHelper()
...
...
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