t-bltg
02d08beb1e
improve coverage ( #4155 )
2022-03-27 01:42:05 +01:00
Simon Christ
95fd48ed9b
Bbs/legendfontx ( #4119 )
...
* revert legendfont being determant
* format
* fix precompiles
2022-02-26 17:26:14 +01:00
Simon Christ
492f94bf10
Fix fillranges with OffsetVectors for plotly ( #4006 )
...
* don't mutate the Plot object
* remove show
* collect vectors to workaround vcat issue
2021-12-20 21:24:58 +01:00
github-actions[bot]
5d97de1345
Format .jl files [skip ci] ( #4012 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-12-19 23:21:41 +01:00
yha
7de50f91de
Undo unrelated change
2021-12-12 11:26:05 +02:00
yha
15ce6ebfeb
Use Unzip.unzip
2021-12-12 11:16:42 +02:00
github-actions[bot]
3963957e70
Format .jl files [skip ci] ( #3960 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-11-28 10:27:13 +01:00
Simon Christ
c2af71756e
add missing get_clims in GR ( #3950 )
2021-11-25 14:34:15 +01:00
Simon Christ
e9ae75dfa4
Fix setting of legend font via legend_font ( #3934 )
...
* find pipeline spot
* better spot
* construct font
* set font and matching
* respect defaults
2021-11-11 09:48:29 +01:00
github-actions[bot]
9d3ce54c37
Format .jl files [skip ci] ( #3927 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-11-09 16:13:21 +01:00
t-bltg
d1309c6c7b
Fix LaTeXStrings support for UnicodePlots and InspectDR ( #3879 )
...
* fix LaTeXStrings support for UnicodePlots and InspectDR
* rename & fix
2021-11-03 09:22:37 +01: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
Yuval
3b0950f915
Fix vector attributes to bar plots ( #3751 )
2021-10-19 21:21:20 +02:00
github-actions[bot]
8e17a182f9
Format .jl files [skip ci] ( #3846 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-26 15:42:31 +02:00
Lukas Hauertmann
866cb0c335
Add :mesh3d seriesstyle for PyPlot backend ( #3835 )
...
* Add `:mesh3d` seriesstyle for PyPlot backend
via `Poly3DCollection`.
* Add `:connections` to lists of supported keywords
for the backends which support `:mesh3d` as series type.
* Remove #47 from list of skipping examples for PyPlot
* Add support for only-triangle syntax for `:connections` kw
for PyPlot
* Add 1-based indexing syntax for `connections` kw in `:mesh3d`
* Update description for example `#47` (`:mesh3d`)
* Hotfix 1-based indexing for mesh3d in pgfplotsx
2021-09-22 17:12:11 +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
t-bltg
175c87cec6
Avoid Vararg usage ( #3809 )
2021-09-15 12:28:24 +02:00
github-actions[bot]
34758c82a3
Format .jl files [skip ci] ( #3795 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-09-06 11:52:32 +02:00
Nicholas Bauer
70b635dbe1
Cache axis args in a dictionary ( #3775 )
...
Co-authored-by: t-bltg <tf.bltg@gmail.com>
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2021-08-31 21:36:58 +02:00
Pearl Li
ded808477d
Add hatched fill for GR and PyPlot ( #3107 )
2021-08-26 16:55:56 +02:00
t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
t-bltg
b7b4c850b6
move mesh3d triangle to utils - gaston: implement :mesh3d
2021-08-03 20:07:56 +02:00
t-bltg
f3aa61293b
change fakedata rng in tests
2021-07-23 14:47:16 +02:00
t-bltg
cd06648ec3
Switch to Random.GLOBAL_RNG
...
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2021-07-23 11:02:22 +02:00
t-bltg
fe7d957be3
use a stable RNG in fakedata
2021-07-22 13:00:07 +02:00
t-bltg
91e91ac821
Reduce number of warnings on invalid log values
2021-07-07 00:45:53 +02:00
t-bltg
124d2d6aa3
issue warning only once - apply to other backends
2021-07-04 15:48:16 +02:00
t-bltg
3536acbcc8
warn on invalid value for log scale based series
2021-07-03 14:44:53 +02:00
Simon Christ
5fafddb995
fix fontrotation being interpreted as fontsize ( #3533 )
...
* fix convenience font functions
* correct size argument
2021-06-02 22:12:30 +02:00
yha
23567964e7
undo accidental change
2021-05-03 19:45:48 +03:00
yha
0c7f7ba011
Fix for plotting a vector of (at least two) NaNs
2021-05-03 19:44:11 +03: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
Daniel Schwabeneder
d44b7e89e7
fix series-segments for empty series
2021-03-06 12:03:50 +01:00
yha
c8b882d17a
rename local var
2021-03-02 22:56:56 +02:00
yha
6af91c7f71
warning and hint on mismatched attr lengths
2021-03-01 03:23:19 +02:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Felix Hagemann
2594b577d7
Adjust heatmap_edges for polar heatmaps
2021-02-14 00:02:49 +01:00
Daniel Schwabeneder
5660ea9501
remove dependency on discontinued GeometryTypes
2020-10-27 11:19:50 +01:00
Daniel Schwabeneder
df07dc9377
actually remove transpose_z
2020-10-12 01:16:59 +02:00
Daniel Schwabeneder
9cf9edffe0
remove transpose_z
2020-10-12 01:10:56 +02:00
Daniel Schwabeneder
bd46b51b94
remove some more type piracies and use === when comparing to nothing
2020-10-04 18:10:52 +02:00
Simon Christ
49555ecc2f
Letterswap ( #2979 )
...
* Fix vline, histogram, barhist, stephist axis letter
* Fix vspan + move vline y values to shorthands
* Fix histograms with @one_arg_shorthands + fix vspan
* Add tests for axis letter
* move swap to _plot
* use RecipesBase approach
* restore formatters
* fix and format pgfx-tests
* update compat
* Update precompile_*.jl file (#2982 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: Benoit Pasquier <briochemc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-16 14:37:26 +02:00
Daniel Schwabeneder
0b91d51a40
fix marker shapes with segments on gr, pyplot and plotly
2020-08-31 18:55:17 +02:00
yha
bd7f0dc8d4
Merge branch 'tick-format' of https://github.com/yha/Plots.jl into tick-format
2020-08-22 21:26:35 +03:00
yha
449d35ebf2
Tick label formatting fixes
2020-08-22 21:26:35 +03:00
Simon Christ
bf85afe9d6
unite titlefonts ( #2363 )
...
* change default `plot_title`
* add fontkwargs for colorbar_title, plot_title and window_title
* add utility functions
* adjust default colorbar title fontsize
* remove window-title attributes and edit description
* add match_map entries
* remove plot_fontfamily add match for colorbar_fontfamily
* add process_any_label
* add tests
* add magic arguments
* adjust tests
* fix subplot args
2020-08-13 11:31:17 +02:00
yha
0db321aecc
Support offset vectors as fillrange and ribbon
2020-07-20 00:12:47 +03:00
yha
d353dca531
Recipe for GeometryBasics.Point
2020-06-18 21:18:34 +03:00
Daniel Schwabeneder
580ac8a9d1
fix infinite objects with log scale
2020-05-29 09:42:44 +02:00
Miles Lucas
995c7d349e
fix type restriction in process_clims
2020-05-27 11:55:49 -10:00