Skip to content

Commit 41e95e4

Browse files
Create customization_and_styles.md
1 parent 7736288 commit 41e95e4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

markdown/customization_and_styles.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
3+
# Customizing the Appearance of Your Plots
4+
5+
---
6+
7+
### Customizing the appearance of your plots falls into two main categories:
8+
1. **mplfinance styles** for general customizations
9+
2. **key word arguments** for individual plot customizations
10+
11+
12+
13+
---
14+
15+
### Use ` mplfinance styles ` to customize:
16+
- colors (candle colors, moving average colors, background, grid and figure colors)
17+
- grid style
18+
- y-axis on the right or left
19+
- matplotlib defaults
20+
21+
---
22+
23+
### Use specific key word arguments to customize:
24+
- figure size and aspect ratio
25+
- display of non-trading periods (weekends, holidays, after hours trading)
26+
- figure title
27+
- y-axis title
28+
- x-axis datetime format
29+
- x-axis labels rotation
30+
- line color for line plot
31+
- tight_layout
32+
- candle and line widths
33+
34+
---
35+
36+
### Other features related to customization:
37+
- subplots
38+
- fill_between

0 commit comments

Comments
 (0)