Skip to content

Commit 85a3fdb

Browse files
committed
add public facing plt utils to API list
1 parent 81cc698 commit 85a3fdb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/api.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,27 @@ Annotated plots that describe the model and fitting process.
326326
plot_annotated_model
327327
plot_annotated_peak_search
328328

329+
Plot Utilities & Styling
330+
~~~~~~~~~~~~~~~~~~~~~~~~
331+
332+
Plot related utilies for styling and managing plots.
333+
334+
.. currentmodule:: fooof.plts.style
335+
336+
.. autosummary::
337+
:toctree: generated/
338+
339+
check_style_options
340+
341+
.. currentmodule:: fooof.plts.utils
342+
343+
.. autosummary::
344+
:toctree: generated/
345+
346+
check_ax
347+
recursive_plot
348+
save_figure
349+
329350
Utilities
330351
---------
331352

0 commit comments

Comments
 (0)