yha
724ad754ae
tests, fix for default_should_widen
2021-12-08 19:52:26 +02:00
Simon Christ
2e67e84361
Legend overhaul including horizontal legends ( #2854 )
...
* prototype
* use add_attributes macro with modification
* add Colors back
* fix convertLegendValue
* fix legendtitlefontsize
* fix gr legend position
* fix aliases
* symbolic color is okay
* remove redundant legend_forground_color aliases
* legend -> legend_postion
* fix inspectdr
* add legendtitlefont pointsize and color
* fix symbol cache
* fix rebase woes
* Update precompile_*.jl file [skip ci] (#3885 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
* fix gr
* more fixes
* add match_table to `@add_attributes`
* fix match_map
* Update src/backends/pgfplotsx.jl
Co-authored-by: t-bltg <tf.bltg@gmail.com>
* fix font calls
* apply formatter
* readd descriptions
* more missing descriptions
* adjust pyplot to master
* fix pgfplotsx
* Revert "Merge branch 'bbs/horizontal-legends' of https://github.com/JuliaPlots/Plots.jl into bbs/horizontal-legends"
This reverts commit d880d89ef66eb18731bc67d32d627dd690c6d9e5.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: t-bltg <tf.bltg@gmail.com>
2021-10-22 15:09:14 +02:00
github-actions[bot]
5a48002d31
Format .jl files [skip ci] ( #3829 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-20 16:10:29 +02:00
BerndR
4f8a265c6a
Fix generic aliases ( #3824 )
2021-09-17 21:43:26 +02:00
t-bltg
0a9d30f7ac
Fix invalid axes aliases ( #3803 )
...
* Fix invalid axes aliases
* Add test
* Enhance testing
2021-09-14 18:00:23 +02:00
t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
Simon Christ
990e0f3f7f
Better twinx ( #3564 )
...
* improve twinx
* add tests, disable gridlines of twinx
2021-06-10 15:00:19 +02:00
Fred Callaway
019a742c84
Respect :widen when passing :lims ( #3552 )
...
* Respect :widen when passing :lims
Previously, the limits were not widened when passing a tuple or
:round to lims (ignoring the widen argument). Fixes #3339
* Add default widen=:auto, which matches default before 43e9a342
* If widen is a Bool, it always determines whether widening occurs.
* If widen is :auto (the defualt), widening occurs for appropriate
seriestypes, unless lims were set manually
* Update test/test_axes.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* fix docs for lims and widen interaction
* Update .zenodo.json
* Update test/test_axes.jl
xlims != ylims
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2021-06-07 20:46:49 +02:00
Simon Christ
d51059f0e9
set projection for 3dquivers ( #3544 )
...
* set projection for 3dquivers
* fix test
2021-06-04 17:08:33 +02:00
Simon Christ
6a62d96751
axis limits = :symmetric ( #2600 )
...
* allow axis-lims = :symmetric
* remove show
* add test
2021-06-03 17:35:42 +02:00
Benoit Pasquier
8cf268a390
Add ticks getter functions ( #3435 )
...
* Add ticks getter functions
* Add tick-getter functions for Plot objects
* Fix boiler-plate code in get_ticks
* Bump minor version + add tests
* Remove kwargs and add subplot test
* Add docstrings
* bump minor version
2021-04-23 08:52:17 +02:00
Daniel Schwabeneder
6cbdd696cd
add unit tests
2020-10-28 21:59:05 +01:00
Simon Christ
8c6295658b
fix showaxis fix ( #2737 )
...
* also replace axis syms
* process showaxis
* fix axis keyword
2020-05-27 15:23:02 +02:00
Simon Christ
42e2266530
Fix showaxis ( #2733 )
...
* also replace axis syms
* include test_axes [skip ci]
* Create test_axes.jl
* process showaxis
2020-05-26 20:40:44 +02:00