Skip to content

Commit

Permalink
Corrects isovalue/isorange docstrings in basic volume plot (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdrake authored Jun 4, 2024
1 parent 37f5868 commit d57e9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MakieCore/src/basic_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ Available algorithms are:
) begin
"Sets the volume algorithm that is used."
algorithm = :mip
"Sets the range of values picked up by the IsoValue algorithm."
isovalue = 0.5
"Sets the target value for the IsoValue algorithm."
isovalue = 0.5
"Sets the range of values picked up by the IsoValue algorithm."
isorange = 0.05
"Sets whether the volume data should be sampled with interpolation."
interpolate = true
Expand Down

0 comments on commit d57e9d3

Please sign in to comment.