반응형
System-wide plotting options
def plot(self, plotter=None, numfigs=1, iplot=True, **kwargs):
- plotter: an object/class containing as attributes the options controlling the system wide plotting
- If None is passed a default PlotScheme object (see below) will be instantiated
- numfigs: in how many independent charts a plot has to be broken
- Sometimes a chart contains too many bars and will not be easily readable if packed in a single figure. This breaks it down in as many pieces as requested
- iplot: automatically plot inline if running inside a Jupyter Notebook
- **kwargs: the args will be used to change the values of the attributes of plotter or the default PlotScheme object created if no plotter is passed.
# numfigs : 한개의 그래프를 몇개로 쪼개어 보여줄지 결정하는 옵션
반응형
'Language > python' 카테고리의 다른 글
[ Python backtrader ] backtrader 참고 사이트 (0) | 2020.01.14 |
---|---|
[ Python backtrader ] potfolio value 및 cash 그래프만 그리기 (0) | 2020.01.14 |
[ Python library ] argparse 사용법 (0) | 2020.01.14 |
[ Python backtrader ] Multi 기본 하루 1주 매수전략 (0) | 2020.01.14 |
[ Python backtrader ] 기본 하루 1주 매수 전략 (0) | 2020.01.13 |