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 |
|
Thomas Breloff
|
396721568f
|
color fixes; add PlotUtils to travis_commands
|
2016-07-08 09:17:39 -04:00 |
|
Thomas Breloff
|
e53ab85745
|
color fixes; pyplot shape iteration; KernelDensity in travis and warning; attribute accessors
|
2016-07-07 21:46:34 -04:00 |
|
Thomas Breloff
|
4d99b37def
|
working on colors overhaul; fix for rationals in plotly; closes #382
|
2016-07-07 14:40:09 -04:00 |
|
Thomas Breloff
|
2e24da3dcd
|
update matrix of Shapes recipe
|
2016-07-07 09:36:03 -04:00 |
|
Thomas Breloff
|
0cc1bd2dc6
|
sample ticks if too many discrete values; use get_ticks in plotly to fix discrete ticks; allow ticks==false in pyplot; closes #356
|
2016-07-06 16:51:54 -04:00 |
|
Thomas Breloff
|
aec162c50e
|
fix for discrete bars; closes #365
|
2016-07-06 16:22:11 -04:00 |
|
Thomas Breloff
|
d5e9340f8f
|
bar fix for horizontal orientation
|
2016-07-06 16:10:01 -04:00 |
|
Thomas Breloff
|
6fe87c4c69
|
bar_width support in bar and boxplot; close the shape for bar plots; closes #366; closes #377
|
2016-07-06 15:55:38 -04:00 |
|
Tom Breloff
|
85f0a87213
|
Merge pull request #372 from anowacki/rainbow_palette
Switch blue and violet in rainbow colour palette.
|
2016-07-05 10:22:03 -04:00 |
|
Thomas Breloff
|
853f85be2e
|
bug fix for passing vectors to bins; closes #375
|
2016-07-05 10:18:48 -04:00 |
|
Andy Nowacki
|
a7448e3a1d
|
Switch blue and violet in rainbow color palette.
|
2016-07-04 17:43:25 +01:00 |
|
Thomas Breloff
|
521e753183
|
string fix; iter_segments change to use unused and skip initial NaNs; working on glvisualize shape type
|
2016-07-01 17:23:25 -04:00 |
|
Thomas Breloff
|
9193941fd0
|
version bump; NEWS
|
2016-07-01 09:01:38 -04:00 |
|
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 |
|