t-bltg
c5ae99374a
Update runtests.jl
2021-07-25 17:54:52 +02:00
t-bltg
4aa9d74a28
more strict on tolerance - drop tol for obsolete version
2021-07-23 20:07:08 +02:00
t-bltg
f3aa61293b
change fakedata rng in tests
2021-07-23 14:47:16 +02:00
t-bltg
fe7d957be3
use a stable RNG in fakedata
2021-07-22 13:00:07 +02:00
t-bltg
a39582c06e
Preempt IMG_TOL with env variable
2021-07-22 02:05:48 +02:00
t-bltg
909ad3314a
fix test
2021-07-05 22:59:22 +02:00
t-bltg
9f4e32aa4d
add regression test
2021-07-05 22:29:38 +02:00
Simon Christ
db7420fd5f
fix dispatches for plot and plot! ( #3602 )
...
* fix dispatches
* fix tests
2021-07-05 13:25:20 +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
990e0f3f7f
Better twinx ( #3564 )
...
* improve twinx
* add tests, disable gridlines of twinx
2021-06-10 15:00:19 +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
d51059f0e9
set projection for 3dquivers ( #3544 )
...
* set projection for 3dquivers
* fix test
2021-06-04 17:08:33 +02:00
Simon Christ
d1373d8b89
fix fontfamily ( #3542 )
...
* fix fontfamily
* Update test_defaults.jl
2021-06-04 15:36:40 +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
Simon Christ
ce530ef518
fix vector of shapes ( #3517 )
2021-05-20 20:42:31 +02:00
Simon Christ
de7717b85f
Fix too many legend entries ( #3511 )
...
* add test
* fix legend entries
2021-05-19 08:27:41 +02:00
yha
0c7f7ba011
Fix for plotting a vector of (at least two) NaNs
2021-05-03 19:44:11 +03:00
Daniel Schwabeneder
e3d13aa17a
Merge pull request #3436 from gustaphe/master
...
Generalize Shape
2021-04-28 18:40:57 +02:00
Benoit Pasquier
8cf268a390
Add ticks getter functions ( #3435 )
...
* Add ticks getter functions
* Add tick-getter functions for Plot objects
* Fix boiler-plate code in get_ticks
* Bump minor version + add tests
* Remove kwargs and add subplot test
* Add docstrings
* bump minor version
2021-04-23 08:52:17 +02:00
David Gustavsson
a359f21325
Generalize Shape
2021-04-14 09:34:06 +02:00
hustf
727ced25f1
modified: src/axes.jl #3397 fix varname
...
modified: test/test_recipes.jl #3397 test all framestyles effect
2021-03-29 12:29:47 +02:00
Daniel Schwabeneder
ad1216639a
Merge branch 'master' into webio-plotlyjs-integration
2021-03-28 23:31:32 +02:00
Oleg Shchelykalnov
d46f59e4be
Add tests for PlotlyJS backend
2021-03-27 14:45:38 +03:00
Peter Gagarinov
bb26bb0557
ADD: happy-path test for #3365
2021-03-27 00:34:15 +03:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Thatcher Chamberlin
2b376a0e4a
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl into component-tests
2020-12-12 13:49:30 -05:00
Thatcher Chamberlin
f905d6b697
Fixed rotate test and added series_annotation tests
2020-12-07 21:23:26 -05:00
Thatcher Chamberlin
bc144b64c8
Added Shape rotation tests
2020-12-07 20:52:46 -05:00
Thatcher Chamberlin
38ada46a43
Added an auto-label test
2020-12-07 20:01:09 -05:00
Thatcher Chamberlin
0e73bcdc4e
Added some tests for shorthands.jl
2020-12-07 20:00:55 -05:00
Thatcher Chamberlin
e57a9349f6
Added font scaling tests
2020-12-07 11:21:51 -05:00
Thatcher Chamberlin
b885687187
Now closing plots after display calls
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
80285061c9
Removed CI env check in Dates tests
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
fa48e5c490
Moved Dates tests to be before backend tests
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
1fcdac4c9e
Added second condition to skip display checks
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
352df39026
Added checks around display checks to see if we're in CI
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
0bc41f22bb
Added display checks to Date/DateTime tests to ensure they are able to be displayed
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
de03c3bca8
Added tests for plots where xlims are Dates and DateTimes
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
0b932ecb17
Added unit tests for src/components.jl
2020-12-06 22:39:56 -05:00
Justin Willmert
94ca183a5b
Support plotting OffsetArrays for :sticks series type
2020-11-26 12:54:37 -06:00
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