David MacMahon
10fa36cdd9
Use even to tweak length of make_steps output
...
If `even` in false, `make_steps` returns an odd-length (2n-1) Vector as
it did before. If even is `true`, `make_steps` now returns an
even-length (2n) Vector whose first (2n-1) elements are the same as
before and whose final element is the same as the final element of the
input Vector.
2021-03-24 20:21:12 -07:00
David MacMahon
0508d05299
Remove conditional from make_steps for loop
2021-03-24 20:16:53 -07:00
David MacMahon
59a1faf590
Add even arg to make_steps
...
This is in preparation for `:stepmid` support.
2021-03-24 19:56:29 -07:00
Zhanibek
c0824bdc62
Colorbar enhancements ( #3346 )
...
* CompatHelper: bump compat for "Showoff" to "1.0"
* fix series-segments for empty series
* fix wireframe on pyplot
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix aspect_ratio in GR with legend=:outertopright
* fix GR test failure
* new release [skip ci]
* colorbar scale supported
* Added weights example to ? histogram
Helps to clarify the use of weights (which differs from StatsBase functions)
* Update precompile_*.jl file
* minor version bump [skip ci]
* working prototype
* fixed formatting, added colorbar docs
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix GR test failure
* colorbar scale supported
* working prototype
* fixed formatting, added colorbar docs
Co-authored-by: Daniel Schwabeneder <daschw@disroot.org>
2021-03-25 11:22:07 +09:00
MA Laforge
606b86c962
Conform to InspectDR's new layout API in v0.4.0.
2021-03-24 19:28:52 -04:00
Daniel Schwabeneder
a50661dd44
fix bar for unsorted x input
2021-03-23 22:11:16 +01:00
Daniel Schwabeneder
34f4d318ea
fix line_z on pyplot
2021-03-20 11:13:39 +01:00
Daniel Schwabeneder
f76390c20d
Merge pull request #3350 from daschw/gr-aspect
...
fix aspect_ratio in GR with legend=:outertopright
2021-03-16 10:39:23 +01:00
jo-fleck
ae99ed2588
Added weights example to ? histogram
...
Helps to clarify the use of weights (which differs from StatsBase functions)
2021-03-15 14:09:24 +01:00
Daniel Schwabeneder
66db3ceae0
fix aspect_ratio in GR with legend=:outertopright
2021-03-14 17:41:54 +01:00
Daniel Schwabeneder
060162c356
Merge pull request #3344 from daschw/py-wireframe
...
fix wireframe on pyplot
2021-03-12 21:49:42 +01:00
Daniel Schwabeneder
271d93c1ed
Merge pull request #3340 from daschw/series-segments
...
fix series-segments for empty series
2021-03-12 21:49:26 +01:00
Daniel Schwabeneder
664af999cd
fix wireframe on pyplot
2021-03-10 22:15:06 +01:00
Daniel Schwabeneder
a1ace08d22
Merge pull request #3332 from korsbo/nk/pgfplotsx_dpi
...
Enable `dpi` option for `pgfplotsx()` PNGs.
2021-03-06 12:39:31 +01:00
Daniel Schwabeneder
4d5f76b80d
Merge pull request #3330 from yha/segment-example-no-cycle
...
No implicit cycling in example
2021-03-06 12:38:30 +01:00
Daniel Schwabeneder
b8c2d62c32
Merge pull request #3329 from gustaphe/annotations
...
Bar chart series_annotations
2021-03-06 12:38:07 +01:00
Daniel Schwabeneder
6201dfe580
Merge pull request #3324 from gustaphe/legendangle
...
[WIP] position legend at angle
2021-03-06 12:37:35 +01:00
Daniel Schwabeneder
d44b7e89e7
fix series-segments for empty series
2021-03-06 12:03:50 +01:00
Niklas Korsbo
e9b78e7191
Enable dpi option for pgfplotsx() PNGs.
2021-03-03 10:46:24 +01:00
yha
f418acf387
No implicit cycling in example
2021-03-03 00:00:25 +02:00
yha
c8b882d17a
rename local var
2021-03-02 22:56:56 +02:00
David Gustavsson
9cee7a2c47
Documentation for legend angle
2021-03-02 11:53:47 +01:00
David Gustavsson
d6a72a5df5
Add legend angle to pyplot
2021-03-02 10:19:26 +01:00
David Gustavsson
37252ec562
Correct anchor order
2021-03-02 10:07:49 +01:00
David Gustavsson
1d3e0a5d5d
Better legend anchor algorithm
2021-03-02 08:02:39 +01:00
yha
6af91c7f71
warning and hint on mismatched attr lengths
2021-03-01 03:23:19 +02:00
yha
e9cd69ea2f
Fix Shape vector recipe
2021-03-01 02:17:42 +02:00
David Gustavsson
6724a3a2fe
Centralize utility functions, add legend-angle to plotly, pgfplotsx
2021-02-28 23:40:06 +01:00
David Gustavsson
a75d309d20
Labels for horizontal bars
2021-02-28 09:20:20 +01:00
David Gustavsson
5cc08a17b6
Series annotations for bar plots
2021-02-28 08:57:54 +01:00
David Gustavsson
2cee039dbc
Add polar legend position
2021-02-25 15:08:33 +01:00
David Gustavsson
6193519b1f
Correct erroneous offset for legend=:outerbottom
2021-02-25 12:20:59 +01:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Daniel Schwabeneder
0a6edd5d60
fix gr test example
2021-02-19 22:08:02 +01:00
Daniel Schwabeneder
e8437d76fd
fix fillalpha for surface on pgfplotsx
2021-02-19 21:22:57 +01:00
Daniel Schwabeneder
2e2f7044e2
fix surface on pgfplotsx
2021-02-19 21:20:51 +01:00
Daniel Schwabeneder
100da5ccae
fix fillalpha for surface on pyplot
2021-02-19 20:59:48 +01:00
Daniel Schwabeneder
d59f6c96d5
fix surface for pyplot
2021-02-19 20:26:18 +01:00
Daniel Schwabeneder
0628fb9dc3
enable transparency for surface with GR
2021-02-19 18:59:47 +01:00
Daniel Schwabeneder
e06a51b420
Merge pull request #3299 from fhagemann/master
...
Implement non-uniform polar heatmaps with the GR backend
2021-02-16 21:54:58 +01:00
Daniel Schwabeneder
57e98ac12d
Merge pull request #3302 from sethaxen/hexbinextrakws
...
Support extra_kwargs in hexbins for PyPlot
2021-02-16 20:46:24 +01:00
Daniel Schwabeneder
cf96ddcd30
fix typo in polar heatmap test example
2021-02-16 20:41:32 +01:00
Daniel Schwabeneder
ec532b2cbb
update test example for polar heatmaps
2021-02-16 20:09:13 +01:00
Seth Axen
7989673eb4
Allow mincnt
2021-02-15 14:53:50 -08:00
Seth Axen
897a5eee87
Allow edgecolors to override linewidth
2021-02-15 14:53:40 -08:00
Seth Axen
0665ff907c
Use semicolon
2021-02-15 14:53:22 -08:00
Seth Axen
1fc0892551
Allow extrakws for hexbin
2021-02-15 14:53:10 -08:00
zhanibek
8d7375dc4f
twin, mirror fixes
2021-02-15 15:21:26 +09:00
Felix Hagemann
2594b577d7
Adjust heatmap_edges for polar heatmaps
2021-02-14 00:02:49 +01:00
Felix Hagemann
9b174084f7
Implement non-uniform polar heatmaps with the GR backend
2021-02-13 17:56:03 +01:00