Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Groupedbar #12

Closed
wants to merge 1 commit into from
Closed

Groupedbar #12

wants to merge 1 commit into from

Conversation

piever
Copy link
Member

@piever piever commented Oct 30, 2018

No description provided.

function plot!(scene::Scene, ::Type{<:GroupedBar}, attributes::Attributes, args...)
x, y = map(AbstractPlotting.to_node, args)
attr = copy(attributes)
barwidth = get(attributes, :width, lift(mean∘diff, x))
Copy link
Member

@mkborregaard mkborregaard Oct 31, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure it should be maximum not mean, or you may have overlapping bars

@codecov-io
Copy link

codecov-io commented Nov 16, 2018

Codecov Report

Merging #12 into master will decrease coverage by 2.89%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #12     +/-   ##
=========================================
- Coverage   59.72%   56.82%   -2.9%     
=========================================
  Files           8        9      +1     
  Lines         216      227     +11     
=========================================
  Hits          129      129             
- Misses         87       98     +11
Impacted Files Coverage Δ
src/groupedbar.jl 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6a9d62...0670500. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants