Skip to content

First Push for Trisurf Plots #453

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 29 commits into from
May 12, 2016
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
866ea46
First Push for Trisurf Plots
Kully May 3, 2016
273fa2b
Added tests and fixed style/organization
Kully May 5, 2016
037a89d
Updated Schema
Kully May 5, 2016
6756fc3
Replaced reduce() method because of Python 3.3 Incompatibility
Kully May 5, 2016
a47b88d
Rewrote reduce() line more explicitly and clearly for compatibility w…
Kully May 6, 2016
5226650
Try again
Kully May 6, 2016
bc42794
from functools import reduce
Kully May 6, 2016
1fe18c2
go back to reduce()
Kully May 6, 2016
781d0c8
Updated default_json
Kully May 6, 2016
463fd3e
only check layout
Kully May 6, 2016
577a900
Checks layout + data[0]
Kully May 6, 2016
d24fcef
Recopy fig data without modifying anything (i.e. PEP 8, removing extr…
Kully May 6, 2016
1daf31e
Added np. to array
Kully May 6, 2016
f7c1369
...
Kully May 6, 2016
59d8953
New expected_trisurf_plot data
Kully May 8, 2016
315723f
Again
Kully May 9, 2016
3536f6e
.....
Kully May 9, 2016
44f4c9f
Do not require initializing lists
Kully May 9, 2016
baec606
asd
Kully May 9, 2016
f77b8e6
printing both expected and test plots back to back
Kully May 9, 2016
862298d
In python 3 `map` is a generator, `list()` it!
theengineear May 10, 2016
4237742
Merge pull request #456 from plotly/fix-empty-generator-in-py3-trisurf
Kully May 10, 2016
be9112c
Removed extraneous comment//verified Pep-8 is satisfied
Kully May 10, 2016
4647830
Merge branch 'Trisurf_Plots' of https://github.com/plotly/plotly.py i…
Kully May 10, 2016
b1cb22c
Fixed up a comment
Kully May 10, 2016
8904508
Fixed Python doc strings and other formatting/naming/Pep8
Kully May 10, 2016
581f8ba
Added custom coloring option
Kully May 11, 2016
798c387
Fixed conflicts
Kully May 12, 2016
4893444
Fixed stuff
Kully May 12, 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
Loading