FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for plotly/plotly - alvistar/plotly.py · GitHub
alvistar
/
plotly.py
Public
forked from
plotly/plotly.py
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
plotly.py
plotly
plotly
on
master
User selector
Datepicker
Commit history
Commits on Dec 8, 2015
sync chunked requests proxy updates
BRONSOLO
committed
9b10475
View commit details
Copy full SHA for 9b10475
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
make big data msg more verbose
etpinard
committed
e02abaa
View commit details
Copy full SHA for e02abaa
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
fix is scattergl logic
etpinard
committed
be7622b
View commit details
Copy full SHA for be7622b
View code at this point
Browse repository at this point
update default schema
etpinard
committed
1d3af05
View commit details
Copy full SHA for 1d3af05
View code at this point
Browse repository at this point
modif the big data warning + add skip for 'scattergl' traces
etpinard
committed
79013e1
View commit details
Copy full SHA for 79013e1
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
update the synced copy in the repository
kiwiroy
committed
4f8186e
View commit details
Copy full SHA for 4f8186e
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
link issue
chriddyp
committed
07bc7b4
View commit details
Copy full SHA for 07bc7b4
View code at this point
Browse repository at this point
fix break
chriddyp
committed
9b10a85
View commit details
Copy full SHA for 9b10a85
View code at this point
Browse repository at this point
check that secret graphs are accessible before returning them. if they aren't accessible, attempt to add the share key again
chriddyp
committed
d906dc7
View commit details
Copy full SHA for d906dc7
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
tyop
chriddyp
committed
0d873e1
View commit details
Copy full SHA for 0d873e1
View code at this point
Browse repository at this point
tyop
chriddyp
committed
d5fb77d
View commit details
Copy full SHA for d5fb77d
View code at this point
Browse repository at this point
trim down plot options
chriddyp
committed
2b05ece
View commit details
Copy full SHA for 2b05ece
View code at this point
Browse repository at this point
:cow:
chriddyp
committed
9605c3a
View commit details
Copy full SHA for 9605c3a
View code at this point
Browse repository at this point
Commits on Sep 28, 2015
deprecated, not depreciated
chriddyp
committed
61513aa
View commit details
Copy full SHA for 61513aa
View code at this point
Browse repository at this point
micro readability: reorder lines to match the precedence
chriddyp
committed
44ef770
View commit details
Copy full SHA for 44ef770
View code at this point
Browse repository at this point
unify and validate the plot_option sets before merging them together
chriddyp
committed
fac80be
View commit details
Copy full SHA for fac80be
View code at this point
Browse repository at this point
might as well add the rest of the plot_options
Show description for 5840914
chriddyp
committed
5840914
View commit details
Copy full SHA for 5840914
View code at this point
Browse repository at this point
solidify the relationship between files and DEFAULT_PLOT_OPTIONS
Show description for 93d7262
chriddyp
committed
93d7262
View commit details
Copy full SHA for 93d7262
View code at this point
Browse repository at this point
clean up _plot_option_logic
Show description for 428e386
chriddyp
committed
428e386
View commit details
Copy full SHA for 428e386
View code at this point
Browse repository at this point
Commits on Sep 26, 2015
Simplify how `notes` are added to errors.
theengineear
committed
b89be4e
View commit details
Copy full SHA for b89be4e
View code at this point
Browse repository at this point
Prefer `__str__` over old `prepare` method.
theengineear
committed
8a8eb08
View commit details
Copy full SHA for 8a8eb08
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Remove streaming validation.
theengineear
committed
a47a212
View commit details
Copy full SHA for a47a212
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Fixed typos in `plot` and `iplot` docs, updated CHANGLOG & version
aneda
committed
cff2ab5
View commit details
Copy full SHA for cff2ab5
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
replacing PlotlyError with requests.exception
aneda
committed
16a6a3c
View commit details
Copy full SHA for 16a6a3c
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
missing space
chriddyp
committed
85610b4
View commit details
Copy full SHA for 85610b4
View code at this point
Browse repository at this point
raise error if the body contains an non-empty error key
chriddyp
committed
3d13972
View commit details
Copy full SHA for 3d13972
View code at this point
Browse repository at this point
updated the son loads to pass string (for python 3.3)
aneda
committed
4388e28
View commit details
Copy full SHA for 4388e28
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
error msg correction
aneda
committed
5f93469
View commit details
Copy full SHA for 5f93469
View code at this point
Browse repository at this point
removed file_id from embed
aneda
committed
da7e509
View commit details
Copy full SHA for da7e509
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
removed the file_id and added embed_options
aneda
committed
9e2891a
View commit details
Copy full SHA for 9e2891a
View code at this point
Browse repository at this point
pep8 correction
aneda
committed
d220490
View commit details
Copy full SHA for d220490
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
changed the argument, response to plot_url (response[‘url’]), for
Show description for 23b5a2d
aneda
committed
23b5a2d
View commit details
Copy full SHA for 23b5a2d
View code at this point
Browse repository at this point
changed session_config to get_config for response_handler since
Show description for cdab13f
aneda
committed
cdab13f
View commit details
Copy full SHA for cdab13f
View code at this point
Browse repository at this point
updated add_share_key_to_url arguments
aneda
committed
84a9cfa
View commit details
Copy full SHA for 84a9cfa
View code at this point
Browse repository at this point
replaced get_config with session_config and replaced the api hardcode
Show description for 79a9108
aneda
committed
79a9108
View commit details
Copy full SHA for 79a9108
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL