Simon Christ
d3449331c9
remove Shape from _pgfplotsx_marker
2022-03-30 15:38:11 +02:00
Ian Butterworth
eb746d1641
Sort supported args ( #4156 )
...
* sort supported args
* Update src/args.jl
* sort all supported* functions
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2022-03-29 17:42:23 +02:00
Steve Leung
a33c0205b2
Restored plotly hover functionality for plots with multidimensional data ( #4159 )
...
* Restored hover functionality for plots with multidimensional data
* Renamed plotly_hover!() to plotly_adjust_hover_label!()
* Updated contributors list
* Update src/backends/plotly.jl [skip ci]
Co-authored-by: t-bltg <tf.bltg@gmail.com>
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: t-bltg <tf.bltg@gmail.com>
2022-03-29 17:42:01 +02:00
Simon Christ
65ab68c3b5
fix legends for arrows ( #4161 )
...
* fix legends for arrows
* Apply suggestions from code review [skip ci]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* raise tolerance on windows
* Update test/runtests.jl [skip ci]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-29 17:41:25 +02:00
t-bltg
0f4a0c7154
fix examples
2022-03-27 12:09:54 +02:00
t-bltg
02d08beb1e
improve coverage ( #4155 )
2022-03-27 01:42:05 +01:00
Simon Christ
dbe81dabd5
fix #4151 ( #4153 )
...
* letter and Set the consts
* use julia-code-style-suggesters
* remove superfluous name
* edit by copy of code-style-suggesters
* delete stuff
* remove using
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-25 17:39:54 +01:00
t-bltg
0686461686
UnicodePlots: png output ( #4149 )
2022-03-23 20:06:57 +01:00
Simon Christ
afe24f46bc
fix example 25
2022-03-17 12:04:47 +01:00
Simon Christ
79638b7789
Update examples.jl
2022-03-17 09:12:02 +01:00
Simon Christ
843226bfe1
Revert "annotations over marksers in pgfplotsx backend ( #3957 )" ( #4142 )
...
This reverts commit 06bc99ef68dca50fd3f91cadff0b5d210ad3fdbf.
2022-03-17 09:05:29 +01:00
Simon Christ
4665f5caab
fix compat check
2022-03-11 20:51:43 +01:00
Simon Christ
1520705fa7
add z_order ( #4139 )
...
* add z_order
* format
* add missing ,
* fix testss
* this time for real
* format [skip ci]
2022-03-11 15:57:06 +01:00
Simon Christ
092fb67017
Actually check if the loaded backend version mets the compat entries ( #4137 )
...
* implement checking backend compat
* format
* handle backends without compat entry
* get version for julia 1.6
2022-03-11 10:49:40 +01:00
t-bltg
2b7e304c7e
revert constant legend box ( #4117 )
2022-03-01 14:53:45 +01:00
Simon Christ
b34f8b87c1
check loaded_modules instead of Main for warnings about StatsPlots recipes ( #4123 )
...
* check loaded_modules instead of Main
* format
2022-03-01 09:23:10 +01:00
Simon Christ
95fd48ed9b
Bbs/legendfontx ( #4119 )
...
* revert legendfont being determant
* format
* fix precompiles
2022-02-26 17:26:14 +01:00
github-actions[bot]
afe85207e1
Update precompile_*.jl file [skip ci] ( #4110 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2022-02-20 14:42:57 +01:00
Simon Christ
204b2178d0
better line ( #4085 )
2022-02-18 21:13:16 +01:00
Simon Christ
51358717ee
add slicing of tuples of matrices for plotattributes ( #4109 )
...
* add slicing of tuples of matrices
* remove dot
* format files
2022-02-18 21:12:44 +01:00
github-actions[bot]
ed9f0bcab3
Update precompile_*.jl file [skip ci] ( #4101 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2022-02-18 13:55:22 +01:00
t-bltg
d342672dd2
Allow color on txt io ( #4102 )
2022-02-17 22:33:09 +01:00
t-bltg
a919fe59d3
Center :image axes ticks ( #4088 )
2022-02-16 22:05:50 +01:00
Simon Christ
0813b18d69
Fix regression in legend font size setting ( #4100 )
...
* take legend font attributes from existing font
* "format" file
* format remaining files
* better in the error box
2022-02-11 15:26:01 +01:00
t-bltg
6c67908a3a
UnicodePlots: allow setting width / height
2022-02-09 16:04:22 +01:00
t-bltg
a361ba60b8
UnicodePlots: support zoom ( #4099 )
2022-02-09 14:30:51 +01:00
t-bltg
34c22970f2
UnicodePlots: update hack for png
2022-02-08 23:41:12 +01:00
t-bltg
5d8acf5189
UnicodePlots: add more extra_kwargs ( #4097 )
2022-02-08 20:56:54 +01:00
t-bltg
bf5d1aa060
Fix plotattributes in _add_plot_title! ( #4090 )
...
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2022-02-07 21:21:22 +01:00
t-bltg
ce70ec26a6
UnicodePlots: 3d support ( #4089 )
2022-02-07 20:22:39 +01:00
t-bltg
6e4cb5fedc
Fix example 41 ( #4093 )
2022-02-06 22:32:40 +01:00
Michael Krabbe Borregaard
2a7d2d710e
Merge pull request #4076 from JuliaPlots/mkb/fix_wand
...
fix the wand binning
2022-01-30 08:24:58 +01:00
t-bltg
e3ea97199f
Precompilation statements for nightly ( #4082 )
...
* enable precompilation on nightly
* update CompileBot, add precompile statements for nightly
2022-01-28 22:00:26 +01:00
t-bltg
2896c5a25a
Rework warn_on_unsupported ( #4081 )
2022-01-28 15:32:15 +01:00
t-bltg
824dbe9948
UnicodePlots: use more extra_kwargs ( #4080 )
2022-01-28 11:30:42 +01:00
t-bltg
3e8db4532b
UnicodePlots: toggle canvas blend with extra_kwargs
2022-01-28 10:30:27 +01:00
Michael Krabbe Borregaard
0ba580bcaa
fix the wand binning
2022-01-26 17:28:56 +01:00
Tom Gillam
5d5239834c
Example for vspan and hspan ( #4062 )
...
* Example for vspan and hspan
* Format
* First time contributor
2022-01-26 13:21:46 +01:00
github-actions[bot]
2ddedf97bf
Update precompile_*.jl file [skip ci] ( #4071 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2022-01-26 11:12:38 +01:00
Simon Christ
915df5d3ee
Fix ribbon slicing ( #4068 )
...
* move ribbon handling after slicing
* format file
2022-01-25 21:20:18 +01:00
Simon Christ
2eaf9f3b15
fix plotting empty plot for plotly ( #4067 )
2022-01-25 17:14:07 +01:00
t-bltg
311831ca4e
UnicodePlots: do not show blank plots (on layouts) ( #4058 )
2022-01-22 18:26:13 +01:00
t-bltg
ab698da5a4
Add format check, reduce format PR frequency ( #4053 )
2022-01-22 16:10:28 +01:00
Tianyi Pu
34e581ff3f
Fix default docstring ( #4057 )
2022-01-22 15:58:30 +01:00
Zhanibek
acb5d5ac4b
gr-constant-legendbox ( #4055 )
2022-01-22 02:52:46 +09:00
Zhanibek
e8ac74a390
Revert "gr-constant-legendbox ( #4043 )" ( #4054 )
...
This reverts commit 806e7691851101b1586af2bc23f58b6415405631.
2022-01-22 01:27:28 +09:00
Zhanibek
806e769185
gr-constant-legendbox ( #4043 )
2022-01-22 01:27:01 +09:00
t-bltg
f333cb284a
UnicodePlots: basic quiver and contour support ( #4031 )
...
* basic quiver support
* toggle grid
* add contour
* add colorbar
* toggle contour example
* rework keywords
2022-01-19 18:58:11 +01:00
github-actions[bot]
1f49839529
Format .jl files [skip ci] ( #4042 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2022-01-17 12:50:54 +01:00
Simon Christ
a24fb93ab1
Move fillrange and ribbon logic from RecipesPipeline and add tests for default function ( #4030 )
...
* add tests for default function
* remove fillrange and ribbon handling from RecipesPipeline
* adjust compat
2022-01-12 15:30:52 +01:00