Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

added force_order param in violin FF #755

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

Merged
merged 8 commits into from
May 18, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
last rugplot comment and fix import error
  • Loading branch information
Kully committed May 18, 2017
commit 636d06569cf5b3da95aeb9c843915912d6bb383d
5 changes: 3 additions & 2 deletions 5 plotly/figure_factory/_violin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sortfrom __future__ import absolute_import
from __future__ import absolute_import

from numbers import Number

Expand Down Expand Up @@ -570,7 +570,8 @@ def create_violin(data, data_header=None, group_header=None, colors=None,
data = data[data_header].values.tolist()

# call the plotting functions
plot_data, plot_xrange = violinplot(data, fillcolor=valid_colors[0])
plot_data, plot_xrange = violinplot(data, fillcolor=valid_colors[0],
rugplot=rugplot)

layout = graph_objs.Layout(
title=title,
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.