Exemplo n.º 1
0
    def setup(self):
        # self.use_latex_fonts()

        self.frame_name_format = 'output_{}'

        self.add_frame(Frame(
            height_in=8., width_in=12.,
            nrows=2, ncols=2,
            wspace=0.4, hspace=0.4,
        ), 1)
Exemplo n.º 2
0
    def setup(self):
        self.frame_name_format = 'output_{}'

        self.add_frame(
            Frame(
                height_in=20.,
                width_in=25.,
                nrows=5,
                ncols=15,
                wspace=0.4,
                hspace=0.4,
            ), 1)
Exemplo n.º 3
0
Arquivo: viz.py Projeto: lscotzni/Beak
    def setup(self):
        # self.use_latex_fonts()

        self.frame_name_format = 'output_{}'

        self.add_frame(
            Frame(
                height_in=8.,
                width_in=16.,  # originally width_in = 12
                nrows=3,
                ncols=3,
                wspace=0.35,
                hspace=0.5,  # space between each graph
            ),
            1)