Daniel Schwabeneder
1402ff5ea0
add new test example
2020-11-12 14:34:18 +01:00
Daniel Schwabeneder
2a4f00b80a
Merge pull request #3105 from daschw/discrete-ticks
...
more regular automatic categorical ticks
2020-10-28 22:59:22 +01:00
Daniel Schwabeneder
6cbdd696cd
add unit tests
2020-10-28 21:59:05 +01:00
Daniel Schwabeneder
5660ea9501
remove dependency on discontinued GeometryTypes
2020-10-27 11:19:50 +01:00
Simon Christ
fdbeace33a
fix jupyter ( #3090 )
...
* fix jupyter
* Update runtests.jl
* Update runtests.jl
2020-10-23 00:05:40 +02:00
Simon Christ
17acb45653
Replace artifact by scratchspace ( #3067 )
...
* replace build.jl by Artifacts.toml
* check ENV
* fix it
* fix condition
* restore ===
* replace Artifact by Scratchspace
* correct Project.toml
* update CI
* Update ci.yml
* Update SnoopCompile.yml
* add tests
* improve tests
* fix
2020-10-20 17:54:08 +02:00
Simon Christ
015b48eede
fix attributes passing ( #3073 )
2020-10-16 16:58:35 +02:00
Simon Christ
363f401474
Fix loading of themes ( #3057 )
...
* Fix loading of themes
Fix #3053
Needs test
* Create test_defaults.jl
* Update runtests.jl
* Update test_defaults.jl
* Update test_defaults.jl
* Update test_defaults.jl
* Update test_defaults.jl
* Update test_defaults.jl
2020-10-12 17:25:40 +02:00
Simon Christ
87c44e231b
fix vline & vspan ( #2985 )
...
* add tests
* fix vline, vspan with dates
* add limit tests for vline and vspan
* fix 1.3 tests
2020-09-17 17:34:16 +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
Simon Christ
3ba712dde0
pgfx fix segments ( #2970 )
2020-09-15 18:13:46 +02:00
Simon Christ
1b70fb18e4
fix extra series in lens! ( #2919 )
...
* fix extra series in lens!
* include tests
2020-08-18 12:42:14 +02: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
Simon Christ
c73a5aaabc
fix saving as .tikz ( #2901 )
2020-08-07 12:45:50 +02:00
Simon Christ
345bceb526
conserve extra_kwargs ( #2885 )
...
* conserve extra_kwargs
* Update test_pgfplotsx.jl
* remove wraptuples
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Revert "remove wraptuples"
This reverts commit 6d66d69692ad1ffb72a99ed4777658d14ad749f1.
* Auto stash before revert of "remove wraptuples"
2020-08-01 00:34:04 +02:00
Simon Christ
1ab681f509
fix ribbons ( #2853 )
...
* fix ribbons
* fix tests
2020-07-09 12:23:27 +02:00
Daniel Schwabeneder
ddc89e54f1
fix undefined is_ci
2020-07-01 10:32:04 +02:00
Daniel Schwabeneder
0a929d6022
try to fix tests on windows julia 1.3
2020-07-01 09:44:27 +02:00
Daniel Schwabeneder
0b31e26007
use StableRNGs for testing
2020-06-25 22:14:52 +02:00
yha
d353dca531
Recipe for GeometryBasics.Point
2020-06-18 21:18:34 +03:00
Miles Lucas
de81220c01
fix namespace
2020-05-27 12:16:20 -10:00
Miles Lucas
ee1f948448
add process_clims tests
2020-05-27 12:00:53 -10: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
Simon Christ
1b946a18d2
passing of extra keywords to pgfplotsx ( #2200 )
...
* transfer commit
* extra_kwargs gets populated
* make extra_kwargs a series kw.
* turn extra_kwargs into Dict of Dicts
* pass to pgfplotsx-backend
* add test
* change to dict
* it even works
* cleanup
* undo pgfplots changes
* all of them
* fix tests
* add pgfplotsx tests and special handling of :add
Co-authored-by: Simon Christ <Simon.Christ@mpikg.mpg.de>
2020-04-29 11:43:57 +02:00
Daniel Schwabeneder
79fd7f282d
generate precompiles
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
265439fb2b
update colorschemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
66d2e4746a
implement ColorSchemes integration in PlotUtils
2020-04-24 21:20:07 +02:00
Simon Christ
9b4c66be9a
adjust markersize ( #2589 )
...
* fix px to pt conversion for markers
* fix test
* bump version [skip ci]
@JuliaRegistrator register
2020-04-16 15:13:21 +02:00
Daniel Schwabeneder
d942660f91
fix scale_func for plotly
2020-04-11 17:01:23 +02:00
Simon Christ
7bd97558dc
fix annotations
2020-04-06 21:41:11 +02:00
MA Laforge
3fe013cd24
Add simple testset for HDF5 plots.
2020-03-20 18:03:00 -04:00
Simon Christ
7b68e7985f
another legends fix
2020-03-16 14:29:49 +01:00
Simon Christ
3255c5a122
Allow legend vectors ( #2449 )
...
* allow vector legends
* format file pgfplotsx.jl
* handle unmatching vectors
* add test
* format test_pgfplotsx.jl
2020-03-14 15:44:07 +01:00
yha
d0d72242cb
Allow image comparison tests on Windows.
2020-03-08 18:24:39 +02:00
Daniel Schwabeneder
599d6a2ec8
add commented code to update refernce images
2020-03-01 01:56:46 +01:00
Daniel Schwabeneder
ad4d7214e4
increase test accuracy
2020-02-29 21:00:51 +01:00
O01eg
2ede388c15
Treat types without length as single element
...
Fixes #2350
Workaround for types like Dates.Date which can be used for coordinates
but doesn't have Base.length defined.
2020-01-20 13:49:10 +03:00
Simon Christ
28d5e0bb7d
commented too much
2019-12-11 13:23:50 +01:00
Simon Christ
3dec7fe394
comment save tests
2019-12-11 13:09:48 +01:00
Simon Christ
74ec895aca
fix unintended filling of simple lines
2019-12-07 15:18:47 +01:00
Simon Christ
d2c0840c43
fix dimensions
2019-12-06 19:37:35 +01:00
Simon Christ
2a720a7491
better ribbon tests
2019-12-06 16:04:10 +01:00
Simon Christ
8434741599
add test
2019-12-06 14:42:35 +01:00
Simon Christ
39e93f40c2
fix tests
2019-11-29 16:38:40 +01:00
Simon Christ
68b29f63a6
improved fillrange
2019-11-29 11:47:45 +01:00
Simon Christ
f9ea9cd999
add quiver bug test
2019-11-29 11:47:45 +01:00
Simon Christ
091ca327ba
direct colormap access
2019-11-29 11:47:45 +01:00
Simon Christ
95a29f9cbe
filled contour (really)
2019-11-29 11:47:45 +01:00
Simon Christ
6ba1607bb1
filled contour, histogram2d
2019-11-29 11:47:45 +01:00