forked from official-apps/SeismicHazardForecasting
		
	Update src/seismic_hazard_forecasting.py
This commit is contained in:
		@@ -517,7 +517,7 @@ verbose: {verbose}")
 | 
			
		||||
            map_center = [np.mean([north, south]), np.mean([east, west])]
 | 
			
		||||
 | 
			
		||||
            # Create an image from the grid
 | 
			
		||||
            cmap_name = 'viridis'
 | 
			
		||||
            cmap_name = 'YlOrRd'
 | 
			
		||||
            cmap = plt.get_cmap(cmap_name)
 | 
			
		||||
            fig, ax = plt.subplots(figsize=(6, 6))
 | 
			
		||||
            ax.imshow(iml_grid_hd, origin='lower', cmap=cmap, vmin=vmin, vmax=vmax)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user