Skip to content

Commit 9961e78

Browse files
Update some markdown files.
1 parent b47f861 commit 9961e78

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
- **[The New API](https://github.com/matplotlib/mplfinance#newapi)**
2222
- **[Tutorials](https://github.com/matplotlib/mplfinance#tutorials)**
2323
- **[Basic Usage](https://github.com/matplotlib/mplfinance#usage)**
24+
- **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/markdown/customization_and_styles.md)**
2425
- **[Adding Your Own Technical Studies to Plots](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb)**
25-
- **[Saving the Plot to a File](https://github.com/matplotlib/mplfinance/blob/master/examples/savefig.ipynb)**
26-
- **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/examples/customization_and_styles.ipynb)**
2726
- **[Price-Movement Plots (Renko, P&F, etc)](https://github.com/matplotlib/mplfinance/blob/master/examples/price-movement_plots.ipynb)**
2827
- **[Trends, Support, Resistance, and Trading Lines](https://github.com/matplotlib/mplfinance/blob/master/examples/using_lines.ipynb)**
28+
- **[Saving the Plot to a File](https://github.com/matplotlib/mplfinance/blob/master/examples/savefig.ipynb)**
2929
- **[Latest Release Info](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)**
3030
- **[Some Background History About This Package](https://github.com/matplotlib/mplfinance#history)**
3131
- **[Old API Availability](https://github.com/matplotlib/mplfinance#oldapi)**

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### <a name="v0.12.5a0"></a>v0.12.5a0 &nbsp;&nbsp;&nbsp;&nbsp; Released Date 2020-05-24
1+
### <a name="v0.12.5a0"></a>v0.12.5a0 &nbsp;&nbsp;&nbsp;&nbsp; Released Date 2020-06-10
22
#### Enhancements
33
- **[Subplots: Create up to 10 "panels"](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)**
44
- Can modify relative sizes of panels

markdown/customization_and_styles.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,15 @@
44

55
---
66

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:
7+
### Use ` mplfinance styles ` for _general_ customizations applied to many plots,<br>for example:
168
- colors (candle colors, moving average colors, background, grid and figure colors)
179
- grid style
1810
- y-axis on the right or left
1911
- matplotlib defaults
2012

2113
---
2214

23-
### Use specific key word arguments to customize:
15+
### Use key word arguments for specific/individual plot customizations,<br>for example:
2416
- figure size and aspect ratio
2517
- display of non-trading periods (weekends, holidays, after hours trading)
2618
- figure title

0 commit comments

Comments
 (0)