Skip to content

Violin #471

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 28 commits into from
Jun 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
651e725
Changed tools.py
Kully May 18, 2016
b4eb690
Updated tools.py again
Kully May 18, 2016
2530527
...
Kully May 18, 2016
85710a6
Improved tools.py
Kully May 20, 2016
352d233
First PR for Violin: colorscaling, visible colorscale, all color-type…
Kully May 20, 2016
e29e7d3
Updated default-schema
Kully Jun 2, 2016
bde9a7c
Updated color parsing functions
Kully Jun 2, 2016
4257ed6
Added changes
Kully Jun 2, 2016
b0ff4d2
...
Kully Jun 3, 2016
06d685d
added more things
Kully Jun 3, 2016
13b5ba7
more
Kully Jun 5, 2016
a69c4bd
Violin with qualitative colors//updated tests
Kully Jun 5, 2016
a6ce8e3
re-did tests
Kully Jun 5, 2016
9a20ece
Add a description line
Kully Jun 5, 2016
d3059e0
added tests//added group labels to plots//edited main doc string
Kully Jun 6, 2016
ce6f83a
Added/updated doc string examples
Kully Jun 6, 2016
164a9c6
accurate colorscale max/min labels
Kully Jun 6, 2016
4abec6e
Made error messages more legible
Kully Jun 8, 2016
6bd112b
Moved PLOTLY_SCALES to top of file
Kully Jun 8, 2016
5900590
...
Kully Jun 8, 2016
11da292
..
Kully Jun 8, 2016
536ab35
wrote method for dealing with different color formats (eg. list, tupl…
Kully Jun 8, 2016
4904ac5
added color_parser function//removed dictionary capbilities
Kully Jun 10, 2016
d0f55cf
Replaced DEFAULT_FILLCOLOR with fillcolor param in functions
Kully Jun 13, 2016
4a954e1
Merged master into Violin
Kully Jun 13, 2016
d319448
Made tests compatible with color_parser code
Kully Jun 13, 2016
303385d
Replaced new color_parser function into scatterplot_theme
Kully Jun 14, 2016
c24b374
Removed commented out code and removed brackets from 'if colors[index…
Kully Jun 14, 2016
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
1 change: 0 additions & 1 deletion plotly/tests/test_core/test_tools/test_figure_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ def test_table_with_index(self):
'zeroline': False}}}
self.assertEqual(index_table, exp_index_table)


# class TestDistplot(TestCase):

# def test_scipy_import_error(self):
Expand Down
Loading