diff --git a/docs/src/RecipesPipeline/index.md b/docs/src/RecipesPipeline/index.md index 638bbcc6ef..c52daee5b6 100644 --- a/docs/src/RecipesPipeline/index.md +++ b/docs/src/RecipesPipeline/index.md @@ -2,4 +2,4 @@ ## An implementation of the recipe pipeline from Plots -This package was factored out of `Plots.jl` to allow any other plotting package to use the recipe pipeline. In short, the extremely lightweight `RecipesBase` package can be depended on by any package to define "recipes": plot specifications of user-defined types, as well as custom plot types. `RecipePipeline` contains the machinery to translate these recipes to full specifications for a plot. +This package was factored out of `Plots.jl` to allow any other plotting package to use the recipe pipeline. In short, the extremely lightweight `RecipesBase` package can be depended on by any package to define "recipes": plot specifications of user-defined types, as well as custom plot types. `RecipesPipeline` contains the machinery to translate these recipes to full specifications for a plot.