Skip to content

Commit 2ab529c

Browse files
Update example
1 parent 5c8cacc commit 2ab529c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/vanderpol.f90

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ program example
1515
type(plot_2d) :: plt
1616
type(plot_data_2d) :: d1
1717
class(plot_axis), pointer :: xAxis, yAxis
18-
class(legend), pointer :: lgnd
1918

2019
! Set up the integrator
2120
ptr => vdp
@@ -32,9 +31,6 @@ program example
3231
call plt%initialize()
3332
call plt%set_font_size(14)
3433

35-
lgnd => plt%get_legend()
36-
call lgnd%set_is_visible(.false.)
37-
3834
xAxis => plt%get_x_axis()
3935
call xAxis%set_title("t")
4036

0 commit comments

Comments
 (0)