Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Histogram Plot
Creates a histogram graph for each variable according to the specified space-time constraints (dt1, dt2, lat1, lat2, lon1, lon2, depth1, depth2). Change the `APIs vizEngine`_ parameter if you wish to use a different visualization library.
Returns the generated graph objects in form of a python list. One may use the returned objects to modify the graph properties.


.. note::
This method requires a valid `API key`_. It is not necessary to set the
API key every time because the API properties are stored locally after
Expand Down Expand Up @@ -60,7 +59,6 @@ Histogram Plot
End depth [m]. This parameter sets the upper bound of the vertical cut. Note depth is a positive number (it is 0 at the surface and increases towards the ocean floor).
**exportDataFlag: boolean, default: False**
If True, the graph data points are stored on the local machine. The export path and file format are set by the `APIs parameters`_.

**show: boolean, default: True**
If True, the graph object is returned and is displayed. The graph file is saved on the local machine at the figureDir directory.
If False, the graph object is returned but not displayed.
Expand Down Expand Up @@ -95,7 +93,7 @@ Histogram Plot

|

**Example 1:**
**Example 1**


This example creates three histogram graphs comparing dissolved oxygen
Expand Down Expand Up @@ -146,8 +144,6 @@ visualization library (plotly) which may be changed by:

<iframe src="../../../../_static/pycmap_tutorial_viz/html/histogram_oxygen_WOA_clim.html" frameborder = 0 height="420px" width="100%">></iframe>



.. code-block:: python

# here is how to modify a graph:
Expand Down