GitHub / plotly/Plotly.jl / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d8597b3f | Update README.md with "maintained by community" badge |
Greg Wilson <g****n@t****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9c6d7f8f | Update README.md (#63) |
Misha Mikhasenko <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 0161ecc1 | bump version |
Spencer Lyon <s****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e2c28283 | support new plotlyjs (#64) |
Spencer Lyon <s****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 31327e4d | add compat bounds | Spencer Lyon <s****2@g****m> | over 5 years ago | |
| 0a16fb75 | ENH: add DelimitedFiles and Base64 to project.toml | Spencer Lyon <s****2@g****m> | over 6 years ago | |
| 44c92ab8 |
Project.toml (#48)
Co-authored-by: Spencer Lyon <s****2@g****m> |
Velimir V Vesselinov (monty) <v****v@g****m>
Committed by: Spencer Lyon <s****2@g****m> |
over 6 years ago | |
| 3792978a | Remove use of `Pkg.installed` (#45) |
Dilum Aluthge <d****m@a****m>
Committed by: Spencer Lyon <s****2@g****m> |
over 6 years ago | |
| ff2e3d04 | ENH: update travis settings | Spencer Lyon <s****2@g****m> | almost 8 years ago | |
| 783092b7 | BUG: make sure a call to signin updates global plotlycredentials | Spencer Lyon <s****2@g****m> | almost 8 years ago | |
| 608e0bd6 | ENH: Julia 0.7 compatible version | Spencer Lyon <s****2@g****m> | almost 8 years ago | |
| 616b9b35 | ENH: added dashboard api functions | Spencer Lyon <s****2@g****m> | over 8 years ago | |
| 34bcd83d | WIP: update a few settings | Spencer Lyon <s****2@g****m> | over 8 years ago | |
| ed6d3694 | ENH: modernize the src/utils.jl file | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| 2d12d4b9 | WIP: make sure to handle folder names in path when posting a plot | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| fdf7d758 | ENH: added savefig_remote function | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| 048d350d | WIP: more work on using v2 api... almost done | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| b2d0af26 | WIP: abstract away httpbits so I can swap out Requests for HTTP.jl some day | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| 2b0daf4f | TEST: started tests for v2 api | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| 21664131 | WIP: started wrapping the v2 api endpoints. still need to replace current code | Spencer Lyon <s****2@g****m> | almost 9 years ago | |
| fb52f4ff | Update LICENSE.md |
Spencer Lyon <s****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| e7d92f3f | Developer Experience Audit (#30) |
Richard Littauer <r****r@g****m>
Committed by: Spencer Lyon <s****2@g****m> |
over 9 years ago | |
| f5e9cff4 | merge Merge pull request #26 from plotly/sl/syncplot-post-kwargs |
Spencer Lyon <s****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 3281db2d | pass kwargs through post(::SyncPlot) | Spencer Lyon <s****2@g****m> | almost 10 years ago | |
| 97e833c3 | Tighten RemotePlot signature | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| 771bac94 | merge Merge pull request #24 from plotly/allowed_failures | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| c6f56ad1 | Turn on nightly test, but with allowed failures | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| 3612f288 | merge Merge pull request #21 from plotly/jmm/new | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| 69a389df | Don't test on nightly | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| c10227ab | Update Readme | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| f9103078 | Misc finishing touches | Jon Malmaud <m****d@g****m> | about 10 years ago | |
| 104627e1 | Update README.md | Jack Parmer <j****9@g****m> | about 10 years ago | |
| 3fd28b79 | Various improvements: | Jon Malmaud <m****d@g****m> | over 10 years ago | |
| 6de85642 | Fix typo | Jon Malmaud <m****d@g****m> | over 10 years ago | |
| 14672c29 | Add Requests.post(::PlotlyJS.AbstractLayout) method |
Spencer Lyon <s****2@g****m>
Committed by: Jon Malmaud <m****d@g****m> |
over 10 years ago | |
| cb01070d | Add `Reqeusts.post(::PlotlyJS.plot)` method |
Spencer Lyon <s****2@g****m>
Committed by: Jon Malmaud <m****d@g****m> |
over 10 years ago | |
| ea653480 | @reexport PlotlyJS, Purge src/plots.js |
Spencer Lyon <s****2@g****m>
Committed by: Jon Malmaud <m****d@g****m> |
over 10 years ago | |
| 0c49ca29 | Begin modernization | Jon Malmaud <m****d@g****m> | over 10 years ago | |
| f4a6be27 | merge Merge pull request #17 from nutschig/master | Jon Malmaud <m****d@g****m> | over 10 years ago | |
| f1011c6d | merge Merge pull request #20 from merl-dev/master | Jon Malmaud <m****d@g****m> | over 10 years ago | |
| 46cc7261 | mf | merl-dev <j****b@q****m> | over 10 years ago | |
| 126c4033 | replaced HTTPClient with Requests | merl-dev <j****b@q****m> | over 10 years ago | |
| 4f9c5c98 | merge Merge pull request #16 from menyoung/master | Ben Postlethwaite <p****e@g****m> | over 10 years ago | |
| 96ebed14 | Fix {} to Dict() for Julia v0.4 | Nicholas Utschig <n****7@g****m> | almost 11 years ago | |
| 00ef7abd | merge merge from remote | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| f3515161 | getFile broken by changes to /content endpoint, I think. removed the test for... | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| 50cfca6f | merge Merge pull request #1 from adelq/patch-1 | Menyoung Lee <m****g@u****m> | almost 11 years ago | |
| b155d2d6 | Dictionary syntax | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| 44c12e01 | ASCIIString is more appropriate than AbstractString because all the strings n... | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| 4f201503 | String to ASCIIString | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| afaecb83 | String to AbstractString | Menyoung Lee <m****e@g****m> | almost 11 years ago | |
| 7522f4c1 | Fix Travis image link | Adel Qalieh <a****q@u****m> | about 11 years ago | |
| b53b4c9a | merge Merge pull request #10 from plotly/api_endpoint_fix | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 807f636f | don't use joinpath for urls | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 27a1bfdb | hardcode /v2/ for api endpoint in HOME/.plotly/.config | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 9c2131d3 | Update README.md | BRONSOLO <c****n@g****m> | over 11 years ago | |
| e9276662 | merge Merge pull request #9 from plotly/cred_config_dev | BRONSOLO <c****n@g****m> | over 11 years ago | |
| d4c8bcdc | update read me | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 4955ec98 | use homedir() for user home | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 959cb1d3 | add some basic tests for new cred/config dev | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 92981d95 | return empty dict from get_credentials/config_file if file d.n.e or is empty | BRONSOLO <c****n@g****m> | over 11 years ago | |
| a703035d | force specification of both endpoints if either specified using signin function | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 9235c9d6 | fix modified plotlyaccount var | BRONSOLO <c****n@g****m> | over 11 years ago | |
| ee9a2b04 | first test_utils.jl | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 1aa9ddcd | move credentials/config dev into utils.jl | BRONSOLO <c****n@g****m> | over 11 years ago | |
| f36b8744 | add some function comments | BRONSOLO <c****n@g****m> | over 11 years ago | |
| bb37d833 | account for .credentials and .config not having been created yet in call to g... | BRONSOLO <c****n@g****m> | over 11 years ago | |
| c47e999d | housekeeping --> fix type, check for empty config/creds in file, move include... | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 01d28e2c | allow for plot, layout, style, and getFile functions to use config endpoints | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 93802ef9 | get plot/content endpoint helper functions | BRONSOLO <c****n@g****m> | over 11 years ago | |
| dd4fa337 | fix .plotly_julia ---> .plotly as creds/config folder | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 63bd66d0 | first get_credentials/get_config functions --> look for session creds/config ... | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 98661df8 | define endpoint defaults | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 7af1244e | allow endpoint specification using signin function | BRONSOLO <c****n@g****m> | over 11 years ago | |
| a6de2a3d | split PlotlyAccount --> PlotlyCredentials and PltolyConfig | BRONSOLO <c****n@g****m> | over 11 years ago | |
| e9ca4173 | remove unused functions | BRONSOLO <c****n@g****m> | over 11 years ago | |
| 64b29074 | fix test directory to .plotly | BRONSOLO <c****n@g****m> | over 11 years ago | |
| fa870bc3 | first get_config/credentials_file | BRONSOLO <c****n@g****m> | over 11 years ago | |
| c9d36636 | first set_config/credentials_file | BRONSOLO <c****n@g****m> | over 11 years ago | |
| a1f9f541 | merge Merge pull request #7 from plotly/getrequests | Jack Parmer <j****9@g****m> | over 11 years ago | |
| a39c907c | add tests for getFile | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 15eff197 | add getFile API | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| b910ded4 | cleanup Plotly.jl | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 30483121 | readme | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 5426ca7c | merge Merge branch 'master' of https://github.com/plotly/Plotly.jl | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 1f381eaf | travis badge | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| d930a1e8 | travis badge | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 14f12f0b | merge Merge branch 'master' of https://github.com/plotly/Plotly.jl | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| b80624b1 | update travis | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| 255b915f | use pkg supplied license file | bpostlethwaite <p****e@g****m> | over 11 years ago | |
| ccb5679f | merge Merge pull request #3 from snotskie/master | Ben Postlethwaite <p****e@g****m> | over 11 years ago | |
| c7286892 | forgot to merge options in plot.jl base helpers | Bryan A. Knowles <s****e@g****m> | over 11 years ago | |
| 5593a30f | Fixed an issue with plotting dicts | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| 386508cb | merge Merge https://github.com/plotly/Plotly.jl | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| b31c4a25 | Added Plotly.bar, made Plotly.histogram easier to use | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| 1497cae3 | Added histogram/etc functions for arrays, dicts | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| 96a2731b | Clean-up, define all dict literals with {} | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| 9780545b | Updated tests | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| 82dc3592 | Plotly.line, etc. functions should now work for DataFrame and other types | Bryan A. Knowles <s****e@g****m> | about 12 years ago | |
| e9751cb0 | Adding Plotly.line, etc. functions | Bryan A. Knowles <s****e@g****m> | about 12 years ago |