We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d642e7 commit db89884Copy full SHA for db89884
1 file changed
hapiplot/hapiplot.py
@@ -536,7 +536,7 @@ def hapiplot(*args, **kwargs):
536
y = fill2nan(y, meta["parameters"][i]['fill'])
537
538
remove_mean = False
539
- if 'uk/GIN_' in meta['x_server']:
+ if 'uk/GIN_' in meta['x_server'] and (ptype == 'integer' or ptype == 'double'):
540
remove_mean = True
541
y_mean = np.nanmean(y, axis=0)
542
0 commit comments