Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 580 Bytes

whatstk.FigureBuilder.rst

File metadata and controls

15 lines (11 loc) · 580 Bytes

FigureBuilder

whatstk provides this object to ease the generation of insightfull plots from your chat. :class:`FigureBuilder <whatstk.FigureBuilder>` contains several methods to generate different plots. It assigns a unique color to each user, so that a user can be easily identified in all plots.

To insantiate it, you just need to provide the chat (as pandas.DataFrame or :class:`BaseChat <whatstk._chat.BaseChat>`-API-compliant object).

.. autoclass:: whatstk.FigureBuilder
    :members:
    :undoc-members:
    :show-inheritance:
    :inherited-members: