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
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
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
Daniel Schwabeneder
bd2756c0bf
fix ribbon for plotly
2018-05-13 19:48:49 +02:00
Daniel Schwabeneder
ee78385b4c
Merge branch 'master' into segments-legendgroup-fix
2018-05-06 09:37:08 +02:00
Daniel Schwabeneder
34d9d042aa
update iter_segments for scatters
2018-05-05 21:42:08 +02:00
Daniel Schwabeneder
4ee5539e3d
plotly fixes
2018-05-05 19:22:34 +02:00
Daniel Schwabeneder
048636e894
fix plotly marker_z colorbar
2018-05-05 18:50:57 +02:00
Daniel Schwabeneder
5797ad2d5b
fix plotly
2018-05-05 18:37:16 +02:00
Daniel Schwabeneder
ee18a9dd6c
plotly markercolors
2018-05-05 16:47:32 +02:00
Christoph Finkensiep
e8734daa4d
add legendgroups to shapes/segments and remove gaps in legend
2018-05-05 12:27:16 +02:00
Andrew Palugniok
b0d73a3314
Merge pull request #1442 from apalugniok/native-ticks
...
Fixes for :native axes. (Fixes #1435 and partly #1425 )
2018-04-17 12:38:23 +01:00
Daniel Schwabeneder
e305b973b2
Merge pull request #1477 from daschw/heatmap-recipe
...
RFC: WIP: Heatmap recipe
2018-04-13 16:42:31 +02:00
Andrew Palugniok
aeaa0c5f8d
Fix axis limits for ticks = :native
2018-04-09 21:28:45 +01:00
Andrew Palugniok
b009da4b47
Fix :native DateTime and categorical ticks for Plotly.
2018-04-09 21:20:41 +01:00
Daniel Schwabeneder
7a702489d0
fixes for plotly
2018-04-07 15:54:06 +02:00
Hamza Yusuf Çakır
e30f4652af
Remove SVG support, which is not there
...
plotly backend does not support SVG output. What it shows is the HTML output of Plotly backend.
This commit makes the request for SVG output to return an error as in PNG.
2018-04-05 02:53:50 +03:00