Skip to content

Commit

Permalink
Increase default gnuplot precision (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen authored and WilliamHPNielsen committed Oct 13, 2017
1 parent 72a9a81 commit 6433dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/data/gnuplot_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class GNUPlotFormat(Formatter):
"""

def __init__(self, extension='dat', terminator='\n', separator='\t',
comment='# ', number_format='g', metadata_file=None):
comment='# ', number_format='.15g', metadata_file=None):
self.metadata_file = metadata_file or 'snapshot.json'
# file extension: accept either with or without leading dot
self.extension = '.' + extension.lstrip('.')
Expand Down

0 comments on commit 6433dbc

Please sign in to comment.