8000 Config plot option by aneda · Pull Request #260 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Config plot option #260

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 21 commits into from
Jul 20, 2015
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Next Next commit
added the GH issue link
  • Loading branch information
aneda committed Jul 17, 2015
commit 12350392ed0a9392a814a3b8170a868315f1db74
3 changes: 2 additions & 1 deletion plotly/tests/test_core/test_grid/test_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def test_delete_grid():


# Plotly failures
@skip('adding this for now so test_file_tools pass, more info on GH python-api #260')
@skip('adding this for now so test_file_tools pass, more info' +
'https://github.com/plotly/python-api/issues/262')
def test_duplicate_filenames():
c1 = Column([1, 2, 3, 4], 'first column')
g = Grid([c1])
Expand Down
0