Пример #1
0
    def plot_vlines(self, **options):
        """Plots the wave with vertical lines for samples.

        """
        thinkplot.vlines(self.ts, 0, self.ys, **options)
Пример #2
0
    def plot_vlines(self, **options):
        """Plots the wave with vertical lines for samples.

        """
        thinkplot.vlines(self.ts, 0, self.ys, **options)
Пример #3
0
    def plot_vlines(self, **options):
        """Plots the wave with vertical lines for samples.

        """
        xfactor = self.get_xfactor(options)
        thinkplot.vlines(self.ts * xfactor, 0, self.ys, **options)
Пример #4
0
    def plot_vlines(self, **options):
        """Plots the wave with vertical lines for samples.

        """
        xfactor = self.get_xfactor(options)
        thinkplot.vlines(self.ts * xfactor, 0, self.ys, **options)