Michael K. Borregaard
|
66ce38d948
|
Specified some docstrings
|
2017-08-18 09:48:36 +02:00 |
|
Michael K. Borregaard
|
3a2ee0fc72
|
Fix some deprecations
|
2017-06-07 23:55:30 +02:00 |
|
Tom Breloff
|
b23d94eeb8
|
inline display
|
2016-12-01 15:22:51 -05:00 |
|
Thomas Breloff
|
f002f66890
|
add PlotThemes to REQUIRE; add warning for DataFrames
|
2016-10-12 09:30:49 -04:00 |
|
Thomas Breloff
|
d290c6702a
|
handle series_attr merge and add_defaults when combining subplots; closes #526
|
2016-10-08 22:00:22 -04:00 |
|
Thomas Breloff
|
6e3de26477
|
backend_object; pgfplots _update_plot_object fix
|
2016-08-29 09:18:08 -04:00 |
|
Thomas Breloff
|
ee68798de3
|
add back single function recipe; closes #401
|
2016-07-25 15:40:28 -04:00 |
|
Thomas Breloff
|
705dbf60fa
|
removed compat; added series update methods
|
2016-07-20 15:15:40 -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
|
1cb0c0071b
|
improvements to layout padding; handle axis attr better; fix histogram2d
|
2016-07-09 12:40:27 -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
|
99fe4f615d
|
show arg fix; add image to all3D
|
2016-06-27 12:09:08 -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
|
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
|
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 |
|
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
|
ec826fc8ce
|
moved series_annotations into series recipe processing; change pyplot clf to fig clear
|
2016-06-16 00:48:35 -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
|
0e598cc51d
|
resolve relative coords for inset subplots
|
2016-06-13 17:46:19 -04:00 |
|
Thomas Breloff
|
a018a2c07a
|
series type dependencies and cleanup; bbox anchors in construction; fix for insets
|
2016-06-13 14:53:28 -04:00 |
|
Thomas Breloff
|
266d2efde5
|
inset_subplots; GR log axes fix
|
2016-06-13 12:27:48 -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
|
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
|
cf4fcf3351
|
fixed boxplot grouping; cleaned up GroupBy recipe; added arg_descs
|
2016-06-07 21:12:59 -04:00 |
|
Thomas Breloff
|
05fa4a92de
|
fixes in plotly/plotlyjs; smooth primary false
|
2016-06-07 01:42:33 -04:00 |
|
Thomas Breloff
|
56f398fb55
|
histogram2d recipe; handle smoothing generically
|
2016-06-06 17:55:09 -04:00 |
|
Thomas Breloff
|
de616dfdf0
|
update_min_padding fix; shape support in GR; GR attr fixes; image extrema and fixes; hline/vline recipes; nobigs closes #303
|
2016-06-06 15:34:51 -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
|
e9d95a85b7
|
proper grid layout in macro; pyplot isx fix
|
2016-05-30 14:56:32 -05:00 |
|
Thomas Breloff
|
0a86ccb142
|
working on 0.5 changes
|
2016-05-28 10:42:41 -04:00 |
|
Thomas Breloff
|
ce82e07dc9
|
Extrema type and link_axis; link keyword, removed old link logic
|
2016-05-27 22:03:56 -04:00 |
|
Thomas Breloff
|
d3baa58c7e
|
series ordering bug fix
|
2016-05-27 12:55:29 -04:00 |
|
Thomas Breloff
|
010b8a382e
|
working on building plot from existing plots
|
2016-05-27 10:58:45 -04:00 |
|