Nathan Daly
4a3160da29
Merge branch 'master' into plotly_autoresize
2019-12-31 13:40:51 -05:00
Michael Kraus
cde041e977
update SegmentsIterator to allow for generalized arrays
2019-12-05 14:09:05 +01:00
Michael Kraus
044daf08d4
generalized array fixes replacing length() and size() with eachindex() and axes(), etc.
2019-12-05 10:09:07 +01:00
Daniel Schwabeneder
7e05bb0aca
try to import ORCA on plotly initialization
2019-11-30 10:45:24 +01:00
Daniel Schwabeneder
b58c52f12c
per series clims for plotly
2019-10-28 18:54:01 +01:00
Daniel Schwabeneder
d0c6f0d6ee
expand data of shapes only for plotly(js)
2019-09-09 13:17:34 +02:00
Daniel Schwabeneder
150b5a1f06
fix vline for pgfplots
2019-09-09 13:13:17 +02:00
Chris Rackauckas
82dd5bf3eb
!= nothing -> !== nothing
2019-08-17 14:45:54 -04:00
Chris Rackauckas
f12f6db310
use === nothing
...
Should decrease compile times
2019-08-17 14:17:27 -04:00
Daniel Schwabeneder
3e1258aa0c
Merge pull request #2132 from daschw/plotly-animation
...
Fix Plotly plots with one-element series (fix #2014 )
2019-08-08 17:12:16 +02:00
Daniel Schwabeneder
fe80e486aa
don't return undef dict
2019-08-08 12:58:29 +02:00
Daniel Schwabeneder
7ae43ee9f6
use plotly implementation for html/js/ijulia
2019-08-07 16:40:52 +02:00
Daniel Schwabeneder
9228c0b9ec
improve plotly html formatting
2019-08-06 16:08:49 +02:00
Daniel Schwabeneder
89d02b1d67
allow plotly plotting in ijulia
2019-08-06 15:02:04 +02:00
Anshul Singhvi
86ff99f214
Merge branch 'master' into plotly_autoresize
2019-08-04 23:13:16 +05:30
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00
Marek Kukan
08a30b255d
fix bug in plotly_convert_to_datetime
2019-06-06 14:31:54 +02:00
Daniel Schwabeneder
b053366b06
don't filter polar data
2019-04-26 13:03:03 +02:00
yharel
78059bf825
Support for non-gradient colors in surface-like plots (useful for contour)
2019-03-28 02:28:19 +02:00
yharel
dd02a69e8f
Consistent interpretation of contour levels across PyPlot,GR,Plotly[JS] backends.
...
GR: fixed colorbar rendering/alignment for contour[f]. Merged colorbar
for mutiple series.
:colorbar_entry property to include series in colorbar.
2019-03-28 02:21:25 +02:00
SimonDanisch
56525ced92
also add plotly json mime to PlotlyBackend
2019-03-12 12:59:19 +01:00
Daniel Schwabeneder
80c01e74c6
plotly: fix yflip for ticks = :none
2019-03-05 10:34:05 +01:00
Daniel Schwabeneder
0ecee70af2
Merge branch 'master' into sd-remote
2018-10-14 18:11:21 +02:00
Daniel Schwabeneder
a72a23b548
move supported backend attr to backends.jl
2018-10-09 20:56:02 +02:00
SimonDanisch
7e0960e7a0
fix IJulia
2018-10-05 12:27:09 +02:00
SimonDanisch
f5de5f58ce
make ijulia plotly integration precompile save
2018-10-04 15:39:59 +02:00
SimonDanisch
3c2cfa333c
allow to not host plotly from local file
2018-10-04 15:20:21 +02:00
Nathan Daly
4aca65f6ae
Allow plotly plots to auto-resize to fill the window.
...
- Remove w and h from plotly_layout
- Add window.onresize function to produced javascript, calling
Plotly.Plots.resize (copied from this commit):
ab0e5c4f92
2018-10-03 11:13:10 -04:00
Michael Krabbe Borregaard
cad0f15aed
fix plotly errors
2018-08-29 18:38:53 +02:00
Michael Krabbe Borregaard
7220eca7a8
Clean up after rebase
2018-08-28 10:13:33 +02:00
Michael Krabbe Borregaard
2873685517
Replace d -> plotattributes in most files
2018-08-28 10:10:13 +02:00
Daniel Schwabeneder
e1a83aab1d
implement plotly
2018-08-26 22:41:40 +02:00
Roshan Shariff
593804096d
Fix julia 0.7 deprecated syntax in Plotly backend.
2018-08-14 15:38:55 -06:00
Michael Krabbe Borregaard
2844e706a9
warn -> @warn
2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
3849700a28
readstring -> read
2018-08-09 17:03:44 +01:00
Michael Krabbe Borregaard
96f0335af4
No longer include files for Revise
...
This is no longer necessary in 0.7
2018-08-09 12:46:09 +01:00
Daniel Schwabeneder
f60aac93ab
use Requires.jl for backend dependencies
2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
a7f2484d45
fix some deprecation warnings
2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b
Fix deprecations
2018-06-30 23:15:27 +00:00
Andrew Palugniok
8ef70f07f0
Merge pull request #1576 from apalugniok/hover-zcolor
...
Fix hover and zcolor interaction in Plotly (Fixes #1567 )
2018-06-28 08:28:42 +01:00
Andrew Palugniok
ee73e32b0e
Fix hover and zcolor interaction in Plotly.
2018-06-26 18:26:13 +01:00
Andrew Palugniok
371430c172
Fix axis flip on Plotly.
2018-06-26 12:18:22 +01:00
yharel
211be0a863
Setting axis scale regardless of ticks
2018-06-25 00:42:36 +03:00
Daniel Schwabeneder
2ed0f1661a
fix plotly fillrange
2018-06-18 19:55:09 +02:00
yharel
781fea7431
Heatmap log scale fix
2018-06-14 02:59:04 +03:00
Daniel Schwabeneder
083721bbc1
fix single subplot in plotly
2018-06-06 18:25:22 +02:00
Fredrik Ekre
ccb5194bb5
make fallback method a method of _show instead of show
...
fix #1529
2018-06-04 12:36:45 +02:00
Fredrik Ekre
2d280edf0c
forward showable call to _show instead of show since all backends return true otherwise
2018-06-04 10:15:13 +02:00
Daniel Schwabeneder
60b9cd8789
remove space
2018-05-13 19:52:26 +02:00
Daniel Schwabeneder
41e4c80494
fix ribbon for plotly
2018-05-13 19:49:02 +02:00