customization_and_styles.md

June 7, 2020 ยท View on GitHub

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
  • matplotlib defaults

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
  • y-axis title
  • x-axis datetime format
  • x-axis labels rotation
  • line color for line plot
  • tight_layout
  • fill_between