Thomas Breloff
de616dfdf0
update_min_padding fix; shape support in GR; GR attr fixes; image extrema and fixes; hline/vline recipes; nobigs closes #303
2016-06-06 15:34:51 -04:00
Thomas Breloff
32e816b713
working on axis limit fixes
2016-06-02 20:22:58 -05:00
Thomas Breloff
0a86ccb142
working on 0.5 changes
2016-05-28 10:42:41 -04:00
Thomas Breloff
148fa6d151
discrete_values handling; pyplot lims/widen; cleanup
2016-05-27 16:23:46 -04:00
Thomas Breloff
088543176f
recompute_lengths fix; renamed hist to histogram, hist2d to histogram2d to match methods; fix tests
2016-05-27 15:08:05 -04:00
Thomas Breloff
314053af54
gr hist2d fix; closes #253
2016-05-27 09:05:48 -04:00
Thomas Breloff
87031984d9
widen gr limits; fixes #265
2016-05-27 00:14:22 -04:00
Thomas Breloff
b5a8186d99
working on pgfplots; default minpad calcs; moved subplot/layout init later to allow setting in recipes
2016-05-26 16:01:46 -04:00
Thomas Breloff
bde3c2e19d
working on pgfplots
2016-05-26 13:47:00 -04:00
Thomas Breloff
d1d8d196ba
sticks recipe; fixed up unicodeplots backend
2016-05-26 11:19:47 -04:00
Thomas Breloff
7be5aebbc9
gr fixes: polar markers, empty legends, pie labels, scale and flip
2016-05-25 16:52:07 -04:00
Thomas Breloff
d15fcb6b24
gr_polyline fixes
2016-05-25 16:01:18 -04:00
Thomas Breloff
b3ac38a6f1
working on gr
2016-05-25 15:17:51 -04:00
Thomas Breloff
dae9dad2f7
working on GR; series_list and should_add_to_legend; series recipes fix; hist and bar recipes
2016-05-25 13:06:08 -04:00
Thomas Breloff
41f91f9cfb
working on GR rebuild
2016-05-24 18:01:20 -04:00
Thomas Breloff
5699f3c6bc
begin GR cleanup
2016-05-24 15:22:16 -04:00
Thomas Breloff
cf635cbdd9
renamed plotargs to attr; working on plotly backend
2016-05-24 12:20:03 -04:00
Thomas Breloff
ef0d99340a
backend template renaming/reorg/cleanup, pyplot fixes
2016-05-23 10:29:35 -04:00
Thomas Breloff
862ac3af8a
fixes/improvements to annotations; added series_annotations keyword
2016-05-20 11:38:07 -04:00
Thomas Breloff
333c2765fe
ohlc recipe and related fixes; removed ohlc-specific code from gadfly and gr
2016-05-20 10:06:15 -04:00
Thomas Breloff
1cf514d1e6
merged dev into tb_recipes
2016-05-19 13:03:01 -04:00
Thomas Breloff
327f235af9
working on subplot/axis arg processing
2016-05-18 14:08:44 -04:00
Thomas Breloff
3084b0c41c
working on arg overhaul
2016-05-17 00:57:42 -04:00
Thomas Breloff
c5bcae1e34
working on subplots
2016-05-16 01:07:33 -04:00
Thomas Breloff
a6ce2e691d
changed add_series to accept Series and push to list automatically; default add_series simplifies; removed old supported.jl
2016-05-15 12:14:18 -04:00
Thomas Breloff
bfe04bdd15
changed to _create_backend_figure; started subplot removal
2016-05-15 11:23:27 -04:00
Thomas Breloff
76572b990b
fix gr linetype
2016-05-13 21:00:02 -04:00
Thomas Breloff
54efb48d62
changed linetype to seriestype
2016-05-13 20:55:26 -04:00
Josef Heinen
5109c6f72b
Fixed some bugs in gr.jl
...
- Turn off interpolation for heatmaps
- Fixed bug plotting scatter after heatmap (scatter drew to the colorbar
viewport)
- Don't draw superfluous legends
2016-05-12 15:29:43 +02:00
Josef Heinen
00201b5f9c
Added (native) image support
2016-05-11 16:18:03 +02:00
Josef Heinen
0878f44b09
Improved scaling of plots with error bars
2016-05-10 18:14:08 +02:00
Josef Heinen
09421c9189
Fix axes offset bug ( #221 )
2016-05-09 17:10:20 +02:00
Josef Heinen
7546db4d42
Fixed colormap problem
2016-05-09 11:44:37 +02:00
Thomas Breloff
925243969c
attempted colormap fix for gr
2016-05-08 11:02:20 -04:00
Josef Heinen
42d09a6d80
Working on colormaps
2016-05-08 14:06:11 +02:00
Josef Heinen
b6334176e4
Added support for :nbins keyword
2016-05-07 13:24:11 +02:00
Josef Heinen
42a175bd53
Added support for :zlims keyword
2016-05-07 12:45:09 +02:00
Josef Heinen
b4fb9af8e4
Fixed a problem with Julia v0.3
2016-05-07 07:47:13 +02:00
Thomas Breloff
ec87489dd4
working on image type; working on ijulia display_dict
2016-05-05 00:13:45 -04:00
Thomas Breloff
c8d6b1fab0
linewidth fix; kw macro
2016-05-04 14:24:15 -04:00
Thomas Breloff
e676387c16
shapes change verts to x/y; translate/scale/rotate/center; x/y scale alias fix
2016-05-02 16:37:10 -04:00
Thomas Breloff
0e84c91451
split out supported.jl, added tests for more backends; closes #206
2016-04-29 10:13:41 -04:00
Thomas Breloff
d67aec6fec
gr fixes and tests; fillrange convertToAnyVector
2016-04-28 12:51:08 -04:00
Josef Heinen
e8d77a3c61
Added polar plots
2016-04-28 16:25:32 +02:00
Thomas Breloff
77c2d7d846
subcategories for background/foreground colors, implemented in pyplot; add_theme/set_theme and ggplot2; add_aliases function; nbins renamed bins
2016-04-25 11:37:14 -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
82d2cc943d
working on get/set xy/xyz indexing overhaul
2016-04-11 18:19:06 -04:00
Thomas Breloff
be5f71c123
subplot groups; lots of Dict to KW replace
2016-03-17 22:02:50 -04:00
Thomas Breloff
eecb5c3754
started series reorg
2016-03-17 13:38:22 -04:00
Josef Heinen
7264c01b85
Added :heatmap linetype
2016-03-16 18:27:59 +01:00