<div dir="ltr">Multiple( 600 to 5000) channels of seismic wave are recorded at same time.<div>By using the code , individually i can display.</div><div>But i wanted to display all wave forms together, so that quality control may be carried out.</div><div><br></div><div>Mohamed ali</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 15, 2020 at 9:30 PM <<a href="mailto:chennaipy-request@python.org">chennaipy-request@python.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Send Chennaipy mailing list submissions to<br>
        <a href="mailto:chennaipy@python.org" target="_blank">chennaipy@python.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://mail.python.org/mailman/listinfo/chennaipy" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/chennaipy</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:chennaipy-request@python.org" target="_blank">chennaipy-request@python.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:chennaipy-owner@python.org" target="_blank">chennaipy-owner@python.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Chennaipy digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: waveform - time scale (Shrinivasan T)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 15 Sep 2020 18:48:39 +0530<br>
From: Shrinivasan T <<a href="mailto:tshrinivasan@gmail.com" target="_blank">tshrinivasan@gmail.com</a>><br>
To: Chennai Python User Group Mailing List <<a href="mailto:chennaipy@python.org" target="_blank">chennaipy@python.org</a>><br>
Subject: Re: [Chennaipy] waveform - time scale<br>
Message-ID:<br>
        <<a href="mailto:CAND2796a4M72bKdMCpX3B0k6aQX0dtYmMn1wDnq3Od2sruPN9Q@mail.gmail.com" target="_blank">CAND2796a4M72bKdMCpX3B0k6aQX0dtYmMn1wDnq3Od2sruPN9Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Not sure why all waves are starting at 0.<br>
<br>
But hope you can generate 10 different images for each wave and check.<br>
<br>
like below<br>
<br>
for i in range(0,length):<br>
    x= st[i].data<br>
    y=st[i].times()<br>
    fig =plt.plot(x,y)<br>
    plt.suptitle('vsp wave form', fontsize=14, fontweight='bold')<br>
    plt.xlabel("time in seconds")<br>
    plt.ylabel("amplitude")<br>
    plt.show()<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mail.python.org/pipermail/chennaipy/attachments/20200915/8e179c08/attachment-0001.html" rel="noreferrer" target="_blank">http://mail.python.org/pipermail/chennaipy/attachments/20200915/8e179c08/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Chennaipy mailing list<br>
<a href="mailto:Chennaipy@python.org" target="_blank">Chennaipy@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/chennaipy" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/chennaipy</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Chennaipy Digest, Vol 85, Issue 9<br>
****************************************<br>
</blockquote></div>