Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
public
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tom Marshall
public
Commits
ae0393ce
Commit
ae0393ce
authored
May 13, 2018
by
Tom Marshall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added authorship info
parent
94de38d9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
raincloud_plots/n_rainclouds.m
raincloud_plots/n_rainclouds.m
+1
-0
raincloud_plots/raincloud_plot.m
raincloud_plots/raincloud_plot.m
+1
-0
raincloud_plots/twod_raincloud.m
raincloud_plots/twod_raincloud.m
+1
-0
No files found.
raincloud_plots/n_rainclouds.m
View file @
ae0393ce
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
% Use as h = n_rainclouds(X, cl),
% Use as h = n_rainclouds(X, cl),
% where X is an array of N cells and cl is an N x 3 array of RGB values.
% where X is an array of N cells and cl is an N x 3 array of RGB values.
% h is a cell array of handles for the various figure parts.
% h is a cell array of handles for the various figure parts.
% Written by Tom Marshall. www.tomrmarshall.com
function
h
=
n_rainclouds
(
X
,
cl
)
function
h
=
n_rainclouds
(
X
,
cl
)
...
...
raincloud_plots/raincloud_plot.m
View file @
ae0393ce
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
% RGB value. h is a cell array of handles for the various figure parts.
% RGB value. h is a cell array of handles for the various figure parts.
% Based on https://micahallen.org/2018/03/15/introducing-raincloud-plots/
% Based on https://micahallen.org/2018/03/15/introducing-raincloud-plots/
% Inspired by https://m.xkcd.com/1967/
% Inspired by https://m.xkcd.com/1967/
% Written by Tom Marshall. www.tomrmarshall.com
% Thanks to Jacob Bellmund for some improvements
% Thanks to Jacob Bellmund for some improvements
function
h
=
raincloud_plot
(
X
,
cl
)
function
h
=
raincloud_plot
(
X
,
cl
)
...
...
raincloud_plots/twod_raincloud.m
View file @
ae0393ce
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
% 'plot_lsline' adds the linear fit line to the data (default = 0);
% 'plot_lsline' adds the linear fit line to the data (default = 0);
% set 'color_face' to 0 to remove the shading on the prediction interval
% set 'color_face' to 0 to remove the shading on the prediction interval
% plots (default = 1);
% plots (default = 1);
% Written by Tom Marshall. www.tomrmarshall.com
function
[
h
,
ax
]
=
twod_raincloud
(
X
,
cl
,
plot_lsline
,
color_face
)
function
[
h
,
ax
]
=
twod_raincloud
(
X
,
cl
,
plot_lsline
,
color_face
)
...
...
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