Skip to content

Commit

Permalink
Merge pull request #1294 from cmcaine/remove-lowlight_opacity
Browse files Browse the repository at this point in the history
Remove lowlight_opacity (which has never worked)
  • Loading branch information
tlnagy authored Jul 24, 2019
2 parents ad10e7b + 0e8761a commit 4a9b369
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/theme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ $(FIELDS)
"Color used to draw background geometry, such as `Geom.ribbon` and `Geom.polygon`. This is a function that alters the fill color of the geometry. (Function)",
lowlight_color, Function, default_lowlight_color

"Opacity of background geometry such as [`Geom.ribbon`](@ref). (Float64)",
lowlight_opacity, Float64, 0.6,
"The keyword argument `lowlight_opacity` has been deprecated, and never worked anyway!"

"Color altering function used to draw the midline in boxplots. (Function)",
middle_color, Function, default_middle_color

Expand Down

0 comments on commit 4a9b369

Please sign in to comment.