Skip to content

Commit 4dbbc55

Browse files
authored
Remove reference to RecipesBase.debug (#5188)
* Remove reference to `RecipesBase.debug` * Update link to zenodo.json in PR template
1 parent 043992c commit 4dbbc55

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Description
22

33
## Attribution
4-
- [ ] I am listed in [.zenodo.json](https://github.com/JuliaPlots/Plots.jl/blob/2463eb9f8065c52ed8314f6e541664c5b9db88d2/.zenodo.json) (see https://github.com/JuliaPlots/Plots.jl/issues/3503)
4+
- [ ] I am listed in the appropriate version of `.zenodo.json` for [PRs against v2](https://github.com/JuliaPlots/Plots.jl/blob/v2/.zenodo.json) or [PRs against master](https://github.com/JuliaPlots/Plots.jl/blob/master/.zenodo.json) (see https://github.com/JuliaPlots/Plots.jl/issues/3503)
55

66
## Things to consider
77
- [ ] Does it work on log scales?

docs/src/recipes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,6 @@ This can be put anywhere in the code and will appear on the call `?my_plotfunc`.
435435

436436
### Troubleshooting
437437

438-
It can sometimes be helpful when debugging recipes to see the order of dispatch inside the `apply_recipe` calls. Turn on debugging info with:
439-
440-
```julia
441-
RecipesBase.debug()
442-
```
443-
444-
You can also pass a `Bool` to the `debug` method to turn it on/off.
445-
446438
Here are some common errors, and what to look out for:
447439

448440
#### convertToAnyVector

0 commit comments

Comments
 (0)