PerformanceAnalytics icon indicating copy to clipboard operation
PerformanceAnalytics copied to clipboard

Refactor charts.Bar to use plot.xts

Open erichung0404 opened this issue 8 years ago • 0 comments

Core functionality

  • plot bar charts in multiple panels using multi.panel=TRUE argument in plot.xts.
  • panels share the same range of y axis using yaxis.same=TRUE in plot.xts.
  • some arguments of plot.xts such as yaxis.right, yaxis.same, up.col and dn.col can be passed to charts.Bar to control the range of y axis of each panel and color of positive and negative bars in ....

erichung0404 avatar May 27 '16 08:05 erichung0404