Dear SAC users,
I have two questions:
1) I want my plot without any text written on it. There should just be the
plot of my data (nothing else). How should I do that?
2) I am using "p2" command for plotting two waveforms in SAC. But, I want
them to be plotted in different colors. Also, I want to make "linewidth" of
one waveform thicker than the other. I would be greatful if you can help me
with this.
Thank you very much.
Regards,
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
05/28/18,
9:58:57 AM
I have two questions:
1) I want my plot without any text written on it. There should just be the
plot of my data (nothing else). How should I do that?
2) I am using "p2" command for plotting two waveforms in SAC. But, I want
them to be plotted in different colors. Also, I want to make "linewidth" of
one waveform thicker than the other. I would be greatful if you can help me
with this.
Thank you very much.
Regards,
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
05/28/18,
9:58:57 AM
-
Hi,
1) your friend is OFF...
sac> fileid off; xlabel off; ylabel off, ticks off
for details in commands, do
sac> help fileid
2) sac> color on increment
sac> line on increment
line command works with linestyles,
Also, details with
sac> help color
and help line.
HTH,
M.
************************************
Milton P. PLASENCIA LINARES
Centro di Ricerche Sismologiche (CRS)
OGS - Istituto Nazionale di Oceanografia e di Geofisica Sperimentale
Borgo Grotta Gigante 42/C
(34010) Sgonico - Trieste - Italia
Tel: +39 040 2140 156 (Udine)
Tel: +39 040 2140 256 (Trieste)
Cel.: +39 331 6481 935
E-mail: mplasencia<at>inogs.it
GPG Key: 22FCFFA8
ASAIN (Antarctic Seismographic Argentinean Italian Network)
**************************************
On 28 May 2018 at 06:35, mukesh kumar <kumarmukesh2411<at>gmail.com> wrote:
Dear SAC users,
I have two questions:
1) I want my plot without any text written on it. There should just be the
plot of my data (nothing else). How should I do that?
2) I am using "p2" command for plotting two waveforms in SAC. But, I want
them to be plotted in different colors. Also, I want to make "linewidth" of
one waveform thicker than the other. I would be greatful if you can help me
with this.
Thank you very much.
Regards,
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> 05/28/18,
9:58:57 AM
----------------------
SAC Help
Topic home: http://ds.iris.edu/message-center/topic/sac-help/ |
Unsubscribe: sac-help-unsubscribe<at>lists.ds.iris.edu
Sent from the IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
-
Hi,
Not sure if you can do 1. with a command but if you leave SAC headers
KSTNM, KCMPNM, NZYEAR, NZJDAY, NZHOUR, NZMIN, NZSEC, NZMSEC, KZDATE, KZTIME
blank (you lose origin time information), you should be able to do this.
Your 2. is easy to do, use COLOR (with INC option) and WIDTH functions -
see SAC manual.
Januka
Januka Attanayake
Research Fellow | Earthquake Seismology
Homepage: http://sites.google.com/site/janukaattanayake
School of Earth Sciences | McCoy Bldg. 200
University of Melbourne | Parkville 3010 VIC
Australia
On 28 May 2018 at 14:35, mukesh kumar <kumarmukesh2411<at>gmail.com> wrote:
Dear SAC users,
I have two questions:
1) I want my plot without any text written on it. There should just be the
plot of my data (nothing else). How should I do that?
2) I am using "p2" command for plotting two waveforms in SAC. But, I want
them to be plotted in different colors. Also, I want to make "linewidth" of
one waveform thicker than the other. I would be greatful if you can help me
with this.
Thank you very much.
Regards,
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> 05/28/18,
9:58:57 AM
----------------------
SAC Help
Topic home: http://ds.iris.edu/message-center/topic/sac-help/ |
Unsubscribe: sac-help-unsubscribe<at>lists.ds.iris.edu
Sent from the IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
-
Thanks a lot!
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
05/28/18,
10:45:38 AM
On Mon, May 28, 2018 at 10:35 AM Geo . <jattanayake<at>gmail.com> wrote:
Hi,
--
Not sure if you can do 1. with a command but if you leave SAC headers
KSTNM, KCMPNM, NZYEAR, NZJDAY, NZHOUR, NZMIN, NZSEC, NZMSEC, KZDATE, KZTIME
blank (you lose origin time information), you should be able to do this.
Your 2. is easy to do, use COLOR (with INC option) and WIDTH functions -
see SAC manual.
Januka
Januka Attanayake
Research Fellow | Earthquake Seismology
Homepage: http://sites.google.com/site/janukaattanayake
School of Earth Sciences | McCoy Bldg. 200
University of Melbourne | Parkville 3010 VIC
Australia
On 28 May 2018 at 14:35, mukesh kumar <kumarmukesh2411<at>gmail.com> wrote:
Dear SAC users,
----------------------
I have two questions:
1) I want my plot without any text written on it. There should just be
the plot of my data (nothing else). How should I do that?
2) I am using "p2" command for plotting two waveforms in SAC. But, I want
them to be plotted in different colors. Also, I want to make "linewidth" of
one waveform thicker than the other. I would be greatful if you can help me
with this.
Thank you very much.
Regards,
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
[image: Mailtrack]
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> Sender
notified by
Mailtrack
https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> 05/28/18,
9:58:57 AM
----------------------
SAC Help
Topic home: http://ds.iris.edu/message-center/topic/sac-help/ |
Unsubscribe: sac-help-unsubscribe<at>lists.ds.iris.edu
Sent from the IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
SAC Help
Topic home: http://ds.iris.edu/message-center/topic/sac-help/ |
Unsubscribe: sac-help-unsubscribe<at>lists.ds.iris.edu
Sent from the IRIS Message Center (http://ds.iris.edu/message-center/)
Update subscription preferences at http://ds.iris.edu/account/profile/
Mukesh Kumar Das
JRF (Research Scholar)
Department of Applied Geophysics
Indian lnstitute of Technology (Indian School of Mines)
Dhanbad, Jharkhand-826004, India
Mob +918873563108
+918340601230
-