Plotting

Plotting module

This module contains plotting functionality for easy data visualisation. It is essentially a wrapper around Bokeh plotting library.

class tradingWithPython.lib.plotting.Plot(width=900)[source]

Methods

candlestick(df) plot candlesticks from DataFrame
line(series, **kwargs) plot Series as a line
show() show plot
triangle(series[, orientation]) Plot triangular markers