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
Aaron Erhardt
Cheatsheets
Commits
f6bb6562
Commit
f6bb6562
authored
Apr 26, 2021
by
Aaron Erhardt
🦀
Browse files
Fix object hierarchy graph
parent
c63b428a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Matlab/Matlab.md
View file @
f6bb6562
...
...
@@ -474,10 +474,10 @@ fig = gcf; % get handle to current figure
### Typical object hierarchy
```
mermaid
graph
Structure;
Figure-->Legend
;
Figure-->Axes
;
Axes-->Lines
;
graph
TD
Figure
-->
Legend
Figure
-->
Axes
Axes
-->
Lines
```
### Set color
...
...
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