mantaohuang
2a7a1f2e2a
remove math font from tick font dict
2022-05-14 02:05:58 -04:00
Simon Christ
9e34ed0383
add permute, deprecate orientation ( #4164 )
...
* add series_permutation
* works for dates and categorical input, not vector of strings
* Update src/pipeline.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update src/pipeline.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add test
* correct test
* make bar workign
* add deprecation
* rename series_permutation -> permute
* add Documentation
* fix uneccessary deprecation
* permute h/vlines
* Auto-format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* 1.29.0
* Update Project.toml [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-05-05 15:15:56 +02:00
Simon Christ
92611ea3b4
reset marker_z for errorbars ( #4193 )
...
* reset marker_z for errorbars
* also reset line_z
2022-05-04 16:58:23 +02:00
Jeremiah
b76dc2d7a3
quarto pdf fix? ( #4188 )
2022-05-02 14:25:17 +02:00
zhiyuanzhai
137d339e0b
Fixing the colorbar title for colorbars on the top. ( #4191 )
...
* To fix #4183 .
* Providing my information according to #3503 .
2022-05-02 11:00:50 +02:00
Simon Christ
e06143ce33
fix #4190
2022-05-02 09:28:55 +02:00
t-bltg
9e92ada61a
Update examples.jl
2022-04-26 16:29:08 +02:00
t-bltg
cebca5174b
UnicodePlots: support polarplot ( #4185 )
2022-04-26 15:36:23 +02:00
Stephan Antholzer
e3e86aa6cd
merge series extra_kwargs for plotly_series ( #4172 )
2022-04-22 11:12:55 +02:00
Benoit Pasquier
182d4683e6
Add areaplot example to gallery ( #4178 )
...
* Add areaplot example to gallery
Not sure this is the right way to add example to the gallery but hopefully this is helpful :)
* format files
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2022-04-19 16:03:50 +02:00
Jeff Bezanson
616d72476a
Add version check for 1.8 precompiles ( #4179 )
...
Co-authored-by: t-bltg <tf.bltg@gmail.com>
2022-04-14 13:32:59 +02:00
Simon Christ
4f9a708f66
fix empty segments in plotly ( #4177 )
...
* fix empty segment case
* fix failure on 1.6
2022-04-08 16:39:37 +02:00
t-bltg
f0a1ef8a0c
Update gaston.jl
2022-04-05 15:26:17 +02:00
t-bltg
49aee2d204
Update unicodeplots.jl
2022-04-05 15:02:56 +02:00
t-bltg
02351a45b4
UnicodePlots: rework png output (#4171 )
2022-04-05 14:56:47 +02:00
Simon Christ
e691a42b90
add docs to scale, rotate
2022-04-05 14:52:51 +02:00
Simon Christ
8a584ceab4
add/ rearrange docstrings
2022-04-05 13:43:19 +02:00
t-bltg
cc1bd28ccd
Disable warnings on experimental backends ( #4169 )
2022-04-05 00:52:49 +02:00
Fons van der Plas
d9fb8b8ef3
Remove Main.Plots dependency ( #4168 )
2022-04-04 23:36:52 +02:00
t-bltg
dc3e3176f2
UnicodePlots: fix internal change
2022-04-04 18:10:58 +02:00
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