forked from official-apps/SeismicHazardForecasting
		
	ISEPOS-2373 Fix: name 'svg_path' is not defined
This commit is contained in:
		@@ -505,7 +505,8 @@ verbose: {verbose}")
 | 
			
		||||
 | 
			
		||||
            # Save the figure
 | 
			
		||||
            fig.canvas.draw()
 | 
			
		||||
            plt.savefig("overlay_" + str(j) + ".svg", bbox_inches="tight", pad_inches=0, transparent=True)
 | 
			
		||||
            svg_path = f"overlay_{j}.svg"
 | 
			
		||||
            plt.savefig(svg_path, bbox_inches="tight", pad_inches=0, transparent=True)
 | 
			
		||||
            plt.close(fig)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user