github-actions[bot]
8b6073c088
Format .jl files [skip ci] ( #3780 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-08-29 10:53:46 +02:00
Simon Christ
5afeba656b
check if .zenodo.json is valid
2021-08-26 17:17:26 +02:00
Andy Nowacki
52ec432cfa
Plotly: Enable specified contour values for ranges; warn otherwise ( #3757 )
2021-08-25 13:40:54 +02:00
t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
t-bltg
f331bfa010
allow passing tuple to series_annotations
2021-08-03 10:34:53 +02:00
t-bltg
508c47895c
Merge pull request #3634 from t-bltg/annotate
...
Allow relative positioning of annotations
2021-08-02 17:28:30 +02:00
t-bltg
07d32197a1
add regression test
2021-08-02 16:55:51 +02:00
t-bltg
c41e586385
revert tol changes [skip ci]
2021-07-25 18:52:45 +02:00
t-bltg
07a786a946
Update runtests.jl
2021-07-25 18:05:54 +02:00
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