From 6b4b63c3158845f368de72863363841c9a505520 Mon Sep 17 00:00:00 2001 From: Abhro R <5664668+abhro@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:52:38 -0400 Subject: [PATCH] Revert example block back to julia Plot colorbar can't be sufficiently tweaked at this moment --- docs/Project.toml | 4 ++-- docs/src/introduction.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 947fb5e..e2d1282 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -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" diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 1aee52f..caaeffb 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -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