From 5d27e4cd7ca619bb47262645e5060765d6828ad8 Mon Sep 17 00:00:00 2001 From: Mark Driver <mdd31@cam.ac.uk> Date: Wed, 4 Apr 2018 11:44:41 +0100 Subject: [PATCH] change to generate svg. --- solventmapcreator/solvationcalculation/solvationmapgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solventmapcreator/solvationcalculation/solvationmapgenerator.py b/solventmapcreator/solvationcalculation/solvationmapgenerator.py index 37a39ba..1922941 100644 --- a/solventmapcreator/solvationcalculation/solvationmapgenerator.py +++ b/solventmapcreator/solvationcalculation/solvationmapgenerator.py @@ -39,7 +39,7 @@ def create_solvation_plot(epsilon_i_list, epsilon_j_list, def plot_and_write_contour_map(input_data, **kwargs): """This creates and plots a contour map wit the input given. """ - return plottinginput.create_and_write_contour_plot(input_data, kwargs.get("fileformat", "eps")) + return plottinginput.create_and_write_contour_plot(input_data, kwargs.get("fileformat", "svg")) def write_matrix_to_file(filename, x_values, y_values, solvation_matrix): """This writes the matrix to file. -- GitLab