-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename plot_cap and plot_comparison to plot_predictions and plot_comp…
…arisons (#704)
- Loading branch information
1 parent
fcf8ab5
commit 5dde496
Showing
8 changed files
with
346 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
from bambi.plots.effects import comparisons, predictions, slopes | ||
from bambi.plots.plotting import plot_cap, plot_comparison, plot_slopes | ||
from bambi.plots.plotting import plot_comparisons, plot_predictions, plot_slopes | ||
|
||
|
||
__all__ = ["comparisons", "slopes", "predictions", "plot_cap", "plot_comparison", "plot_slopes"] | ||
__all__ = [ | ||
"comparisons", | ||
"slopes", | ||
"predictions", | ||
"plot_comparisons", | ||
"plot_predictions", | ||
"plot_slopes", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.