740 Commits

Author SHA1 Message Date
Thomas Breloff
6161b08f82 working on pyplot refactor; path/scatter in 2d/3d done 2016-04-22 12:53:40 -04:00
Thomas Breloff
b9818a4480 working on seriescolor and pyplot reorgs 2016-04-22 10:44:12 -04:00
Thomas Breloff
e2ae22421b working on seriescolor and pyplot reorgs 2016-04-22 10:09:55 -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
c910445634 quiet flag for wkhtmltoimage 2016-04-21 15:10:25 -04:00
Thomas Breloff
c4683a754e plotly png generation using wkhtmltoimage 2016-04-20 17:34:55 -04:00
Thomas Breloff
1da8fdb588 plotlyjs travis 2016-04-20 15:35:23 -04:00
Thomas Breloff
4bf8e342dc plotlyjs travis; plotly/plotlyjs polar 2016-04-20 14:44:27 -04:00
Thomas Breloff
18fc50fcbf plotlyjs travis 2016-04-20 12:33:32 -04:00
Thomas Breloff
2fb10b7076 plotlyjs travis 2016-04-20 11:59:17 -04:00
Thomas Breloff
967291c2ef export KW; plotlyjs travis 2016-04-20 11:27:02 -04:00
Thomas Breloff
392ae871d5 plotlyjs travis 2016-04-20 10:57:07 -04:00
Thomas Breloff
27b3070480 Merge remote-tracking branch 'origin/master' into dev 2016-04-20 10:20:55 -04:00
Tom Breloff
325f59e03d Merge pull request #190 from mfalt/master
Better handling of xlims in Gadfly
2016-04-20 10:17:29 -04:00
Thomas Breloff
217ffb36e6 plotlyjs tests and fixes 2016-04-20 10:10:07 -04:00
Mattias Fält
4afad93ff6 Missing changes 2016-04-20 15:51:33 +02:00
Thomas Breloff
e8858cb1b7 removed sort in ticks 2016-04-20 09:12:36 -04:00
Mattias Fält
52de31c9a6 Proper implementation of gadfly min/max in Cartesian 2016-04-20 14:37:34 +02:00
Mattias Fält
60660a1f1a Fixed Gadfly axis scale inversion 2016-04-20 10:48:13 +02:00
Thomas Breloff
a2ea9db90e added bar_position; fixed orientation handling; pyplot cleanup 2016-04-18 15:12:13 -04:00
Thomas Breloff
236a7dadc6 added matplotlib colormaps; default changed to inferno; pyplot subplot fix 2016-04-13 13:49:03 -04:00
Thomas Breloff
82d2cc943d working on get/set xy/xyz indexing overhaul 2016-04-11 18:19:06 -04:00
Thomas Breloff
d70f462899 z axis args; pyplot z axis; major pyplot cleanup; other cleanup/fixes 2016-04-11 16:16:47 -04:00
Thomas Breloff
0a636b5899 polar coords for pyplot 2016-04-11 06:46:28 -04:00
Thomas Breloff
e0b2749188 added support for shape linetype in pyplot 2016-04-08 17:10:15 -04:00
Thomas Breloff
2fc973245d added quiver plot/arg; fixed gadfly shapes to allow vector of shapes 2016-04-08 16:05:20 -04:00
Thomas Breloff
9bfcb64542 asymmetric errorbars 2016-04-08 12:06:12 -04:00
Thomas Breloff
61e34b7ef8 ribbons; changed errorbar to yerror and added xerror 2016-04-08 11:52:02 -04:00
Thomas Breloff
3c3078875a errorbars 2016-04-08 10:35:17 -04:00
Thomas Breloff
5293e2c13d sort string ticks 2016-04-07 17:27:12 -04:00
Thomas Breloff
fdf3b3f581 added violin plot 2016-04-07 17:05:31 -04:00
Thomas Breloff
f3f29fb54f apply_series_recipe framework and boxplot; fix Gadfly scales for tick labels 2016-04-07 15:56:09 -04:00
Thomas Breloff
e8ed79a6bb pyplot zlim fixes v0.5.4 2016-03-29 11:01:16 -06:00
Thomas Breloff
cca730d927 atom abstractplot 2016-03-29 09:24:23 -06:00
Tom Breloff
0693cb7840 Merge pull request #176 from abelsiqueira/feat/zlim
Implement zlims!
2016-03-29 09:23:07 -06:00
Abel Soares Siqueira
3f1958cce1 Implement zlims! 2016-03-28 22:41:32 -03:00
Thomas Breloff
fb708bed90 Atom fixes 2016-03-25 09:23:10 -06:00
Thomas Breloff
1636587a82 surface fix 2016-03-19 19:40:27 -06:00
Thomas Breloff
1f1ccd81bb shapes 2016-03-18 11:38:51 -04:00
Thomas Breloff
5efb0eb582 more Dict to KW renaming 2016-03-17 22:11:29 -04:00
Thomas Breloff
be5f71c123 subplot groups; lots of Dict to KW replace 2016-03-17 22:02:50 -04:00
Thomas Breloff
a0df6bfc12 groupby overhaul 2016-03-17 18:27:33 -04:00
Thomas Breloff
2ab0dc20d7 working on series reorg 2016-03-17 16:52:09 -04:00
Thomas Breloff
175ce3613a working on series reorg 2016-03-17 15:07:07 -04:00
Thomas Breloff
eecb5c3754 started series reorg 2016-03-17 13:38:22 -04:00
Thomas Breloff
b34360901f test/REQUIRE 2016-03-17 11:33:18 -04:00
Thomas Breloff
21bbd21ae9 travis 2016-03-17 10:33:39 -04:00
Thomas Breloff
0b403a4c5d changed createKWArgsList to build_series_args and moved into series_args.jl; added Cairo and Fontconfig to test/REQUIRE 2016-03-17 10:08:03 -04:00
Thomas Breloff
1d1e1beca5 pyplot surface fix 2016-03-17 08:59:43 -04:00
Tom Breloff
3d4d844e72 Merge pull request #169 from diegozea/dev
Arc and chord diagram
2016-03-17 08:39:27 -04:00