INNER CODE UNIT · Python

Chart

abhijithneilabraham/tableQA · tableqa/chart.py:6

class Chart:
    """
    Generates chart for the results.

    Attributes
    ----------
    __REGISTERED_CHARTS: `dictionary` object.
        Information about the available chart types to visualize the results.
    figsize: `tuple`
        Figure size of the plot.

    Methods
    -------
    registered_charts()
        Adds new chart type to the registered charts.
    """
    def __init__(self, ctypes, query, answers, size):
        """

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…