multidim_plotter
plot_from_sql(x_tag, y_tag, output, label, exp_id=None)
Plot colormap/3D figure from data in
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
x_tag
|
str
|
Tag to use as x axis. |
required |
y_tag
|
str
|
Tag to use as y axis. |
required |
output
|
str
|
String to use as output, needs to correspond to one of the output cols in the db. |
required |
label
|
str
|
Figure needs a label. |
required |
exp_id
|
str
|
Optional experiment id. If omitted, 'latest_experiment' is used. |
None
|