1087 Commits

Author SHA1 Message Date
Tom Breloff
f56c6effe4 Merge pull request #368 from jheinen/dev
Added iTerm2 inline display support for gr
2016-07-01 08:09:34 -04:00
Josef Heinen
4cfcb239c1 Added iTerm2 inline display support for gr
Example:
--------
    using Plots
    gr(display_type=:inline)
    plot(Plots.fakedata(50,5), w=3)
2016-07-01 14:03:16 +02:00
Thomas Breloff
a4be274718 pyplot display hack 2016-06-30 21:05:32 -04:00
Thomas Breloff
120f861a27 surface fixes for mis-typed matrices; getindex for Series v0.7.5 2016-06-30 14:08:05 -04:00
Thomas Breloff
7e56d85b83 args fix 2016-06-29 21:58:07 -04:00
Thomas Breloff
20af495581 added display_type and extra_kwargs plot attributes 2016-06-29 16:34:06 -04:00
Thomas Breloff
bf94c48225 pyplot fix; new flexible logic for DataFrames 2016-06-29 16:22:16 -04:00
Thomas Breloff
27a68333b1 readme 2016-06-29 14:51:24 -04:00
Thomas Breloff
63f18dd26a vector of seriestypes fix; pycall changed strings to symbols 2016-06-29 14:45:33 -04:00
Thomas Breloff
4ea787743e added contourf; getindex for plt/sp; plot/plot! on a Subplot; fix for pyplot zorder 2016-06-29 13:53:22 -04:00
Thomas Breloff
3a4b881576 switched docs url 2016-06-29 12:31:01 -04:00
Thomas Breloff
f087594331 switched docs url 2016-06-29 12:23:42 -04:00
Thomas Breloff
5491e40fd1 bump version; img_eps; remove gr 30 test; attempted fixes for appveyor 2016-06-28 18:04:40 -04:00
Tom Breloff
4b690ec9ad Merge pull request #361 from jheinen/dev
gr: allow simple formulas or LaTeX equations
2016-06-28 10:03:23 -04:00
Josef Heinen
9fecb03b5f gr: allow simple formulas or LaTeX equations 2016-06-28 15:35:32 +02:00
Thomas Breloff
de6e3d46ec appveyor fix v0.7.4 2016-06-27 21:49:45 -04:00
Thomas Breloff
3006a26500 revert precompile; add appveyor; gr fixes for markersize, shapes, and legend entries; add GR to tests again; recipe fixes and cleanup 2016-06-27 21:43:57 -04:00
Thomas Breloff
6ffed9387c snoop and precompile; bumped version 2016-06-27 16:52:50 -04:00
Thomas Breloff
558627e7a9 NEWS v0.7.3 2016-06-27 14:02:01 -04:00
Thomas Breloff
4b276f977c revert pyplot heatmap change 2016-06-27 12:25:45 -04:00
Thomas Breloff
99fe4f615d show arg fix; add image to all3D 2016-06-27 12:09:08 -04:00
Thomas Breloff
928c306803 dpi fixes 2016-06-27 10:06:40 -04:00
Thomas Breloff
a3eddf8ba7 dpi support for pyplot 2016-06-27 09:20:42 -04:00
Thomas Breloff
78e0ae31af removed chorddiagram 2016-06-26 12:37:06 -04:00
Thomas Breloff
1a90ce0950 recoded boxplot recipe to match violin approach; switched marker to line/fill for shape seriestype: ref #347 2016-06-26 11:36:09 -04:00
Thomas Breloff
2465b3eb5a fallback warnings for missing _writemime and _display 2016-06-26 11:08:06 -04:00
Thomas Breloff
16a2e34e95 writemime fix for Interact; working on glvisualize 2016-06-26 10:34:34 -04:00
Thomas Breloff
5c52d68091 working on glvisualize 2016-06-25 18:06:27 -04:00
Thomas Breloff
1a2e180f4f working on glvisualize 2016-06-25 17:00:45 -04:00
Thomas Breloff
9048053669 working on glvisualize 2016-06-25 10:56:51 -04:00
Thomas Breloff
69b69714cb working on glvisualize 2016-06-24 12:15:21 -04:00
Thomas Breloff
1ecd9f9e19 working on glvisualize 2016-06-24 11:52:33 -04:00
Thomas Breloff
2bca9ca9ec square link 2016-06-24 11:00:28 -04:00
Thomas Breloff
d66028ed0d glvisualize: support for path/path3d with or without markers, 3d markers are spheres 2016-06-23 17:00:08 -04:00
Thomas Breloff
1cf33044bc scatter and scatter3d support in glvisualize 2016-06-23 14:59:04 -04:00
Thomas Breloff
2c138c8355 readme 2016-06-22 13:22:25 -04:00
Thomas Breloff
73ffcb9bc1 changed convertToAnyVector AMat so that all matrices use the version previously for numbers; violin cleanup 2016-06-22 13:20:09 -04:00
Thomas Breloff
730025e144 recoded violin; removed try/catch around apply_recipe; default values for xtick/ytick in GR 2016-06-22 11:45:30 -04:00
Thomas Breloff
91aa1d718a animations: use tmp.gif for ijulia, remove prefix from convert call; closes #346 2016-06-22 11:01:00 -04:00
Thomas Breloff
f881bfc4fc add Segments; pyplot: switch bar/hist/hist2d to recipes and path fix; change bar to shape; removed GR from tests 2016-06-20 23:11:23 -04:00
Thomas Breloff
e76c3fff69 refactored gr markers fixing bugs and enabling features; clear subplot/axis args from d in _plot 2016-06-20 19:51:03 -04:00
Thomas Breloff
9f168071ff subplot attributes fixes 2016-06-20 15:11:25 -04:00
Thomas Breloff
b6652b7619 improvements to bbox construction and inset subplots 2016-06-20 10:13:03 -04:00
Thomas Breloff
f6d501f69e plot recipe fixes 2016-06-20 00:11:06 -04:00
Thomas Breloff
4c052cb3b3 colors cgrad and getindex 2016-06-19 11:25:25 -04:00
Thomas Breloff
ea8ccf38db plot recipe fixes 2016-06-18 22:30:47 -04:00
Thomas Breloff
cf12ff8070 plot logic cleanup; added plot recipes 2016-06-18 09:33:34 -04:00
Thomas Breloff
b7a95244db handle seriestype aliases; handle vector of seriestypes; hvline_limits; added cycle for InputWrapper; turn on GR tests for OSX 2016-06-18 00:14:20 -04:00
Tom Breloff
4c884651a8 Merge pull request #343 from jheinen/dev
Added suport for marker borders
2016-06-18 00:02:42 -04:00
Thomas Breloff
e9eca577aa plotlyjs supported_scales; violin check 2016-06-17 15:31:01 -04:00