285 Commits

Author SHA1 Message Date
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
Daniel Schwabeneder
c34e1d3c19 implement vector arguments, line_z and fill_z for plotly 2018-04-02 18:35:26 +02:00
Daniel Schwabeneder
bfc26fa407
Merge pull request #1445 from daschw/infinite-objects
Infinite objects (fix #1422)
2018-03-28 21:49:32 +02:00
Daniel Schwabeneder
004ad15875
Merge pull request #1437 from daschw/plotly-bar
RFC: use bar recipe in plotly
2018-03-20 17:11:37 +01:00
Daniel Schwabeneder
9a5f42c251 infinite shapes 2018-03-19 21:34:55 +01:00
Daniel Schwabeneder
c8cdade884 :straightline for all backends 2018-03-19 16:24:23 +01:00
Daniel Schwabeneder
6c396e1d88
Merge pull request #1436 from daschw/fill-magic
fix fill magic argument
2018-03-18 23:21:16 +01:00
Daniel Schwabeneder
7d58090e59 use bar recipe in plotly 2018-03-16 09:36:24 +01:00
Daniel Schwabeneder
501df8cfb9 allow passing Real or 2Tuple of Reals as fillrange for Plotly 2018-03-15 21:46:19 +01:00
Andrew Palugniok
da4111579d Implement interactive linked axes for Plotly. 2018-03-07 15:09:25 +00:00
Daniel Schwabeneder
c4bac660cf
Merge pull request #1420 from daschw/contour-fix
Contour improvements
2018-03-01 19:59:09 +01:00
Spencer Lyon
461e93fc56 ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends
For use in jupyterlab and nteract

closes #1418

closes #1386
2018-02-28 17:26:53 -05:00
Daniel Schwabeneder
7cc60d0b0c fix single-color case for plotly 2018-02-28 22:53:36 +01:00
Daniel Schwabeneder
d8f0612f5a implement contour_labels and partially vector of colors for Plotly(JS) 2018-02-28 22:51:06 +01:00
Andrew Palugniok
dbe5b78307
Merge pull request #1395 from apalugniok/native-ticks
Add :native option to ticks attribute (Fixes #1382)
2018-02-24 13:41:56 +00:00
piever
ef48b66ac4 fix plotly 2018-02-24 01:55:59 +00:00
Andrew Palugniok
5017024557 Fix handling of discrete values with ticks = :native for Plotly. 2018-02-21 14:50:32 +00:00
Andrew Palugniok
94863d69b1 Consider all ticks = false aliases in backends. 2018-02-21 10:17:13 +00:00
Andrew Palugniok
06466b060f Implement :native ticks option. 2018-02-21 10:09:57 +00:00
Andrew Palugniok
e19e25473c Fix misplaced Plotly annotations. 2018-02-11 10:36:12 +00:00
Andrew Palugniok
10a8520805 Add subplot labeling via annotations. 2018-01-14 11:46:41 +00:00
Daniel Schwabeneder
7c6095b6e8
Merge pull request #1344 from daschw/heatmap-alpha
allow transparency in heatmaps (fix #1342)
2018-01-09 10:19:04 +02:00
Daniel Schwabeneder
f6ed3fbb76 allow transparency in heatmaps 2018-01-08 12:50:46 +01:00
Will Kearney
89b5582d0d Map rgba_string over :color vector and cycle through result 2017-12-17 16:13:35 -05:00
Josh Day
3d323a734d fix plotly histogram 2017-12-15 00:22:05 -05:00
Josh Day
50bec7a461 cleanup 2017-12-12 15:18:17 -05:00
Josh Day
f80afddd8f add strokewidth and bar_width for plotly's bar 2017-12-12 15:15:12 -05:00
Daniel Schwabeneder
f2e2ffa170
Merge pull request #1255 from daschw/fonts
Allow setting fonts in recipes (fix #555)
2017-11-20 15:17:33 +01:00
Daniel Schwabeneder
7ec54b9c2e update plotly(js) 2017-11-19 19:54:52 +01:00
Romain Franconville
5a0744e2f1
Remove commented code 2017-11-17 16:06:14 -05:00
Romain Franconville
c01d8199f9 Also include scaling 2017-11-17 15:29:55 -05:00
Romain Franconville
df023d6bdb Always define axis range explicitely 2017-11-17 15:02:16 -05:00
Michael Krabbe Borregaard
19192b622b
Merge pull request #1224 from hessammehr/master
Fix for #1138
2017-11-13 17:06:03 +01:00
Andrew Palugniok
8bbdb0f1b8 Adds radial data filtering for points within axis limits. 2017-11-12 18:08:40 +00:00
Hessam Mehr
8fb3f3b1c9 Fixed for #1138 2017-11-04 15:20:41 -07:00
Andrew Palugniok
2fe2ff474c Implement grid attributes for polar plots. 2017-11-04 21:27:02 +00:00
Andrew Palugniok
f0ad851aa7 Make radial axis vertical. 2017-11-03 19:45:17 +00:00
Andrew Palugniok
12aa43ff5f Fix deprecations. 2017-11-02 16:33:05 +00:00
Andrew Palugniok
4f171e3eb5 Add handling of polar axes. 2017-11-02 16:32:57 +00:00
Andrew Palugniok
a3e599e38d Fix colorbar always displaying in Plotly. 2017-10-30 19:50:02 +00:00
Michael K. Borregaard
cdcbdc308c include backend files 2017-10-20 22:45:04 +02:00
femtocleaner[bot]
ef29b4a5b0 Fix deprecations 2017-10-17 09:59:09 +00:00