844 Commits

Author SHA1 Message Date
Spencer Lyon
863ad22b48 added writemime methods for plotly_blink 2016-02-03 09:58:04 -05:00
Tom Breloff
bce865ff9f Merge pull request #126 from pkofod/dev
Add abline! which creates a straight line according to the formula b+…
2016-02-03 08:55:46 -05:00
Patrick Kofod Mogensen
1963fe208e Added an extrema(plt) which return the tuple (xmin, xmax), and changed abline! to use extrema. 2016-02-03 10:39:32 +01:00
Patrick Kofod Mogensen
5c4526725b Remove trailing spaces. 2016-02-03 10:32:58 +01:00
Patrick Kofod Mogensen
3f42e9c5bd Add abline! which creates a straight line according to the formula b+a*x, and export abline!
Also add utility functions xmin(plt::Plot) and xmax(plt::Plot).
2016-02-02 23:16:02 +01:00
Thomas Breloff
b1c9d0a0af gadfly hist in legend 2016-02-02 10:49:33 -05:00
Thomas Breloff
adcbfb4b9e Merge branch 'master' into dev 2016-02-01 13:45:55 -05:00
Thomas Breloff
b3ebccab36 gradient fixes 2016-01-30 10:03:19 -05:00
Thomas Breloff
d5797054fb ColorGradient fixes; allow default keywords in backend calls 2016-01-29 17:21:25 -05:00
Tom Breloff
aab0ec22b9 Merge pull request #120 from Evizero/master
fix unicodeplots compat
2016-01-28 20:25:12 -05:00
Christof Stocker
f7babcc1d2 fix unicodeplots compat 2016-01-29 02:06:22 +01:00
Tom Breloff
d077307721 Merge pull request #117 from jheinen/dev
Improved GR framework support
2016-01-28 14:04:55 -05:00
Josef Heinen
72e8e10bd6 Improved graphics state handling 2016-01-28 18:26:56 +01:00
Josef Heinen
5ea9e8a0d7 Added support for OHLC charts 2016-01-28 13:44:40 +01:00
Josef Heinen
87b050fad2 Added path3d and scatter3d functions 2016-01-27 16:26:57 +01:00
Josef Heinen
0c8cd74e28 Improved surface output 2016-01-26 20:49:10 +01:00
Josef Heinen
445d970784 Added color bars and surface plots 2016-01-26 17:33:13 +01:00
Josef Heinen
125a1eb9fc Added support for subplots and further linetypes:
- heatmaps
- contour plots
2016-01-25 17:43:13 +01:00
Josef Heinen
a2a578d04d Improved representation of legends 2016-01-24 10:47:32 +01:00
Josef Heinen
11e5c0aa9d Use SVG output for inline graphics (IJulia) 2016-01-22 13:00:30 +01:00
Josef Heinen
14b856b0cf Added support for two y-axis scales 2016-01-18 17:25:59 +01:00
Josef Heinen
2e8dd73822 Added more line plots 2016-01-16 15:20:16 +01:00
Josef Heinen
da9fdb356c Added support for bar plots 2016-01-16 13:53:22 +01:00
Josef Heinen
054a99ca38 Added horizontal/vertical linetype 2016-01-16 13:23:23 +01:00
Josef Heinen
baf33609af Allow combination of lines and markers 2016-01-14 15:50:48 +01:00
Josef Heinen
b4eb0b6b41 Added histogram output 2016-01-12 16:33:07 +01:00
Josef Heinen
3e9a47a683 Changed default colormap 2016-01-11 18:16:31 +01:00
Josef Heinen
d71c3ecd86 Added support for multiple marker colors / sizes 2016-01-10 19:06:47 +01:00
Josef Heinen
e5a864a760 Implemented filled backgrounds 2016-01-09 14:05:02 +01:00
Josef Heinen
81b59f9bc9 Implemented annotations 2016-01-08 17:08:34 +01:00
Josef Heinen
2c2a36ce34 Use Plots predefined colors 2016-01-08 11:56:20 +01:00
Josef Heinen
cb0020c629 Fixed problem with uninitialized strings 2016-01-07 14:28:08 +01:00
Josef Heinen
003d39c8cd Added support for inline graphics (IJulia) 2016-01-07 11:37:04 +01:00
Josef Heinen
ca866183f1 Print TODO messages for missing features 2016-01-06 10:11:30 +01:00
Thomas Breloff
b6e627369b backend priority 2016-01-03 09:53:33 -05:00
Thomas Breloff
da96cfc158 Merge remote-tracking branch 'origin/master' into dev 2016-01-03 09:40:05 -05:00
Tom Breloff
0abbd53e07 Merge pull request #107 from jheinen/dev
Initial support for GR framework (GR.jl)
2016-01-03 09:35:40 -05:00
Tom Breloff
6fc0f858c7 Merge pull request #106 from rcnlee/master
Minor changes - animations and AbstractDataFrame
2016-01-03 09:35:24 -05:00
Josef Heinen
b3613b68cd Moved GR calls into display method 2016-01-03 11:54:24 +01:00
Josef Heinen
2b6619b3c4 Avoid global 'fig' object 2016-01-03 10:32:47 +01:00
Josef Heinen
a33161aa9c Reset default backend to PyPlot
GR should NOT be the default backend until it is finished :-)
2016-01-02 12:15:07 +01:00
Ritchie Lee
5c3c5b999f Support for SubDataFrame by switching to AbstractDataFrame 2016-01-02 02:06:51 -08:00
Josef Heinen
7acca18313 remove superfluous compat macros 2016-01-02 10:40:45 +01:00
Ritchie Lee
7b71d9a448 Small API change to animations
Animation constructor minor fix
2016-01-02 01:36:36 -08:00
Josef Heinen
64ffa3e70f Merge remote-tracking branch 'upstream/master' 2016-01-01 19:53:34 +01:00
Josef Heinen
fd88972380 Added support for legends 2016-01-01 19:33:35 +01:00
Tom Breloff
dd7b09552a Merge pull request #101 from tbreloff/dev
merging dev into master
v0.5.1
2015-12-30 12:58:01 -05:00
Thomas Breloff
0b23aa9e7e relax tests 2015-12-30 12:36:18 -05:00
Thomas Breloff
0caa31bd6b fixes 2015-12-30 12:02:43 -05:00
Thomas Breloff
cafac135a0 PyPlot fixes; test fixes 2015-12-30 11:24:44 -05:00