예제 #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
파일: thinkdsp.py 프로젝트: Ashut1/ThinkDSP
    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)