Skip to content

Commit

Permalink
Fix a typo in the recipe_pipeline! constructor (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored May 8, 2020
1 parent 90beb3d commit f3a52c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecipesPipeline/src/RecipesPipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ include("recipes.jl")
recipe_pipeline!(plt, plotattributes, args)
Recursively apply user recipes, type recipes, plot recipes and series recipes to build a
list of `Dict`s, each corresponding to a series. At the beginning `plotattributes`
contains only the keyword arguments passed in by the user. Add all series to the plot
bject `plt` and return it.
list of `Dict`s, each corresponding to a series. At the beginning, `plotattributes`
contains only the keyword arguments passed in by the user. Then, add all series to the plot
object `plt` and return it.
"""
function recipe_pipeline!(plt, plotattributes, args)
plotattributes[:plot_object] = plt
Expand Down

0 comments on commit f3a52c8

Please sign in to comment.