Skip to content

Commit

Permalink
Don't change color when zs is not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 17, 2018
1 parent a7de905 commit 228b051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ end
if zs !== nothing
line_z := zs
marker_z := zs
else
color --> 1
end
xlabel --> plottable_name(data, pltbl.keys[1])
ylabel --> plottable_name(data, pltbl.keys[2])
Expand Down

0 comments on commit 228b051

Please sign in to comment.