4723 Commits

Author SHA1 Message Date
Thomas Breloff
732f2846de directed_curve; working on PyPlot fixes 2016-02-19 18:24:56 -05:00
Thomas Breloff
4f238caf5c added annotation options 2016-02-18 22:59:31 -05:00
Thomas Breloff
c9388e9f56 bezier curves 2016-02-18 18:28:59 -05:00
Thomas Breloff
2a9fa9539f fixes to logic accepting arrays of values; additional fixes in gadfly and pyplot for this 2016-02-17 10:32:12 -05:00
Thomas Breloff
b8d136588c gif macro and every/when syntax 2016-02-16 18:02:04 -05:00
Thomas Breloff
92c9e82dee fix refdir 2016-02-16 16:45:46 -05:00
Thomas Breloff
0fdb48bda3 fixes for ticks 2016-02-16 16:22:54 -05:00
Thomas Breloff
e8d4fd7aac skip pyplot test 4 2016-02-12 15:41:00 -05:00
Thomas Breloff
6a4a78a26a skip pyplot test 13 2016-02-12 15:17:31 -05:00
Thomas Breloff
6c6769ca98 handle vector of PlotText as annotations v0.5.2 2016-02-10 13:09:22 -05:00
Thomas Breloff
3e49af9093 allow Function for fillrange and zcolor; fix fill kw 2016-02-09 19:22:05 -05:00
Thomas Breloff
5f8ecfa3fa deprecated plotter.jl 2016-02-08 14:24:25 -05:00
Thomas Breloff
aca03d2609 replaced dataframes() with require block 2016-02-08 14:23:02 -05:00
Thomas Breloff
5db9493d2b added dependency on Requires; added support for plotting tuples/FixedSizeArrays; added animate macro; legend ignores empty labels in gadfly/pyplot 2016-02-08 13:42:23 -05:00
Thomas Breloff
ac3c041d6d split plotly into 2 different backends: plotly and plotlyjs 2016-02-05 15:44:27 -05:00
Thomas Breloff
a319c0c94a legend and colorbar overhaul 2016-02-05 15:10:12 -05:00
Thomas Breloff
f74d619748 pgfplots supported 2016-02-04 16:05:21 -05:00
Thomas Breloff
eef1981f20 travis 2016-02-04 14:20:34 -05:00
Thomas Breloff
ade9d86696 deprecated a bunch of images and docs-related stuff; cleaned up travis, imgcomp, and runtests 2016-02-04 14:00:19 -05:00
Thomas Breloff
935c1cfeab readme 2016-02-04 13:01:06 -05:00
Thomas Breloff
5706770a11 readme 2016-02-04 13:00:12 -05:00
Thomas Breloff
2643417c0b readme 2016-02-04 12:59:40 -05:00
Thomas Breloff
d388036601 major overhaul to backend definition and initialization; added pgfplots template; some new reference images 2016-02-04 12:29:56 -05:00
Tom Breloff
96df75cc05 Merge pull request #132 from spencerlyon2/dev
fix change in checking if plotly_blink window is active
2016-02-03 14:32:32 -05:00
Spencer Lyon
c62d8d6753 fix change in checking if plotly_blink window is active 2016-02-03 14:21:43 -05:00
Tom Breloff
1562c96d4c Merge pull request #130 from joshday/dev
Add plot!(f::Function) method
2016-02-03 13:30:47 -05:00
Josh Day
94c87d436f Update plot.jl 2016-02-03 12:47:48 -05:00
Tom Breloff
b9c8ffb5cf Merge pull request #127 from spencerlyon2/sl/plotly-blink
Sl/plotly blink
2016-02-03 10:08:57 -05:00
Spencer Lyon
a37a23bcfc PlotlyJS blink backend working 2016-02-03 09:58:04 -05:00
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