Skip to content

Commit 47d6dc6

Browse files
authored
Merge pull request #143 from cadenmyers13/plot-recipe
feat: add `plot_recipe` method to `FitRecipe`
2 parents ff4d668 + 65a4c85 commit 47d6dc6

6 files changed

Lines changed: 817 additions & 7 deletions

File tree

news/plot-recipe.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Add ``plot_recipe`` method to ``FitRecipe``.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

requirements/conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
matplotlib-base
22
numpy
33
scipy
4+
bg-mpl-stylesheets

requirements/pip.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
matplotlib
22
numpy
33
scipy
4+
bg-mpl-stylesheets

0 commit comments

Comments
 (0)