Skip to content

Commit

Permalink
visavis_plot readme upd
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Nov 11, 2023
1 parent d9e601b commit a5c428b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion plot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ visavis_plot.notify = ( msg ) => alert( msg )

**`json_request( next?: string ) : string`**

Request url to get JSON (plot data)
Request URL to get JSON (plot data)

**`json_cmp_request( next?: string | null ) : string | null`**

Second request URL to get JSON for comparison (matrix, cube and discovery plots)

**`multi_requests( next?: string[] ) : string[]`**

Multiple request URLs to get JSON for comparison (matrix and cube plots)

**`notify( msg: string ) : void`**

Expand Down
2 changes: 1 addition & 1 deletion plot/plot.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $mpds_visavis_plot $mol_view
json null
json_cmp_request? null
json_cmp null
multi_requests? /
multi_requests? /string
multi_jsons null
plot_raw null
show_setup false
Expand Down

0 comments on commit a5c428b

Please sign in to comment.