Skip to content

Commit

Permalink
Remove the derivative_plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Jul 10, 2024
1 parent 2191fd4 commit 6d0e4ed
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 533 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"> For an explaination of the argument ``n_steps`` and the Richardson method, please see the API Reference and the Richardson Extrapolation explanation in the documentation.\n",
"\n",
"\n",
"The objects returned when ``return_info`` is ``True`` are rarely of any use directly and can be safely ignored. However, they are necessary data when using the plotting function ``derivative_plot`` as explained below. For better understanding, we print each of these additional objects once:"
"The objects returned when ``return_info`` is ``True`` are rarely of any use directly and can be safely ignored. "
]
},
{
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/reference_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
```

```{eval-rst}
.. dropdown:: derivative_plot
.. autofunction:: derivative_plot
```

(estimation)=

## Estimation
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ module = [

"estimagic.visualization",
"estimagic.visualization.convergence_plot",
"estimagic.visualization.derivative_plot",
"estimagic.visualization.deviation_plot",
"estimagic.visualization.estimation_table",
"estimagic.visualization.history_plots",
Expand Down
2 changes: 0 additions & 2 deletions src/estimagic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from estimagic.optimization.optimize_result import OptimizeResult
from estimagic.parameters.constraint_tools import check_constraints, count_free_params
from estimagic.visualization.convergence_plot import convergence_plot
from estimagic.visualization.derivative_plot import derivative_plot
from estimagic.visualization.estimation_table import (
estimation_table,
render_html,
Expand Down Expand Up @@ -52,7 +51,6 @@
"rank_report",
"traceback_report",
"lollipop_plot",
"derivative_plot",
"slice_plot",
"estimation_table",
"render_html",
Expand Down
239 changes: 0 additions & 239 deletions src/estimagic/visualization/derivative_plot.py

This file was deleted.

104 changes: 0 additions & 104 deletions tests/visualization/test_derivative_plot.py

This file was deleted.

0 comments on commit 6d0e4ed

Please sign in to comment.