kaitiaki.file_handlers.sneplotfile ================================== .. py:module:: kaitiaki.file_handlers.sneplotfile Classes ------- .. autoapisummary:: kaitiaki.file_handlers.sneplotfile.sneplot Functions --------- .. autoapisummary:: kaitiaki.file_handlers.sneplotfile.sneplot2 Module Contents --------------- .. py:class:: sneplot(file: str = 'sneplot', allow_pad_age: bool = True, row: str = 'all', dummy_object: bool = False) Bases: :py:obj:`kaitiaki.file_handlers.plotfile.plot` .. py:method:: parse_plotfile(fname: str = 'sneplot', row: str = 'all', is_dummy: bool = False) Parses an sneplot file. :param fname: The sneplot file to load :type fname: str :param row: The row to load (obsolute -- always pass "all") :type row: str :param is_dummy: Whether the dataframe should be empty or not :type is_dummy: bool :returns: [description] :rtype: [type] .. py:function:: sneplot2(file: str = 'sneplot2', *args, **kwargs)