Skip to content

Commit

Permalink
fix typo in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
drombas authored Jul 8, 2024
1 parent 104c6a6 commit b0d878e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ We can also use more advanced sectorizations
[TRT_wedge, Sect_wedge] = sectorize_map(X_new, Y_new, TRT_new, 'mean', Sectors);
[GCIPL_etdrs, Sect_wedge] = sectorize_map(X_new, Y_new, GCIPL_new, 'mean', Sectors);
5. Visualize resutls
5. Visualize results
^^^^^^^^^^^^^^^^^^^^
We can visualize arbitrary segmentations by using plot_sectors()
We can visualize custom sectorizations by using plot_sectors()

.. code-block:: matlab
Expand Down

0 comments on commit b0d878e

Please sign in to comment.