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
501a39de
Commit
501a39de
authored
Apr 22, 2021
by
Aaron Erhardt
Browse files
Fix bullet points
Signed-off-by:
Aaron Erhardt
<
aaron.erhardt@t-online.de
>
parent
938f0a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Matlab/Matlab.md
View file @
501a39de
...
...
@@ -386,13 +386,13 @@ plot(x, y, 'color', [0, 0.6, 0.2]); % RGB color
plot
(
x
,
y
,
'LineWidth'
,
2
);
% set line width to 2 px
```
+
Line width
+
Marker color
```
matlab
plot
(
x
,
y
,
'MarkerFaceColor'
,
[
0
,
0.6
,
0.2
]);
% RGB color of markers
```
+
Line width
+
Marker size
```
matlab
plot
(
x
,
y
,
'MarkerSize'
,
7
);
% set marker size to 7 px
...
...
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