Skip to content

Commit 770f233

Browse files
committed
minor change to test case
1 parent 8d81edb commit 770f233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/test.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ program test
2828
yerr = abs(sx*.25_wp)
2929

3030
!2d line plot:
31-
call plt%initialize(grid=.true.,xlabel='angle (rad)',&
31+
call plt%initialize(grid=.true.,xlabel='angle (rad)',figsize=[20,10],&
3232
title='plot test',legend=.true.,axis_equal=.true.)
3333
call plt%add_plot(x,sx,label='$\sin (x)$',linestyle='b-o',markersize=5,linewidth=2)
3434
call plt%add_plot(x,cx,label='$\cos (x)$',linestyle='r-o',markersize=5,linewidth=2)
@@ -38,7 +38,7 @@ program test
3838
!bar chart:
3939
tx = 0.1_wp !for bar width
4040
call plt%initialize(grid=.true.,xlabel='angle (rad)',&
41-
title='bar test',legend=.true.,figsize=[20,5],&
41+
title='bar test',legend=.true.,figsize=[20,10],&
4242
font_size = 20,&
4343
axes_labelsize = 20,&
4444
xtick_labelsize = 20,&

0 commit comments

Comments
 (0)