Commit Graph

5001 Commits

Author SHA1 Message Date
t-bltg 9164ee09cb fix wrong method signature 2021-08-08 23:18:30 +02:00
t-bltg ffca3c1305 update JuliaFormatter config file 2021-08-08 20:38:23 +02:00
t-bltg 1c84704a81 move format to separate action 2021-08-08 20:24:18 +02:00
t-bltg 9e824367bb add configuration file 2021-08-08 20:23:22 +02:00
t-bltg 10e9325635 avoid ambiguous += 2021-08-08 20:23:22 +02:00
t-bltg 13141feb4f Fix #3462 2021-08-04 13:11:15 +02:00
t-bltg f9833214ce Merge pull request #3740 from JuliaPlots/Test_SnoopCompile_AutoPR_refs/heads/master
[AUTO] Update precompiles [skip ci]
2021-08-03 22:02:32 +02:00
t-bltg a67a006501 Update precompile_*.jl file [skip ci] 2021-08-03 19:20:52 +00:00
t-bltg 40b5df38f4 Merge pull request #3743 from t-bltg/ann
Allow passing collection of tuples to series_annotations
2021-08-03 20:58:12 +02:00
t-bltg c171cd0cf5 Merge pull request #3745 from t-bltg/mesh3d
Move mesh3d triangle to utils - gaston: implement :mesh3d
2021-08-03 20:57:45 +02:00
t-bltg b7b4c850b6 move mesh3d triangle to utils - gaston: implement :mesh3d 2021-08-03 20:07:56 +02:00
t-bltg ba4c4d7bfb Update backends.jl 2021-08-03 17:58:50 +02:00
t-bltg 62b6075407 Gaston: support :arrow for :quiver 2021-08-03 17:56:54 +02:00
t-bltg c0ff6e3dee Gaston: initial :quiver support 2021-08-03 17:55:52 +02:00
t-bltg 67f441f152 Gaston: swap :image axes 2021-08-03 17:54:49 +02:00
t-bltg ed7b6f7f64 examples, missing number 2021-08-03 17:26:23 +02:00
t-bltg 1ccd4ae699 Gaston: remove :histogram2d 2021-08-03 17:19:40 +02:00
t-bltg bd70951afa Gaston: flip y for :image series 2021-08-03 17:19:09 +02:00
t-bltg 39cb596868 allow passing vectors/tuples of vectors to series_annotations 2021-08-03 13:39:20 +02:00
t-bltg 5c13f00716 cleanup 2021-08-03 10:37:05 +02:00
t-bltg f331bfa010 allow passing tuple to series_annotations 2021-08-03 10:34:53 +02:00
Simon Christ c4681682a1 1.20.0 [skip ci] v1.20.0 2021-08-03 09:58:28 +02:00
t-bltg a72b4a3481 specify relative coordinates 2021-08-02 23:30:54 +02:00
t-bltg ff2ae4fe4f typo 2021-08-02 21:54:35 +02:00
t-bltg 2df85eb0fd Update examples.jl 2021-08-02 20:14:40 +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 d6878a8ea0 remove the need for Plots.pct in annotations 2021-08-02 13:06:02 +02:00
Daniel Schwabeneder b79a2d32fe fix series_annotations for bar (#3742)
* fix series_annotations for bar

* fix my typos in bar recipe

* fix fillrange of annotation series for groupedbar

* fix series_annotations for bar

* fix my typos in bar recipe

* fix fillrange of annotation series for groupedbar

* fix series_annotations for bar

* fix my typos in bar recipe

* fix fillrange of annotation series for groupedbar

* fix series_annotations for bar

* fix fillrange of annotation series for groupedbar
2021-08-02 12:58:16 +02:00
t-bltg 7b1941b129 Typo 2021-08-01 18:04:10 +02:00
t-bltg c6d9332cf1 Gaston: fix polar ticks 2021-08-01 18:03:44 +02:00
t-bltg 670fba56a7 Update examples.jl 2021-08-01 17:55:35 +02:00
t-bltg 9985157eb8 Update backends.jl 2021-08-01 17:54:54 +02:00
t-bltg 9308dd74a8 Update gaston.jl 2021-08-01 17:54:15 +02:00
t-bltg 52be7387f2 Gaston: support polar 2021-08-01 17:53:08 +02:00
t-bltg a94c49ab95 Gaston: remove unsupported :line, :vline markers 2021-08-01 16:19:16 +02:00
t-bltg b7c6a65921 Gaston: remove :vline, :hline markers 2021-08-01 16:18:19 +02:00
t-bltg d8a40f5400 Gaston: remove debug show(...) 2021-08-01 16:12:07 +02:00
t-bltg e4c8921ae9 Gaston: remove more key entries (e.g. :shape) 2021-08-01 16:11:17 +02:00
t-bltg fe8d08123c Gaston: fix wrong series_list causing segfault 2021-08-01 16:00:43 +02:00
t-bltg defe808619 Gaston: update attributes 2021-08-01 15:23:42 +02:00
t-bltg 85fa05464d Gaston: reset key on contours 2021-08-01 15:16:46 +02:00
t-bltg a9a24841fe Gaston: remove debug 2021-08-01 15:04:52 +02:00
t-bltg 0b989cd33e Gaston: rework multiplot 2021-08-01 15:04:09 +02:00
t-bltg 773c7a90b4 Gaston: conditional add_to_legend 2021-08-01 14:16:07 +02:00
t-bltg f49f5d1638 Update gaston.jl 2021-08-01 09:47:36 +02:00
t-bltg 478868a6a2 Merge pull request #3741 from t-bltg/scalefontsizes
Rework fontscales - cleanup
2021-08-01 09:31:34 +02:00
t-bltg 806dc3aa43 rework fontscales - cleanup 2021-08-01 09:07:29 +02:00
t-bltg 0f54c86865 Gaston: update examples 2021-08-01 08:46:38 +02:00
t-bltg 5a5864d087 Gaston: rework margins, terminal fontsize and size 2021-08-01 08:35:16 +02:00