Fredrik Ekre
|
ccb5194bb5
|
make fallback method a method of _show instead of show
fix #1529
|
2018-06-04 12:36:45 +02:00 |
|
Michael K. Borregaard
|
cdcbdc308c
|
include backend files
|
2017-10-20 22:45:04 +02:00 |
|
Pietro Vertechi
|
be55c1ad6f
|
save svg plotlyjs
|
2017-10-10 23:29:18 +01:00 |
|
YongHee Kim
|
0880487be2
|
enable standalone window for plotlyjs() backen
|
2017-02-06 21:29:41 +09:00 |
|
Pablo Zubieta
|
46ad076751
|
Proper id synchronization of plotlyjs plots
|
2016-12-10 23:49:17 -06:00 |
|
Pablo Zubieta
|
2c3d35d249
|
Fix embeding of PlotlyJS plots in Jupyter
|
2016-11-28 11:53:14 -06:00 |
|
Tom Breloff
|
c4a880c870
|
plotlyjs surf fix
|
2016-11-14 16:45:01 -05:00 |
|
Tom Breloff
|
0ab37f49fa
|
plotlyjs reuse window; plotlyjs closeall; closes #567
|
2016-11-14 09:43:04 -05:00 |
|
Thomas Breloff
|
980a92c625
|
remove show; fix plotlyjs _series_updated, closes #505
|
2016-09-27 13:05:28 -04:00 |
|
Thomas Breloff
|
5f4dfdd5d2
|
add_backend/add_backend_string redesign
|
2016-09-22 13:47:33 -04:00 |
|
Thomas Breloff
|
c651be7a12
|
support pdf and eps in plotlyjs
|
2016-09-21 14:17:38 -04:00 |
|
Thomas Breloff
|
17afa11723
|
plotly_data for Surface; improve add_backend(:plotlyjs)
|
2016-09-09 22:37:55 -04:00 |
|
Thomas Breloff
|
03a9fc3419
|
is_supported refactor; removed deprecated backends
|
2016-09-06 14:01:39 -04:00 |
|
Thomas Breloff
|
60c8f6f578
|
atom fix; add_backend for pyplot/plotly/plotlyjs; closes #449
|
2016-08-18 17:33:26 -04:00 |
|
Thomas Breloff
|
463e1bcb90
|
require julia 0.5-; writemime to show
|
2016-07-19 16:51:05 -04:00 |
|
Thomas Breloff
|
5407fa73f8
|
plotly redesign for splitting shapes
|
2016-07-09 13:30:39 -04:00 |
|
Thomas Breloff
|
e9eca577aa
|
plotlyjs supported_scales; violin check
|
2016-06-17 15:31:01 -04:00 |
|
Thomas Breloff
|
f3544dc826
|
plotlyjs png fix; NEWS update for 0.7.2
|
2016-06-16 20:58:44 -04:00 |
|
Thomas Breloff
|
ed243f4e3e
|
added hover attribute and desc; fixed plotly title location; already_warned check
|
2016-06-13 00:15:28 -04:00 |
|
Thomas Breloff
|
80e53adbd8
|
getting plotly/plotlyjs up to speed
|
2016-06-12 21:03:11 -04:00 |
|
Thomas Breloff
|
02d893b316
|
big cleanup: changed camelcase to underscores; removed supportedAxes; changed pyplot methods to be py_ which matches gr_/plotly_/etc convention
|
2016-06-12 12:34:41 -04:00 |
|
Thomas Breloff
|
05fa4a92de
|
fixes in plotly/plotlyjs; smooth primary false
|
2016-06-07 01:42:33 -04:00 |
|
Thomas Breloff
|
e129c29e2f
|
postpone match logic and add color_or_nothing; update pyplot for attr changes; move some pyplot logic later
|
2016-06-06 01:19:25 -04:00 |
|
Thomas Breloff
|
625c92a985
|
working on 0.5 changes
|
2016-05-28 11:17:34 -04:00 |
|
Thomas Breloff
|
0a86ccb142
|
working on 0.5 changes
|
2016-05-28 10:42:41 -04:00 |
|
Thomas Breloff
|
088543176f
|
recompute_lengths fix; renamed hist to histogram, hist2d to histogram2d to match methods; fix tests
|
2016-05-27 15:08:05 -04:00 |
|
Thomas Breloff
|
603dc30bb1
|
backend callback changes; output callbacks; prepare_output; fixes for pyplot, plotly, plotlyjs; and more
|
2016-05-24 23:19:51 -04:00 |
|
Spencer Lyon
|
8fa1d4eb9b
|
Fix plotlyjs subplots
|
2016-05-24 17:21:07 -07:00 |
|
Thomas Breloff
|
c1baca181c
|
plotly subplot layouts
|
2016-05-24 14:25:03 -04:00 |
|
Thomas Breloff
|
851fe9f72c
|
plotlyjs fixes
|
2016-05-24 12:38:52 -04:00 |
|
Thomas Breloff
|
cf635cbdd9
|
renamed plotargs to attr; working on plotly backend
|
2016-05-24 12:20:03 -04:00 |
|
Thomas Breloff
|
ef0d99340a
|
backend template renaming/reorg/cleanup, pyplot fixes
|
2016-05-23 10:29:35 -04:00 |
|
Thomas Breloff
|
327f235af9
|
working on subplot/axis arg processing
|
2016-05-18 14:08:44 -04:00 |
|
Thomas Breloff
|
c5bcae1e34
|
working on subplots
|
2016-05-16 01:07:33 -04:00 |
|
Thomas Breloff
|
a6ce2e691d
|
changed add_series to accept Series and push to list automatically; default add_series simplifies; removed old supported.jl
|
2016-05-15 12:14:18 -04:00 |
|
Thomas Breloff
|
bfe04bdd15
|
changed to _create_backend_figure; started subplot removal
|
2016-05-15 11:23:27 -04:00 |
|
Thomas Breloff
|
54efb48d62
|
changed linetype to seriestype
|
2016-05-13 20:55:26 -04:00 |
|
Thomas Breloff
|
a0ca9d675f
|
add_arrows function; plotly cleanup and arrows attempt
|
2016-05-10 17:22:47 -04:00 |
|
Thomas Breloff
|
0e84c91451
|
split out supported.jl, added tests for more backends; closes #206
|
2016-04-29 10:13:41 -04:00 |
|
Thomas Breloff
|
b64677e14a
|
changed kw splatting to passing in KW: _add_series and _create_plot; removed plotly tests
|
2016-04-22 08:56:54 -04:00 |
|
Thomas Breloff
|
c4683a754e
|
plotly png generation using wkhtmltoimage
|
2016-04-20 17:34:55 -04:00 |
|
Thomas Breloff
|
4bf8e342dc
|
plotlyjs travis; plotly/plotlyjs polar
|
2016-04-20 14:44:27 -04:00 |
|
Thomas Breloff
|
82d2cc943d
|
working on get/set xy/xyz indexing overhaul
|
2016-04-11 18:19:06 -04:00 |
|
Thomas Breloff
|
5efb0eb582
|
more Dict to KW renaming
|
2016-03-17 22:11:29 -04:00 |
|
Thomas Breloff
|
eecb5c3754
|
started series reorg
|
2016-03-17 13:38:22 -04:00 |
|
Thomas Breloff
|
c203bfe5ad
|
working on atom/plotly
|
2016-03-11 14:59:11 -05:00 |
|
Thomas Breloff
|
b5f08838b3
|
renaming: AbstractPlot and AbstractBackend
|
2016-03-10 23:08:04 -05:00 |
|
Thomas Breloff
|
ded9f332f6
|
plotlyjs fix
|
2016-03-09 11:13:31 -05:00 |
|
Thomas Breloff
|
d09ca46141
|
plotlyjs fix
|
2016-03-09 10:59:33 -05:00 |
|
Thomas Breloff
|
b28cd7f8bd
|
plotlyjs fix
|
2016-03-09 10:23:14 -05:00 |
|