Thomas Breloff
|
76bb6bab96
|
gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking
|
2016-08-19 01:55:55 -04:00 |
|
Thomas Breloff
|
55a598b796
|
fix mirror default
|
2016-08-18 21:23:50 -04:00 |
|
Thomas Breloff
|
f63eac9a73
|
added mirror and implemented in pyplot
|
2016-08-18 21:11:03 -04:00 |
|
Thomas Breloff
|
90aba32ca5
|
fix for spurious scale warnings; closes #444
|
2016-08-11 13:11:22 -04:00 |
|
Thomas Breloff
|
9db7de8373
|
added skinny markers + and x; closes #436
|
2016-08-09 17:09:53 -04:00 |
|
Thomas Breloff
|
54cd96e5e0
|
handle axis=nothing; closes #428
|
2016-08-09 15:42:09 -04:00 |
|
Thomas Breloff
|
bbb00816f1
|
axis formatter
|
2016-07-26 12:34:06 -04:00 |
|
Thomas Breloff
|
705dbf60fa
|
removed compat; added series update methods
|
2016-07-20 15:15:40 -04:00 |
|
Thomas Breloff
|
3ccd1bc368
|
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
|
2016-07-18 15:00:02 -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 |
|
Oscar Dowson
|
ce31ea8bf3
|
Legend location in subplot
|
2016-07-13 10:01:48 +12:00 |
|
Thomas Breloff
|
79399913d7
|
NEWS, bumped version; travis fixes; added warnings for moved recipes
|
2016-07-12 11:23:04 -04:00 |
|
Thomas Breloff
|
b2dba8af73
|
split plot into pipeline
|
2016-07-10 22:59:05 -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
|
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
|
120f861a27
|
surface fixes for mis-typed matrices; getindex for Series
|
2016-06-30 14:08:05 -04:00 |
|
Thomas Breloff
|
20af495581
|
added display_type and extra_kwargs plot attributes
|
2016-06-29 16:34:06 -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
|
a3eddf8ba7
|
dpi support for pyplot
|
2016-06-27 09:20:42 -04:00 |
|
Thomas Breloff
|
b6652b7619
|
improvements to bbox construction and inset subplots
|
2016-06-20 10:13:03 -04:00 |
|
Thomas Breloff
|
b0bc68ae8a
|
orientation aliases dir/direction; removed native support for sticks/hline/vline in pyplot; commented out arcdiagram
|
2016-06-16 17:31:10 -04:00 |
|
Thomas Breloff
|
c38e947dc6
|
animation default file tempname; raised group warning to 100; check for empty vec in axis; use command_idx for slicing; move deletion of smooth outside loop
|
2016-06-16 10:03:01 -04:00 |
|
Thomas Breloff
|
38804898c5
|
iter_segments and curve series type
|
2016-06-15 12:52:36 -04:00 |
|
Thomas Breloff
|
f64108523c
|
line_z arg and pyplot implementation
|
2016-06-14 15:39:21 -04:00 |
|
Thomas Breloff
|
b5b4023056
|
axis link arg; change those subplot/axis args set in kwlist to apply just to its own subplot; markerstrokealpha matches markeralpha
|
2016-06-14 00:10:26 -04:00 |
|
Thomas Breloff
|
9fd09924eb
|
_shape_keys for consistent shape ordering
|
2016-06-13 16:57:26 -04:00 |
|
Thomas Breloff
|
1ba0d198a7
|
rename ellipse to circle; cleanup glvisualize
|
2016-06-13 15:59:51 -04:00 |
|
Thomas Breloff
|
266d2efde5
|
inset_subplots; GR log axes fix
|
2016-06-13 12:27:48 -04:00 |
|
Thomas Breloff
|
ed243f4e3e
|
added hover attribute and desc; fixed plotly title location; already_warned check
|
2016-06-13 00:15:28 -04:00 |
|
Thomas Breloff
|
80e53adbd8
|
getting plotly/plotlyjs up to speed
|
2016-06-12 21:03:11 -04:00 |
|
Thomas Breloff
|
02d893b316
|
big cleanup: changed camelcase to underscores; removed supportedAxes; changed pyplot methods to be py_ which matches gr_/plotly_/etc convention
|
2016-06-12 12:34:41 -04:00 |
|
Thomas Breloff
|
f1e566dddc
|
fix scale aliases
|
2016-06-12 11:00:42 -04:00 |
|
Thomas Breloff
|
b0456d155a
|
allow nothing for colorbar; gr fixes: marker_z colors, check colorbar arg
|
2016-06-11 15:55:55 -04:00 |
|
Thomas Breloff
|
cf4d78c87c
|
added clims attribute and support it in pyplot
|
2016-06-10 01:25:34 -04:00 |
|
Thomas Breloff
|
8007d0dd6a
|
smarter cleanup of dicts; layout fixes: split out update_min_padding and added minimum_perimeter logic; check for nonempty axes when linking; add subplot processing and linking when combining plots
|
2016-06-10 00:16:13 -04:00 |
|
Thomas Breloff
|
91ec0ad077
|
allow false for color; properly expand extrema for tuple fillrange; make_fillrange_from_ribbon
|
2016-06-08 09:51:27 -04:00 |
|
Thomas Breloff
|
05fa4a92de
|
fixes in plotly/plotlyjs; smooth primary false
|
2016-06-07 01:42:33 -04:00 |
|
Thomas Breloff
|
6bfa31a89f
|
added primary kw for series counting; added sticks recipe; gr_set_font and related fixes
|
2016-06-06 23:43:06 -04:00 |
|
Thomas Breloff
|
3cf428d7ea
|
pyplot colorbar fix; annotation fix; new contour example; travis fix
|
2016-06-06 14:06:55 -04:00 |
|
Thomas Breloff
|
29d93ba33e
|
changed axis defaults byletter to match; cleaned up examples; pyplot extrema fixes; commented out gr tests
|
2016-06-06 12:34:24 -04:00 |
|
Thomas Breloff
|
e129c29e2f
|
postpone match logic and add color_or_nothing; update pyplot for attr changes; move some pyplot logic later
|
2016-06-06 01:19:25 -04:00 |
|
Thomas Breloff
|
74efd98699
|
added user_attr field to Plot; fillrange fix; pyplot title fix
|
2016-06-05 23:58:35 -04:00 |
|
Thomas Breloff
|
32e816b713
|
working on axis limit fixes
|
2016-06-02 20:22:58 -05:00 |
|
Thomas Breloff
|
85f91b9075
|
fix for plotting function; closes #291
|
2016-06-01 14:45:35 -05:00 |
|
Thomas Breloff
|
3cc9425219
|
working on 0.5 changes -- String
|
2016-05-28 11:00:19 -04:00 |
|