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
|
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
|
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
|
a4be274718
|
pyplot display hack
|
2016-06-30 21:05:32 -04:00 |
|
Thomas Breloff
|
bf94c48225
|
pyplot fix; new flexible logic for DataFrames
|
2016-06-29 16:22:16 -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
|
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
|
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
|
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
|
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
|
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
|
2bd67f3519
|
pyplot 3d line segments
|
2016-06-15 02:15:51 -04:00 |
|
Thomas Breloff
|
3d7d8caa82
|
moved pyplot methods _series_added and _initialize_subplot into the display pipeline
|
2016-06-14 18:02:44 -04:00 |
|
Thomas Breloff
|
f64108523c
|
line_z arg and pyplot implementation
|
2016-06-14 15:39:21 -04:00 |
|
Thomas Breloff
|
1ba0d198a7
|
rename ellipse to circle; cleanup glvisualize
|
2016-06-13 15:59:51 -04:00 |
|
Thomas Breloff
|
c44132d29d
|
merge_with_base_supported updates
|
2016-06-13 15:45:35 -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
|
1140b51e91
|
PLOTS_DEFAULTS and removed pyplot finalizer
|
2016-06-13 09:42:50 -04:00 |
|
Thomas Breloff
|
e0af4b7925
|
pyplot log scale fix; plotly title as annotation, title_location, hover placeholder
|
2016-06-12 23:48:18 -04:00 |
|
Thomas Breloff
|
5bb9aceaac
|
pyplot log scale threshold fix; imgcomp fix to filter out higher versions
|
2016-06-12 13:06:15 -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
|
2f60da33b7
|
changed pyplot log scale to symlog; #326
|
2016-06-12 10:28:41 -04:00 |
|
Thomas Breloff
|
3b325b2482
|
pyplot figure finalizer; accept 2-len AVec for limits (#289); sleep/skip/only options in test_examples
|
2016-06-10 10:04:33 -04:00 |
|
Thomas Breloff
|
cf4d78c87c
|
added clims attribute and support it in pyplot
|
2016-06-10 01:25:34 -04:00 |
|
Thomas Breloff
|
514284e784
|
pyplot display fixes for #308; setxyz fix; generic png conversion from pdf; pgfplots pdf output
|
2016-06-09 17:13:16 -04:00 |
|
Thomas Breloff
|
2a3029edb4
|
add build.jl
|
2016-06-09 12:08:36 -04:00 |
|
Thomas Breloff
|
45a1ed69d4
|
removed plotly-latest.min.js and added build.jl which downloads it; fix for quiver_using_hack; working on pyplot display behavior
|
2016-06-09 11:44:05 -04:00 |
|
Thomas Breloff
|
d0209d945d
|
widen further; added zorder to pyplot annotations
|
2016-06-07 12:38:35 -04:00 |
|
Thomas Breloff
|
4ea813c983
|
pyplot scatter fix
|
2016-06-07 12:07:16 -04:00 |
|
Thomas Breloff
|
60d97ad9c9
|
added density recipe
|
2016-06-07 00:18:07 -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
|
aa64a0d3ce
|
pyplot color fix
|
2016-06-01 14:29:36 -05:00 |
|
Thomas Breloff
|
e9d95a85b7
|
proper grid layout in macro; pyplot isx fix
|
2016-05-30 14:56:32 -05:00 |
|