Skip to content

Commit

Permalink
Revert example block back to julia
Browse files Browse the repository at this point in the history
Plot colorbar can't be sufficiently tweaked at this moment
  • Loading branch information
abhro committed Jun 15, 2024
1 parent 52f2787 commit 6b4b63c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

[compat]
Documenter = "0.26, 0.27, 1"
Plots = "1"
Optim = "1"
HCIDatasets = "0.3"
Optim = "1"
Plots = "1"
2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Finally, we provide plotting recipes (`psfplot`/`psfplot!`) from
[RecipesBase.jl](https://github.com/JuliaPlots/RecipesBase.jl), which can be
seen in use in the [API/Reference](@ref) section.

```@example
```julia
using PSFModels # hide
using Plots

Expand Down

0 comments on commit 6b4b63c

Please sign in to comment.