Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default bar width for plots with only one bar (fix #1413) #1414

Merged
merged 1 commit into from Feb 26, 2018

Conversation

daschw
Copy link
Member

@daschw daschw commented Feb 26, 2018

This allows to do e.g.:

bar([1], [1])

bar([1 2 3], [1 2 3])

bar(
    ["a" "b" "c"],
    [1 2 3],
    labels = ["a" "b" "c"]
)

Copy link
Member

@mkborregaard mkborregaard left a comment

Choose a reason for hiding this comment

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

awesome

@daschw daschw merged commit 18032bb into JuliaPlots:master Feb 26, 2018
@daschw daschw deleted the bar branch March 1, 2018 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants