Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent 2f063e0 commit cd3ada4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -647,14 +647,14 @@ function main()
],
],
"Manual" => [
"Input Data" => "input_data.md",
# "Input Data" => "input_data.md", # TODO: uncomment once StatsPlots is ready
"Output" => "output.md",
"Attributes" => "attributes.md",
"Series Attributes" => "generated/attributes_series.md",
"Plot Attributes" => "generated/attributes_plot.md",
"Subplot Attributes" => "generated/attributes_subplot.md",
"Axis Attributes" => "generated/attributes_axis.md",
"Layouts" => "layouts.md",
# "Layouts" => "layouts.md", # TODO: uncomment once StatsPlots is ready
"Recipes" => [
"Overview" => "recipes.md",
"RecipesBase" => [
Expand Down
4 changes: 2 additions & 2 deletions docs/src/input_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ plt

```@example input_data
# Holy plotting, Batman!
batman = Plots.scale(make_batman(), 0.07, 0.07, (0, 0))
batman = translate(batman, 0.7, 1.23)
batman = PlotsBase.scale(make_batman(), 0.07, 0.07, (0, 0))
batman = PlotsBase.translate(batman, 0.7, 1.23)
plot!(batman, fillcolor = :black)
```

Expand Down

0 comments on commit cd3ada4

Please sign in to comment.