Skip to content

Commit 372d6c4

Browse files
committed
Reduced the size of the waveform example plot
1 parent b574dfd commit 372d6c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/ex01_cassini_rpws_wfrm.png

-237 KB
Loading

examples/ex01_cassini_rpws_wfrm.pro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ pro ex01_cassini_rpws_wfrm
4444
xSampleTimes, yWaveform, xtit=sXlabel, ytit=sYlabel, $
4545
tit=sTitle, dimensions=[1200, 400], /buffer, xst=1 $
4646
)
47-
p.xthick = 4.
48-
p.ythick = 4.
49-
p.thick = 3.
50-
p.font_size = 24
51-
p.tit.font_size = 24
47+
p.xthick = 2.
48+
p.ythick = 2.
49+
p.thick = 1.4
50+
p.font_size = 12
51+
p.tit.font_size = 12
5252

5353
sFile = 'ex01_cassini_rpws_wfrm.png'
5454
p.save, sFile, width=1200, height=400, resolution=300

0 commit comments

Comments
 (0)