Skip to content

Commit

Permalink
dont apply contour transform double (#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Dec 1, 2023
1 parent c91752f commit 52c46cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/basic_recipes/contours.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,13 @@ function plot!(plot::T) where T <: Union{Contour, Contour3d}
plot, masked_lines;
color = colors,
linewidth = plot.linewidth,
inspectable = plot.inspectable,
transparency = plot.transparency,
linestyle = plot.linestyle,
MakieCore.generic_plot_attributes(plot)...
visible=plot.visible,
transparency=plot.transparency,
overdraw=plot.overdraw,
inspectable=plot.inspectable,
depth_shift=plot.depth_shift,
space=plot.space
)
plot
end
Expand Down

0 comments on commit 52c46cc

Please sign in to comment.