60 Commits

Author SHA1 Message Date
daschw
7c7113eaf4 Update precompile_*.jl file 2021-02-09 00:42:23 +00:00
daschw
8ae0d8c808 Update precompile_*.jl file 2021-02-05 16:39:50 +00:00
daschw
c478c3c9f0 Update precompile_*.jl file 2021-02-01 19:39:11 +00:00
daschw
1a4bceace7 Update precompile_*.jl file 2021-01-26 21:32:50 +00:00
daschw
5dde27eb08 Update precompile_*.jl file 2021-01-26 20:35:13 +00:00
daschw
60dbf77a96 Update precompile_*.jl file 2021-01-26 19:57:14 +00:00
Amin Yahyaabadi
2b44cb5a35 Delete old precompiles 2021-01-26 02:53:30 -06:00
daschw
ca7f69eaa3 Update precompile_*.jl file 2021-01-01 22:08:33 +00:00
daschw
c08555a638 Update precompile_*.jl file 2020-12-31 08:35:42 +00:00
BeastyBlacksmith
aafb34f5f5 Update precompile_*.jl file 2020-11-27 12:26:52 +00:00
daschw
3b367f8759 Update precompile_*.jl file 2020-11-12 14:40:16 +00:00
daschw
445f27a525 Update precompile_*.jl file 2020-11-12 14:24:11 +00:00
Simon Christ
693c014064
add linestyle to contour plots (#3139)
* add linestyle to contour plots

* Update precompile_*.jl file (#3140)

Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.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-11-12 13:53:42 +01:00
daschw
e9970637e0 Update precompile_*.jl file 2020-11-09 22:19:00 +00:00
Daniel Schwabeneder
dc7bdc6f69 add some @nospecialize 2020-10-31 21:07:31 +01:00
daschw
6df6b40d3d Update precompile_*.jl file 2020-10-31 12:36:21 +00:00
daschw
7a809697c4 Update precompile_*.jl file 2020-10-28 22:02:41 +00:00
daschw
dcae18cde2 Update precompile_*.jl file 2020-10-28 21:47:21 +00:00
Daniel Schwabeneder
ec97ec3994 only run compilebot on linux with julia 1.5 2020-10-28 22:09:05 +01:00
github-actions[bot]
c4ee343ef2
Update precompile_*.jl file (#3041)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-10-20 21:27:02 +02:00
Daniel Schwabeneder
a532c97ce2 remove transpose_z from precompiles 2020-10-12 12:08:15 +02:00
daschw
827dba1991 Update precompile_*.jl file 2020-10-06 09:23:24 +00:00
github-actions[bot]
abde25efe0
Update precompile_*.jl file (#3026)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-10-02 23:26:20 +02:00
Simon Christ
5ccf1e965e
fix NaNs in heatmaps (#3007)
* fix NaNHeatmaps

* fix histogram2D

* remove show

* Update precompile_*.jl file (#3008)

Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>

* add a dimensionalty check

* Update precompile_*.jl file (#3010)

Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.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-27 21:22:43 +02:00
daschw
b918c509ac Update precompile_*.jl file 2020-09-21 09:05:51 +00:00
daschw
becd95b9b5 Update precompile_*.jl file 2020-09-20 21:51:32 +00:00
BeastyBlacksmith
46fbff72db Update precompile_*.jl file 2020-09-20 19:24:38 +00:00
daschw
747181c370 Update precompile_*.jl file 2020-09-19 08:49:29 +00:00
daschw
4cfcef1066 Update precompile_*.jl file 2020-09-19 08:20:09 +00:00
github-actions[bot]
e1755dcee7
[AUTO] Update precompiles (#2984)
* add tests

* fix vline, vspan with dates

* add limit tests for vline and vspan

* fix 1.3 tests

* Update precompile_*.jl file

Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-17 17:50:25 +02:00
github-actions[bot]
c81fe1ea76
Update precompile_*.jl file (#2981)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-16 15:56:37 +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
github-actions[bot]
0425f656ae
Update precompile_*.jl file (#2978)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-16 10:03:55 +02:00
Simon Christ
8fabc5f861 delete precompiles 2020-09-16 09:33:19 +02:00
github-actions[bot]
0deb8f6469
Update precompile_*.jl file (#2977)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 23:37:59 +02:00
github-actions[bot]
df12ddb629
Update precompile_*.jl file (#2976)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 23:04:42 +02:00
github-actions[bot]
33f2f75b00
Update precompile_*.jl file (#2975)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 22:31:12 +02:00
github-actions[bot]
12e0616712
Update precompile_*.jl file (#2974)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 22:00:46 +02:00
github-actions[bot]
a9eeb451fc
Update precompile_*.jl file (#2973)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 21:24:56 +02:00
github-actions[bot]
b854f1cc16
Update precompile_*.jl file (#2972)
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 20:13:28 +02:00
github-actions[bot]
31fb9f09b4
[AUTO] Update precompiles (#2950)
* fix segments

* Update precompile_*.jl file

Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-15 18:15:56 +02:00
Simon Christ
9c4890d794
Backend refactor (#2965)
* isolate :path

* factor out legend addition

* ported series coordinates code

* fix 3d-like seriestypes

* common add_series

* fix bar

* fix contour

* fix scatter

* Update precompile_*.jl file (#2966)

Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.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-13 19:29:49 +02:00
daschw
744f4d3db9 Update precompile_*.jl file 2020-09-02 14:12:02 +00:00
daschw
1f4a471340 Update precompile_*.jl file 2020-09-02 08:05:20 +00:00
daschw
5e15ef8ccb Update precompile_*.jl file 2020-09-01 23:11:50 +00:00
daschw
f9053ae06f Update precompile_*.jl file 2020-09-01 20:18:47 +00:00
daschw
312661aae5 Update precompile_*.jl file 2020-08-31 18:41:06 +00:00
daschw
4052ce83a2 Update precompile_*.jl file 2020-08-31 17:45:22 +00:00
daschw
85bdca8f1a Update precompile_*.jl file 2020-08-26 23:21:27 +00:00
daschw
9334711e19 Update precompile_*.jl file 2020-08-26 16:51:18 +00:00