Daniel Schwabeneder
|
363c842ab4
|
redo #2988
|
2020-09-18 10:23:12 +02:00 |
|
Daniel Schwabeneder
|
51527705de
|
extract gr_draw_<seriestype> functions
|
2020-09-18 09:43:53 +02:00 |
|
Daniel Schwabeneder
|
44bd1812e0
|
don't run optimize_ticks multiple times
|
2020-09-18 09:43:53 +02:00 |
|
Daniel Schwabeneder
|
1e536dda4b
|
reorganize axes drawing
|
2020-09-18 09:43:21 +02:00 |
|
Daniel Schwabeneder
|
6a03da5837
|
extract legend functions and viewport updating from gr_display
|
2020-09-18 09:38:29 +02:00 |
|
Daniel Schwabeneder
|
9df962fcce
|
clean up gr_set_tickfont
|
2020-09-18 09:38:28 +02:00 |
|
Jerry Ling
|
b46e460d12
|
fine tune distance between axis and ticks text (#2988)
|
2020-09-18 09:26:04 +02: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 |
|
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 |
|
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
|
3ba712dde0
|
pgfx fix segments (#2970)
|
2020-09-15 18:13:46 +02:00 |
|
Simon Christ
|
d38379defb
|
1.6.4 [skip ci]
v1.6.4
|
2020-09-14 09:17:58 +02:00 |
|
jaakkor2
|
3431833a9d
|
bump compat for "GeometryBasics" to "0.3.1" (#2968)
CompatHelper PR to add "0.3" failed https://github.com/JuliaPlots/Plots.jl/pull/2935, but should be fixed in https://github.com/JuliaGeometry/GeometryBasics.jl/pull/83, after which GeometryBasics 0.3.1 was released.
|
2020-09-14 09:16:51 +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 |
|
Yuval
|
52cb6fbd3a
|
Merge pull request #2958 from yha/txt-no-prepare
Don't prepare_output for text/plain MIME
|
2020-09-07 19:05:37 +03:00 |
|
yha
|
b91aa2bbfc
|
Don't prepare_output for text/plain MIME
|
2020-09-07 17:33:36 +03:00 |
|
Josef Heinen
|
c392cc1227
|
Update Project.toml
v1.6.3
|
2020-09-03 19:28:07 +02:00 |
|
Josef Heinen
|
a5cd06f3de
|
Merge pull request #2953 from jheinen/master
bump compat for "GR" to "0.52.0"
|
2020-09-03 19:16:03 +02:00 |
|
Josef Heinen
|
f2e128e8b6
|
bump compat for "GR" to "0.52.0"
|
2020-09-03 19:13:58 +02:00 |
|
Daniel Schwabeneder
|
a87a5db6d9
|
Merge pull request #2949 from JuliaPlots/SnoopCompile_AutoPR
[AUTO] Update precompiles
|
2020-09-02 17:30:46 +02:00 |
|
daschw
|
744f4d3db9
|
Update precompile_*.jl file
|
2020-09-02 14:12:02 +00:00 |
|
Daniel Schwabeneder
|
d2c6b800d8
|
Merge pull request #2948 from JuliaPlots/SnoopCompile_AutoPR
[AUTO] Update precompiles
|
2020-09-02 15:21:45 +02:00 |
|
daschw
|
1f4a471340
|
Update precompile_*.jl file
|
2020-09-02 08:05:20 +00:00 |
|
Daniel Schwabeneder
|
6b57149619
|
Merge pull request #2947 from daschw/gr-ticks
fix gr_text for non-string input
v1.6.2
|
2020-09-02 09:29:25 +02:00 |
|
Daniel Schwabeneder
|
94e4005b0b
|
Merge pull request #14 from daschw/SnoopCompile_AutoPR
[AUTO] Update precompiles
|
2020-09-02 09:27:42 +02:00 |
|
daschw
|
5e15ef8ccb
|
Update precompile_*.jl file
|
2020-09-01 23:11:50 +00:00 |
|
Daniel Schwabeneder
|
b1d509cba0
|
patch release
|
2020-09-01 23:48:31 +02:00 |
|
Daniel Schwabeneder
|
6a3d5202e6
|
fix gr_text for non-string input
|
2020-09-01 23:47:32 +02:00 |
|
Daniel Schwabeneder
|
ea25f373bd
|
Merge pull request #2946 from daschw/tests
reduce animation test examples size
|
2020-09-01 23:39:42 +02:00 |
|
Daniel Schwabeneder
|
e223e9c736
|
Merge pull request #9 from daschw/SnoopCompile_AutoPR
[AUTO] Update precompiles
|
2020-09-01 23:38:14 +02:00 |
|
daschw
|
f9053ae06f
|
Update precompile_*.jl file
|
2020-09-01 20:18:47 +00:00 |
|
Daniel Schwabeneder
|
46b4a202e5
|
number examples
|
2020-09-01 21:18:25 +02:00 |
|
Daniel Schwabeneder
|
79e6096142
|
make animation examples in tests smaller
|
2020-09-01 20:35:09 +02:00 |
|
Daniel Schwabeneder
|
08ca46748a
|
Merge pull request #2942 from daschw/version
fix version
v1.6.1
|
2020-08-31 21:21:11 +02:00 |
|
Daniel Schwabeneder
|
5b5e298b84
|
fix version
|
2020-08-31 21:20:22 +02:00 |
|
Daniel Schwabeneder
|
773f364e0d
|
Merge pull request #2941 from daschw/marker-segments
update apple precompiles
|
2020-08-31 21:02:48 +02:00 |
|
Daniel Schwabeneder
|
531e705301
|
Merge pull request #7 from daschw/SnoopCompile_AutoPR
[AUTO] Update precompiles
|
2020-08-31 21:00:42 +02:00 |
|
Daniel Schwabeneder
|
b7fedc42d3
|
Merge pull request #2940 from daschw/marker-segments
Fix marker shapes with segments
|
2020-08-31 20:57:38 +02:00 |
|
Daniel Schwabeneder
|
3301c4b9e0
|
patch release [skip ci]
|
2020-08-31 20:57:01 +02:00 |
|
daschw
|
312661aae5
|
Update precompile_*.jl file
|
2020-08-31 18:41:06 +00:00 |
|