FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5d27e4cd authored by M.D. Driver's avatar M.D. Driver
Browse files

change to generate svg.

parent 66a6ae18
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment