Skip to content

Commit

Permalink
added md.iplot_location to index_api_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed Mar 15, 2020
1 parent df5d542 commit 045578c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api_reference/index_api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ wf = md.WaterFrame()

* [md.concat(list_wf)](util/concat.md): `concat` does all of the heavy liftings of performing concatenation operations between a list of WaterFrames.

### Interactive plot

* [md.iplot_location(list_wf)](util/iplot/iplot_location.md): It creates a Plotly Figure with a map and a spot of the measurement location of the input WaterFrames.

Return to the [Docs Index](../index_docs.md).
1 change: 1 addition & 0 deletions docs/api_reference/util/iplot/iplot_location.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ go.Figure(fig).show()
Output:

![iPlot location example][iplot-location]

*Note: This image is NOT the real output. This image is the output, saved in PNG.*

Return to [mooda.WaterFrame](../../index_api_reference.md).
Expand Down

0 comments on commit 045578c

Please sign in to comment.