program read_range_plot character*20 user_filename write(*,*)'Which file to plot?' read(*,*)user_filename open(unit=10,file=user_filename) read(10,*)n read(10,*)x,y xmin=x xmax=x ymin=y ymax=y do i=1,n-1 read(10,*)x,y if(x>xmax)xmax=x if(xymax)ymax=y if(y