Thanks to visit codestin.com
Credit goes to github.com

Skip to content

first pass at plotly-ipython graph widget #171

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 37 commits into from
Jan 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9b812f3
first pass at plotly-ipython graph widget
chriddyp Dec 31, 2014
432fa10
load up widget.js code on import
chriddyp Jan 6, 2015
0f14ee1
Update widget methods with new functionality.
theengineear Jan 9, 2015
695dd28
Handle communication with local plotly.
theengineear Jan 10, 2015
b66b017
Update syntax for new plotly js code.
theengineear Jan 10, 2015
964d193
Tricky double-sending fix… (more)
theengineear Jan 10, 2015
67e2b0c
missed listen event here.
theengineear Jan 11, 2015
415f8b5
Better fix for plotly_domain. (more)
theengineear Jan 11, 2015
f732045
Merge branch 'widgets' into js-import
chriddyp Jan 12, 2015
49498a0
Merge pull request #172 from plotly/js-import
chriddyp Jan 12, 2015
4296f5c
Merge branch 'master' of https://github.com/plotly/python-api into wi…
theengineear Jan 12, 2015
4bbe79c
message-uids
chriddyp Jan 12, 2015
fa35b2d
rm debug info
chriddyp Jan 12, 2015
7b5abf3
Merge pull request #178 from plotly/message-uids
chriddyp Jan 12, 2015
0e459c0
Merge branch 'widgets' of https://github.com/plotly/python-api into w…
theengineear Jan 12, 2015
b405404
Merge branch 'widgets' into widgets-update-syntax
theengineear Jan 13, 2015
ad65d7e
update to current postMessage names.
theengineear Jan 13, 2015
edf7ec6
use synced _plotly_domain value instead of message
theengineear Jan 13, 2015
03f2409
frameId -> graphId to be consistent with python side
chriddyp Jan 14, 2015
f0d571b
variable plotlyDomain in postMessage
chriddyp Jan 14, 2015
feca305
Merge pull request #177 from plotly/widgets-update-syntax
chriddyp Jan 14, 2015
8e1a602
use our JSON encoder
chriddyp Jan 21, 2015
3cbc340
update hover api
chriddyp Jan 21, 2015
9320ae6
new docstring format
chriddyp Jan 21, 2015
34cff2b
GraphWidget spec first draft
chriddyp Jan 21, 2015
0144370
new pong message
chriddyp Jan 21, 2015
10098d5
remove trace data from events
chriddyp Jan 21, 2015
138bbd2
docstrings
chriddyp Jan 21, 2015
e07b25c
de-nest messages for callbacks
chriddyp Jan 21, 2015
9ae4421
update language of callback arguments
chriddyp Jan 21, 2015
1092e8a
add example of updating nested object in restyle
chriddyp Jan 21, 2015
a9f98ad
update indices=None behavior
chriddyp Jan 21, 2015
3840a85
describe replacing object in relayout
chriddyp Jan 21, 2015
e8aebaa
update widget name to GraphWidget
chriddyp Jan 21, 2015
d6a00d7
GraphWidget name change
chriddyp Jan 22, 2015
9b4542b
update docstrings to GraphWidget
chriddyp Jan 22, 2015
749eea5
bump version
chriddyp Jan 22, 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
2 changes: 1 addition & 1 deletion plotly/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.14'
__version__ = '1.5.0'
1 change: 1 addition & 0 deletions plotly/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . graph_widget import GraphWidget
129 changes: 129 additions & 0 deletions plotly/widgets/graphWidget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading