3002 Commits

Author SHA1 Message Date
Daniel Schwabeneder
f415c12a64 fewer lines 2019-09-08 21:35:23 +02:00
Daniel Schwabeneder
149e915994 move areaplot doc from shorthands to recipes 2019-09-08 21:35:23 +02:00
Daniel Schwabeneder
84a04f0de7 add areaplot recipe 2019-09-08 21:35:23 +02:00
Daniel Schwabeneder
f5d7571f47 allow missing in line_z, fill_z and marker_z 2019-09-08 21:35:23 +02:00
Oliver Schulz
6945f81aa7 Improve type stability of _stepbins_path 2019-09-08 21:35:23 +02:00
Oliver Schulz
02b74df534 Fix zero and NaN weighted bins in stephist for log-yscale
Bins with weight NaN and zero (which the Plots engine seems to
turn into into NaN automatically for log-yscale) should
not be draws in log-yscale.
2019-09-08 21:35:23 +02:00
Daniel Schwabeneder
b28721f519 fix gr linealpha 2019-09-08 21:35:22 +02:00
yha
71ae21c82a Support any element type (incl. missing) and length in tuple/Point recipes 2019-09-08 21:35:22 +02:00
Daniel Schwabeneder
7f2a01b39d up version 2019-09-08 21:34:24 +02:00
yha
c611da46fe Fix handling of missing values in matrix inputs. 2019-09-08 21:34:24 +02:00
Daniel Schwabeneder
ce44aaf2d4 remove unnecessary lines 2019-09-08 21:34:24 +02:00
Daniel Schwabeneder
4f61a057f7 allow specifying the color gradient for z values in pyplot 2019-09-08 21:34:24 +02:00
yha
2013f200c5 Limit number of automatic bins 2019-09-08 21:34:24 +02:00
Jeff Fessler
18468a60b0 Document :colorbar_entry
Addresses #2068
2019-09-08 21:34:24 +02:00
Daniel Schwabeneder
eb1b924bb1 fix ENV['PLOTS_DEFAULT_BACKEND'] 2019-09-08 21:34:24 +02:00
Daniel Schwabeneder
d3a8e160cf build PyPlot 2019-06-24 14:25:52 +02:00
Daniel Schwabeneder
040e5a0c04 try python3 again 2019-06-24 13:42:23 +02:00
Daniel Schwabeneder
2a94b9f14e combine ENV variables in travis 2019-06-18 22:49:12 +02:00
Daniel Schwabeneder
52875a11fc try conda again 2019-06-18 22:43:00 +02:00
Daniel Schwabeneder
1fad9881dd use xvfb 2019-06-18 22:25:33 +02:00
Daniel Schwabeneder
26985122e7 use xvfb 2019-06-18 22:24:28 +02:00
Daniel Schwabeneder
cc8b0d5818 try python3-matplotlib 2019-06-18 10:35:31 +02:00
Daniel Schwabeneder
25feb5a3a9 use conda python in tests 2019-06-18 10:02:30 +02:00
Daniel Schwabeneder
f22abb8508 use PlotReferenceImages Julia Package for tests 2019-06-14 23:29:46 +02:00
Daniel Schwabeneder
cd1ee47ace
Merge pull request #2061 from daschw/ratio
don't let aspect_ratio impact subplot size
2019-06-14 17:36:54 +02:00
Daniel Schwabeneder
46ed2f6263 fix pgfplots axis limits 2019-06-13 23:12:12 +02:00
Daniel Schwabeneder
63f6128c87 respect user lims 2019-06-13 23:03:19 +02:00
Daniel Schwabeneder
9f9ac4ec92 bbox_ratio not required 2019-06-13 18:50:59 +02:00
Michael Krabbe Borregaard
7cf223a5b8
Merge pull request #2063 from yha/segments-fix
Fix SegmentsIterator for more than one initial NaN
2019-06-13 16:07:58 +02:00
yha
589643d591 Fix SegmentsIterator for more than one initial NaN. 2019-06-13 16:44:05 +03:00
Daniel Schwabeneder
3509648553
Merge pull request #2049 from yha/pyplot-hide-axis
Fix hiding of axis on PyPlot
2019-06-12 23:12:02 +02:00
Daniel Schwabeneder
94841669bf
Merge pull request #2060 from daschw/gr_arrow
Implement arrowstyle for GR (fix #2059)
2019-06-12 23:02:12 +02:00
Daniel Schwabeneder
fadc0bf6c7 don't let aspect_ratio impact subplot size 2019-06-12 22:49:12 +02:00
Daniel Schwabeneder
fd2c01808a add :open and :closed arrow 2019-06-12 19:26:15 +02:00
Daniel Schwabeneder
8342da1ea2 allow row vector of arrows 2019-06-11 23:15:59 +02:00
Daniel Schwabeneder
e9abb6d021 implement arrowstyle for GR 2019-06-11 22:55:54 +02:00
Michael Krabbe Borregaard
505989eec7
Merge pull request #2052 from marekkukan-tw/mk/fixplotly
fix bug in plotly_convert_to_datetime
2019-06-08 09:47:02 +02:00
Marek Kukan
08a30b255d fix bug in plotly_convert_to_datetime 2019-06-06 14:31:54 +02:00
Michael Krabbe Borregaard
1543c77a39
Merge pull request #2051 from yha/first-missing
Fix for missing as first element
2019-06-04 20:47:10 +02:00
yha
4c22a421a1 No error when input is all missing 2019-06-04 21:00:52 +03:00
yha
972c97d5ec Fix for missing as first element 2019-06-04 20:51:03 +03:00
yha
fd611b3647 Fix hiding of axis on PyPlot 2019-06-03 20:22:44 +03:00
Josef Heinen
71cbaa843c gr: added support for polar heatmaps 2019-06-03 02:25:16 -07:00
Michael Krabbe Borregaard
bbf8b50ad6
Merge pull request #2043 from yha/colorbar-warn-less
Only warn for series sharing a colorbar when it matters.
2019-06-02 19:30:00 +02:00
yha
ddd083b8c1 Fix for gr_get_color(series) == nothing 2019-06-02 19:21:31 +03:00
yha
03f6c76b53 Only warn for series sharing a colorbar when it matters. 2019-05-30 19:08:19 +03:00
Daniel Schwabeneder
0735a3475c
Merge pull request #2031 from fredrikekre/fe/show-return
Make sure show return nothing.
2019-05-17 12:46:17 +02:00
Fredrik Ekre
9a445d529d Make sure show return nothing. 2019-05-17 10:41:01 +02:00
Daniel Schwabeneder
1ea5a5ac0b
Merge pull request #2029 from daschw/register
up version
v0.25.1
2019-05-13 22:17:04 +02:00
Daniel Schwabeneder
bc8370eadd update NEWS.md 2019-05-13 22:16:18 +02:00