Skip to content

Commit

Permalink
fix: jupyter to code block in plot_by_regions
Browse files Browse the repository at this point in the history
  • Loading branch information
framunoz committed Dec 19, 2024
1 parent 331c0ae commit 2caf1ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geetools/ee_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,7 @@ def byRegions(

return ee.Dictionary.fromLists(features, values)

# TODO: Fix it. Idem for plot_by_bands.
def plot_by_regions(
self,
type: str,
Expand Down Expand Up @@ -1891,7 +1892,7 @@ def plot_by_regions(
- :docstring:`ee.Image.geetools.plot_hist
Examples:
.. jupyter-execute::
.. block-code:: python
import ee, geetools
Expand Down

0 comments on commit 2caf1ed

Please sign in to comment.