snajmark commited on
Commit
a73c726
·
1 Parent(s): f64bf82

Update domain_space.py

Browse files
Files changed (1) hide show
  1. domain_space.py +0 -1
domain_space.py CHANGED
@@ -211,7 +211,6 @@ def make_domain_plot(df_synth_pred, explored_domain_space, x_list, target="y_pre
211
  y=y_col,
212
  z=z_col,
213
  color=target,
214
- colorscale='Viridis', # choose a colorscale
215
  range_color=[uncertainty_min, uncertainty_max],
216
  hover_data={target: ":.3f"},
217
  )
 
211
  y=y_col,
212
  z=z_col,
213
  color=target,
 
214
  range_color=[uncertainty_min, uncertainty_max],
215
  hover_data={target: ":.3f"},
216
  )