An alternative python library for plotting data and creating data visualization tools. The library makes use of D3.js and is very easy to implement it's plots and graphs into your Jupyter Notebooks without any need to utiilize HTML and Javascript. Currently, the available plots are:
- Line Charts
- Multiline Charts
- Bar Charts (Vertical and Horizontal)
- Grouped Bar Charts
- Pie Chart
- Scatter Plot
In addition to the variety of plotting styles in this library, you also have the option of using one of the built in custom themes. Here are some examples:
Known issues:
- Scatterplot and pie chart only have individual themes as of now
- some minor margin errors due to the axes title lengths
Requirements:
- python
- pandas *cenk + mahsun
Install with pip: *cenk + mahsun