t-bltg
81170b4342
GR: add support for mesh3d
2021-07-05 02:15:51 +02:00
t-bltg
ee316e2913
GR: rework automatic major/minor ticks for log scales
2021-07-04 21:58:13 +02:00
t-bltg
ef93aa87be
Merge pull request #3610 from t-bltg/dist_bug
...
Bypass JuliaStats/Distributions.jl/issues/1358
2021-07-04 19:22:33 +02:00
t-bltg
88ebb8152d
bypass JuliaStats/Distributions.jl/issues/1358
2021-07-04 19:00:28 +02:00
t-bltg
124d2d6aa3
issue warning only once - apply to other backends
2021-07-04 15:48:16 +02:00
t-bltg
cdbafd60c8
Merge pull request #3598 from t-bltg/legend
...
Fix Latex sub/super-scripts in legends
2021-07-04 15:34:44 +02:00
t-bltg
5eb62abb25
simplify build_layout logic
2021-07-04 15:07:09 +02:00
t-bltg
3f110d6a6c
Merge pull request #3591 from t-bltg/surf_opts
...
GR: expose surface(...) display options, fix hardcoded constants
2021-07-04 12:50:55 +02:00
t-bltg
293b43013b
allow spacing via extra_kwargs
2021-07-03 20:05:53 +02:00
t-bltg
3536acbcc8
warn on invalid value for log scale based series
2021-07-03 14:44:53 +02:00
Simon Christ
0ca5bc9124
1.16.8 [skip ci]
v1.16.8
2021-07-02 21:27:21 +02:00
t-bltg
14b38354da
fix #3558
2021-07-02 20:26:24 +02:00
t-bltg
06c551ba51
Skip example 55 for PyPlot, Plotlyjs and Plotly
...
PgfPlotsX looks ok
2021-07-02 16:57:35 +02:00
t-bltg
f63ee6d79e
enhance example 55 ( #3596 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-07-02 15:06:36 +02:00
github-actions[bot]
b3f698c460
Update precompile_*.jl file ( #3592 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-07-02 09:42:25 +02:00
Simon Christ
829860fa2d
use sinc in example 55
2021-07-02 09:17:56 +02:00
Simon Christ
1523ef67d5
simplify example 55
2021-07-01 21:41:35 +02:00
github-actions[bot]
e049b082f3
[AUTO] Update precompiles ( #3573 )
...
* add tests for series_annotations in layouts
* add methods for matrices of annotations
* defensive copy on plot(plots)
* seperate in plot(plots) and plot!(plots)
* Update precompile_*.jl file
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-07-01 18:40:58 +02:00
Simon Christ
f78899a1ef
return plot object
2021-07-01 18:28:50 +02:00
t-bltg
e42b4ad34d
GR: surface, add the possibility to override the hardcoded nx and ny in GR.gridit(...)
2021-07-01 16:54:07 +02:00
t-bltg
a7c629f775
GR: expose surface(...) display options
2021-07-01 15:08:36 +02:00
t-bltg
1ddc673201
GR: 3D, warn on invalid rotation or tilt
2021-07-01 14:02:30 +02:00
t-bltg
bba971f7ea
GR: fix axis flip / mirror in 3D plots ( #3584 )
...
* fix axis flip in 3D plots
* add mwe as example - fix needs_3d_axes
* fix major / minor grids when mirroring
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 22:50:09 +02:00
Simon Christ
3f9105054c
1.16.7 [skip ci]
v1.16.7
2021-06-30 11:30:37 +02:00
t-bltg
a64ae3d13c
GR: fix alignment of ticks label when rotating ( #3587 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 09:30:55 +02:00
t-bltg
7b0066c433
simplify major / minor grid segments ( #3586 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-25 21:10:35 +02:00
Simon Christ
d657c0cb33
1.16.6 [skip ci]
v1.16.6
2021-06-25 16:57:10 +02:00
t-bltg
50f63cf1eb
Ignore :blank plots ( #3585 )
2021-06-25 15:40:49 +02:00
Simon Christ
2b22dae757
Handle matrices of annotations and copy for plot(plots) ( #3572 )
...
* add tests for series_annotations in layouts
* add methods for matrices of annotations
* defensive copy on plot(plots)
* seperate in plot(plots) and plot!(plots)
2021-06-17 09:29:39 +02:00
Simon Christ
7ca32b5edd
show ekwargs on show ( #3567 )
2021-06-12 09:38:10 +02:00
Simon Christ
3f5a1287be
1.16.5[skip ci]
v1.16.5
2021-06-10 15:48:03 +02:00
Simon Christ
990e0f3f7f
Better twinx ( #3564 )
...
* improve twinx
* add tests, disable gridlines of twinx
2021-06-10 15:00:19 +02:00
Simon Christ
849d31d57f
markers -> mark for older pgfplots version
2021-06-09 16:54:55 +02:00
Simon Christ
cfe5ba24a6
1.16.4 [skip ci]
v1.16.4
2021-06-09 15:54:34 +02:00
Simon Christ
be1c263df9
no markers on fillranges ( #3563 )
2021-06-09 15:53:52 +02:00
Fons van der Plas
203af856cd
embeddable_html ( #3559 )
2021-06-09 09:01:40 +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
5330776040
1.16.3 [skip ci]
v1.16.3
2021-06-07 19:56:24 +02:00
Simon Christ
fcdb3c1c0d
remove markers from fillranges ( #3553 )
2021-06-07 18:29:36 +02:00
Simon Christ
cc290818d7
fix setting marker = :none without seriestype ( #3550 )
2021-06-07 15:55:43 +02:00
Simon Christ
14b3852060
add :symmetric docs
2021-06-04 22:09:51 +02:00
Simon Christ
387f918080
[skip ci]
2021-06-04 17:29:13 +02:00
Simon Christ
d0d95c6cc7
1.16.2 [skip ci]
v1.16.2
2021-06-04 17:09:25 +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
4723c513be
1.16.1 [skip ci]
v1.16.1
2021-06-04 15:39:51 +02:00
Simon Christ
d1373d8b89
fix fontfamily ( #3542 )
...
* fix fontfamily
* Update test_defaults.jl
2021-06-04 15:36:40 +02:00
Simon Christ
9f51b96269
1.16.0 [skip ci]
v1.16.0
2021-06-03 19:00:39 +02:00
t-bltg
601df0c9a9
GR: allow explicit guidefontrotation ( #3529 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-03 19:00:06 +02:00
github-actions[bot]
700b5782ec
Update precompile_*.jl file ( #3536 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2021-06-03 17:36:51 +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