From 9961e784da59c7b3ff87b575fdb9ad515d9ebfbb Mon Sep 17 00:00:00 2001 From: Daniel Goldfarb Date: Thu, 4 Jun 2020 13:14:51 -0400 Subject: [PATCH] Update some markdown files. --- README.md | 4 ++-- RELEASE_NOTES.md | 2 +- markdown/customization_and_styles.md | 12 ++---------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 036085a4..210256ee 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ - **[The New API](https://github.com/matplotlib/mplfinance#newapi)** - **[Tutorials](https://github.com/matplotlib/mplfinance#tutorials)** - **[Basic Usage](https://github.com/matplotlib/mplfinance#usage)** + - **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/markdown/customization_and_styles.md)** - **[Adding Your Own Technical Studies to Plots](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb)** - - **[Saving the Plot to a File](https://github.com/matplotlib/mplfinance/blob/master/examples/savefig.ipynb)** - - **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/examples/customization_and_styles.ipynb)** - **[Price-Movement Plots (Renko, P&F, etc)](https://github.com/matplotlib/mplfinance/blob/master/examples/price-movement_plots.ipynb)** - **[Trends, Support, Resistance, and Trading Lines](https://github.com/matplotlib/mplfinance/blob/master/examples/using_lines.ipynb)** + - **[Saving the Plot to a File](https://github.com/matplotlib/mplfinance/blob/master/examples/savefig.ipynb)** - **[Latest Release Info](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)** - **[Some Background History About This Package](https://github.com/matplotlib/mplfinance#history)** - **[Old API Availability](https://github.com/matplotlib/mplfinance#oldapi)** diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 086db4ae..7e457761 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### v0.12.5a0      Released Date 2020-05-24 +### v0.12.5a0      Released Date 2020-06-10 #### Enhancements - **[Subplots: Create up to 10 "panels"](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)** - Can modify relative sizes of panels diff --git a/markdown/customization_and_styles.md b/markdown/customization_and_styles.md index 4a3f39ad..5d749434 100644 --- a/markdown/customization_and_styles.md +++ b/markdown/customization_and_styles.md @@ -4,15 +4,7 @@ --- -### Customizing the appearance of your plots falls into two main categories: -1. **mplfinance styles** for general customizations -2. **key word arguments** for individual plot customizations - - - ---- - -### Use ` mplfinance styles ` to customize: +### Use ` mplfinance styles ` for _general_ customizations applied to many plots,
for example: - colors (candle colors, moving average colors, background, grid and figure colors) - grid style - y-axis on the right or left @@ -20,7 +12,7 @@ --- -### Use specific key word arguments to customize: +### Use key word arguments for specific/individual plot customizations,
for example: - figure size and aspect ratio - display of non-trading periods (weekends, holidays, after hours trading) - figure title