1450 Commits

Author SHA1 Message Date
Tony Kelman
553125713d 0.4 no longer supported on master 2016-08-02 20:37:39 -07:00
Tony Kelman
5583d9f315 Use dirname(@__FILE__) instead of Pkg.dir
This allows installing the package elsewhere.

Add testing against 0.5 to Travis - this runs the most
recent RC now, release once final tags are done
2016-08-02 22:52:33 -04:00
Thomas Breloff
20df4967a4 NEWS v0.9.0 2016-08-02 21:24:17 -04:00
Thomas Breloff
6a30435071 gr: added GKS_DOUBLE_BUF to display and removed forgotten debugging statement 2016-08-02 21:04:36 -04:00
Thomas Breloff
5776ff1fdf clear insets after use; closes #416 2016-07-26 15:48:41 -04:00
Thomas Breloff
bbb00816f1 axis formatter 2016-07-26 12:34:06 -04:00
Thomas Breloff
3b1c409fd7 reset GR viewport for annotations; fixes #398 2016-07-25 16:06:24 -04:00
Thomas Breloff
ee68798de3 add back single function recipe; closes #401 2016-07-25 15:40:28 -04:00
Thomas Breloff
3ae8dc9bd7 fix cycle; fix GR fill 2016-07-25 15:25:50 -04:00
Thomas Breloff
e9dca92c11 remove mkdir call in tests; closes #397 2016-07-22 11:18:28 -04:00
Thomas Breloff
98cce223e9 unicodeplots size fix 2016-07-22 09:43:43 -04:00
Thomas Breloff
1d7a470f78 plotly ticks fix 2016-07-21 10:52:06 -04:00
Thomas Breloff
461d5efc4b removed release from travis; push for series; update for subplot 2016-07-20 20:44:28 -04:00
Thomas Breloff
705dbf60fa removed compat; added series update methods 2016-07-20 15:15:40 -04:00
Thomas Breloff
bb180ad59a UTF8String to String 2016-07-20 09:40:10 -04:00
Thomas Breloff
463e1bcb90 require julia 0.5-; writemime to show 2016-07-19 16:51:05 -04:00
Thomas Breloff
22ac2df595 bump version; NEWS 2016-07-19 12:13:40 -04:00
Thomas Breloff
73af635be6 bump version v0.8.1 2016-07-19 11:17:27 -04:00
Thomas Breloff
c1c97a5fc1 labelfunc for pyplot 2016-07-19 10:32:23 -04:00
Thomas Breloff
6a97dc8825 extrema fix for bool/nothing 2016-07-18 16:19:58 -04:00
Thomas Breloff
d832f34733 travis 2016-07-18 15:53:02 -04:00
Thomas Breloff
859a600b92 travis 2016-07-18 15:38:07 -04:00
Thomas Breloff
6b3cf50f38 travis 2016-07-18 15:21:51 -04:00
Thomas Breloff
3ccd1bc368 added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps 2016-07-18 15:00:02 -04:00
Thomas Breloff
624d33b96f Merge branch 'master' into dev 2016-07-18 09:13:46 -04:00
Tom Breloff
156f61f526 Merge pull request #391 from odow/axisstyle
pass axis style to PGFPlots
2016-07-16 13:13:59 -04:00
odow
fd3a04fce3 pass axis style to PGFPlots 2016-07-16 16:48:46 +12:00
Thomas Breloff
62be4e1274 scalefunc fix and cleanup 2016-07-15 09:09:46 -04:00
Thomas Breloff
db096196c9 Merge branch 'master' into dev 2016-07-14 15:47:40 -04:00
Thomas Breloff
a0ac70be3c axes log scales, colors, ticks, and more; proper 2D axis drawing in GR 2016-07-14 15:46:44 -04:00
Tom Breloff
1f0f89f83c Merge pull request #389 from odow/patch-1
Legend location in subplot
2016-07-14 13:52:37 -04:00
Thomas Breloff
ee706ad8c7 axis_drawing_info and get_ticks; parameterized Segments; GR manual drawing of 2D axes 2016-07-13 16:31:21 -04:00
Oscar Dowson
ce31ea8bf3 Legend location in subplot 2016-07-13 10:01:48 +12:00
Thomas Breloff
dcab8e3ac2 travis fix v0.8.0 2016-07-12 13:14:53 -04:00
Thomas Breloff
1ad9a7e176 fix fillrange for shape; travis fix 2016-07-12 12:53:03 -04:00
Thomas Breloff
f1bd7ab1dc travis fix 2016-07-12 11:53:37 -04:00
Thomas Breloff
79399913d7 NEWS, bumped version; travis fixes; added warnings for moved recipes 2016-07-12 11:23:04 -04:00
Thomas Breloff
4a2e88a81c switched Colors dep for PlotUtils dep; removed DataFrames, boxplot, violin, density and added StatPlots to tests 2016-07-12 10:45:58 -04:00
Thomas Breloff
8d5b748b09 gr heatmap fix; pipeline reorg 2016-07-10 23:26:52 -04:00
Thomas Breloff
b2dba8af73 split plot into pipeline 2016-07-10 22:59:05 -04:00
Thomas Breloff
c258bc49c3 gr trisurface; closes #387 2016-07-10 22:07:00 -04:00
Thomas Breloff
e3e2a354e7 reorg of update_subplot_args; add back recipe, DataFrames; random type stability fixes 2016-07-10 18:12:49 -04:00
Thomas Breloff
32c1c31139 working on _plot organization; switch alias dicts to Dict{Symbol,Symbol}; other type stability changes 2016-07-10 15:50:29 -04:00
Thomas Breloff
b8b5a33833 margin default to 1mm 2016-07-09 14:54:44 -04:00
Thomas Breloff
5407fa73f8 plotly redesign for splitting shapes 2016-07-09 13:30:39 -04:00
Thomas Breloff
1cb0c0071b improvements to layout padding; handle axis attr better; fix histogram2d 2016-07-09 12:40:27 -04:00
Thomas Breloff
a456ac4c90 pyplot line segments fixes; curves remove line_z logic 2016-07-08 14:36:02 -04:00
Thomas Breloff
71b48427c5 pyplot line segments fix; bar fixes 2016-07-08 13:09:36 -04:00
Thomas Breloff
ec06a01b6c pgf fixes 2016-07-08 11:21:26 -04:00
Thomas Breloff
e3ccc34a2c ensure_gradient; plotly fixes 2016-07-08 10:12:48 -04:00