generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added figure notes; nav orders multiplied by 10 for future insertion
- Loading branch information
1 parent
7265564
commit 7ab200a
Showing
13 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: default | ||
title: Figures | ||
parent: Dry Lab SOPs | ||
has_children: false | ||
nav_order: 20 | ||
--- | ||
|
||
# {{page.title}} | ||
|
||
## Principles for Figure Design | ||
|
||
We want our results to meet publishing guidelines, be presented their intended meaning clearly and be aesthetically pleasing. For that, there are a couple of things to keep in mind. | ||
|
||
* Figures are often no bigger than 3 x 3. Both R and python allow you to manually adjust the size of your figures overall and the size of the plotting panel within the image. Text is often kept below 10 pt font Arial. | ||
* Save as PDF. The PDF format allows manipulated without affecting the underlying data. Alterations such as rescaling and moving the legend are done in Illustrator by Yuyan. The PDF's from R are typically easier to adjust, so prefer plotting in R. | ||
* Done is better than perfect, and what is perfect to you will likely not match guidelines and require additional adjustment after consulting Yuyan. | ||
* When plotting retina cells, keep them in anatomical order: RGC, AC, HC, BC, MG, Cone, Rod, Endothelial, Astrocytes, Microglia | ||
|
||
## ChengLabThemes | ||
|
||
This is an R package installed locally on the HPC server and contains many helper functions for creating figures for the lab that match previous work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: default | ||
title: Lab Access | ||
nav_order: 2 | ||
nav_order: 20 | ||
parent: Onboarding | ||
has_children: false | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: default | ||
title: Prerequisites | ||
nav_order: 1 | ||
nav_order: 10 | ||
parent: Onboarding | ||
has_children: false | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters