Skip to content

Moving to python api #245

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 34 commits into from
Jul 3, 2015
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1b1b7f6
Add Quiver and Streamline Functions
cldougl May 25, 2015
67f8254
Quiver and Streamline Edits
cldougl May 27, 2015
0b73695
quiver and streamline tests
cldougl May 27, 2015
e77ca80
Quiver and Streamline edits
cldougl May 28, 2015
bfbc83e
Quiver Test
cldougl May 28, 2015
aef86ba
Quiver Test
cldougl May 28, 2015
c28e1a3
Quiver Test
cldougl May 28, 2015
0af88c5
Quiv test
cldougl May 28, 2015
9544265
Quiver Test
cldougl May 28, 2015
f12ac2d
streamline test
cldougl May 28, 2015
850a5c7
change x,y from array to list
cldougl May 28, 2015
dc8092b
test one arrow assertion
cldougl May 28, 2015
2c74747
change from arrays to lists
cldougl May 28, 2015
da055a4
fix assertion error
cldougl May 28, 2015
fff3a1f
update to quiver tests
cldougl May 29, 2015
3fc00ea
fix quiver test
cldougl May 29, 2015
dc55e05
fix quiv test
cldougl May 29, 2015
76ec94f
quiver test
cldougl May 29, 2015
72a3b43
test quiv
cldougl May 29, 2015
f4d0973
test quiv
cldougl May 29, 2015
59e9ca0
test quiv
cldougl May 29, 2015
ca33267
test quiver
cldougl May 29, 2015
302f77f
quiver test
cldougl May 29, 2015
6245375
test
cldougl May 29, 2015
70d78f6
test spacing
cldougl May 29, 2015
f6d043d
Quiver edits
cldougl Jun 4, 2015
427d499
Quiver edits
cldougl Jun 9, 2015
573dd6e
update quiver test
cldougl Jun 10, 2015
b7a6a8a
Quiver edits based on feedback
cldougl Jun 12, 2015
943b762
Adding Streamline class and core test
cldougl Jun 16, 2015
c3c52af
TraceFactory update
cldougl Jun 23, 2015
136a249
TraceFactory tests
cldougl Jun 23, 2015
50d7dd1
Update TraceFactory and examples
cldougl Jun 25, 2015
3addb46
renaming streamline
cldougl Jun 26, 2015
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
Quiv test
  • Loading branch information
cldougl committed May 28, 2015
commit 0af88c5298a97b4b2d2eacdca07ba3316777ea9c
2 changes: 1 addition & 1 deletion plotly/tests/test_core/test_tools/test_Quiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_one_arrow():

def test_two_arrow():
expected = 1
assert 1 == expected
assert 2 == expected