2360 Commits

Author SHA1 Message Date
Will Grant
068523fac1 neaten change by implementing with a for loop 2019-06-17 17:44:24 +10:00
yha
b3336229ab Limit number of automatic bins 2019-06-17 01:31:08 +03:00
Daniel Schwabeneder
0f6336b3dd fix ENV['PLOTS_DEFAULT_BACKEND'] 2019-06-15 18:30:21 +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
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
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
Marek Kukan
08a30b255d fix bug in plotly_convert_to_datetime 2019-06-06 14:31:54 +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
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
Will Grant
6d6d4f14b5 add recipes for time periods 2019-05-24 11:27:09 +10:00
Fredrik Ekre
9a445d529d Make sure show return nothing. 2019-05-17 10:41:01 +02:00
shipengcheng1230
405df5da8b fix gr_display 2019-05-12 13:14:03 -04:00
SimonDanisch
d5f3a3ef69 clean up & fix tests 2019-05-09 12:40:19 +02:00
Daniel Schwabeneder
c32b9029d1
Merge pull request #2016 from H-M-H/pgf_axis_arrows
Add attribute draw_arrow for axes.
2019-05-06 22:20:52 +02:00
Daniel Schwabeneder
3fe60b9d18
Merge pull request #2018 from daschw/legend
outer legends for gr and pyplot and guide/margin improvements for gr
2019-05-05 16:24:07 +02:00
Daniel Schwabeneder
34cff752f1 missing method for gr_set_transparency 2019-05-05 13:22:16 +02:00
Daniel Schwabeneder
0dba83daf6 fix gr alphas 2019-05-05 13:08:03 +02:00
Daniel Schwabeneder
c399092261 fix animations for pyplot 2019-05-04 20:43:49 +02:00
Daniel Schwabeneder
dcabb2c579 ticks, guides, margins for gr 2019-05-02 23:04:35 +02:00
Daniel Schwabeneder
65173e6dd2 fix recipe error 2019-05-02 12:48:06 +02:00
Daniel Schwabeneder
bf0bb68e28 only add half of ticks text size to min padding 2019-05-02 11:31:20 +02:00
Daniel Schwabeneder
21774dc36b consider rotation in gr_get_ticks_size 2019-05-02 11:27:16 +02:00
Daniel Schwabeneder
0e3a9f0b8f outer legends for GR 2019-05-02 11:18:17 +02:00
Daniel Schwabeneder
903cb404c3 shorter implementation 2019-05-01 12:12:51 +02:00
Daniel Schwabeneder
03325533bf outer legend positions for pyplot 2019-05-01 12:08:35 +02:00
HMH
710123aab4 Add attribute draw_arrow for axes.
The draw_arrow attribute enables drawing an arrow at the end of an axis.
Currently supported only by the PGFPlots backend.
2019-05-01 00:27:20 +02:00
Daniel Schwabeneder
4742ec972b allow numeric legend positioning in pyplot 2019-04-30 15:25:08 +02:00
8uurg
39605bccc2 Make legend=:outertopright work
Move x to the right of the plot viewport
Perform legend size computation earlier as this computed width is required for adjusting the width of the plotarea viewport.
This adjustment has to be done before any further computations requiring this plotarea viewport width.
2019-04-27 20:13:36 +02:00
Daniel Schwabeneder
a6588daa3e allow negative radii in polar plots for pyplot 2019-04-26 13:17:29 +02:00
Daniel Schwabeneder
b053366b06 don't filter polar data 2019-04-26 13:03:03 +02:00
Michael Krabbe Borregaard
6131154dd0 mixing ios in println 2019-04-15 15:13:22 +02:00
Michael Krabbe Borregaard
0c67a61e7d fix io 2019-04-15 09:07:52 +02:00
Daniel Schwabeneder
72696a4326
Merge pull request #1995 from daschw/marker
don't let `marker = true` set the marker size to 1 (fix #1994)
2019-04-12 14:12:40 +02:00
Daniel Schwabeneder
3231f4d9b1
Merge pull request #1996 from daschw/line
sort vector attributes for seriestype line (fix #1989)
2019-04-12 14:02:04 +02:00
Daniel Schwabeneder
8a81b398cf fix typo 2019-04-12 12:44:34 +02:00
Daniel Schwabeneder
a37a1a0004 sort vector attributes for seriestype line 2019-04-12 12:41:49 +02:00
Daniel Schwabeneder
b6b00c843a set default to :circle instead of :auto for marker = true 2019-04-12 09:42:19 +02:00
Daniel Schwabeneder
5506c0543c don't let marker = true set the marker size to 1 2019-04-12 09:24:28 +02:00
Michael Krabbe Borregaard
0b3dafcd18 fix plotattr
`plotattr` would fail when the description did not have a period (`.`) in it, e.g. for `ticks`. This seemed safer than to edit the argument descriptions
2019-04-09 21:16:56 +02:00