POST
/
sys
/
plot
Get Arviz plot data.
curl --request POST \
  --url https://api.coinfer.ai/sys/plot \
  --header 'Content-Type: application/json' \
  --data '{
  "coinfer_auth_token": "",
  "coinfer_share_password": "",
  "experiment_id": "<string>",
  "plot_func": "<string>",
  "plot_chain": "<string>",
  "plot_var": "<string>",
  "n_iteration": 0
}'
{
  "status": "<string>",
  "data": {
    "plot_data": "<any>"
  }
}

Body

application/json
experiment_id
string
required
plot_func
string
required
plot_chain
string
required
plot_var
string
required
coinfer_auth_token
string
default:""
coinfer_share_password
string
default:""
n_iteration
integer
default:0

Response

OK

status
string
required
Allowed value: "ok"
data
object
required