Daniel Schwabeneder
3136c8f999
add new test example
2020-08-31 19:21:42 +02:00
Daniel Schwabeneder
0b91d51a40
fix marker shapes with segments on gr, pyplot and plotly
2020-08-31 18:55:17 +02:00
Daniel Schwabeneder
8ffac4d20e
Merge pull request #2933 from JuliaPlots/SnoopCompile_AutoPR
...
[AUTO] Update precompiles
2020-08-27 01:32:37 +02:00
daschw
85bdca8f1a
Update precompile_*.jl file
2020-08-26 23:21:27 +00:00
Daniel Schwabeneder
6ae2d8a291
Merge pull request #2932 from JuliaPlots/SnoopCompile_AutoPR
...
[AUTO] Update precompiles
2020-08-26 23:58:11 +02:00
daschw
9334711e19
Update precompile_*.jl file
2020-08-26 16:51:18 +00:00
Daniel Schwabeneder
aa6712c9df
Merge pull request #2931 from JuliaPlots/SnoopCompile_AutoPR
...
[AUTO] Update precompiles
2020-08-26 18:26:34 +02:00
yha
7515491698
Update precompile_*.jl file
2020-08-26 15:58:43 +00:00
Yuval
0230e29c62
Merge pull request #2898 from yha/tick-format
...
Tick formating fixes
2020-08-26 18:33:43 +03:00
Yuval
d1cfdd7d3d
Merge branch 'master' into tick-format
2020-08-26 17:47:27 +03:00
github-actions[bot]
293fd6caaf
Update precompile_*.jl file ( #2928 )
...
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-08-24 18:57:06 +02:00
Simon Christ
f97bfbba9d
1.6.1 [skip ci]
2020-08-24 18:32:00 +02:00
ma-laforge
76429cde7a
HDF5-Plots Clean up: Easier to understand/maintain. ( #2924 )
...
* Clean up code: Easier to understand/maintain.
Also:
Reduce line count for code.
Add namespace (module) to use shorter function/variable names.
Improve auto-generation of readers/writers for arbitrary structs.
Remove a few manually-written readers/writers for simple structs.
Write Plots.jl version -> VERSION_INFO to help user identify reader of outdated file formats.
Add support for:
- Arrow
- ColorScheme, ColorPalette
- ContinuousColorGradient, CategoricalColorGradient
- datetimeformatter
* Update precompile_*.jl file
Co-authored-by: ma-laforge <ma-laforge@users.noreply.github.com>
2020-08-24 18:22:54 +02:00
Yuval
66986a0cbd
Merge pull request #7 from aminya/SnoopCompile_AutoPR
...
Snoop compile auto pr
2020-08-23 10:38:43 +03:00
aminya
ccec5053b3
Update precompile_*.jl file
2020-08-23 04:30:04 +00:00
Amin Yahyaabadi
72e3cac531
remove old precompiles
2020-08-22 17:26:49 -05:00
Amin Yahyaabadi
24267ed286
Merge pull request #20 from yha/tick-format
2020-08-22 17:26:10 -05:00
Yuval
c9b8475a9c
Merge pull request #5 from yha/SnoopCompile_AutoPR
...
[AUTO] Update precompiles
2020-08-23 00:15:21 +03:00
yha
a90ec5975d
Update precompile_*.jl file
2020-08-22 19:21:01 +00:00
Yuval
71ee8d362f
Merge pull request #4 from yha/SnoopCompile_AutoPR
...
[AUTO] Update precompiles
2020-08-22 21:58:25 +03:00
yha
abb7eb04a6
Update precompile_*.jl file
2020-08-22 18:56:02 +00:00
yha
bd7f0dc8d4
Merge branch 'tick-format' of https://github.com/yha/Plots.jl into tick-format
2020-08-22 21:26:35 +03:00
yha
f23e6c224d
precompiles
2020-08-22 21:26:35 +03:00
yha
449d35ebf2
Tick label formatting fixes
2020-08-22 21:26:35 +03:00
Simon Christ
1b70fb18e4
fix extra series in lens! ( #2919 )
...
* fix extra series in lens!
* include tests
2020-08-18 12:42:14 +02:00
Daniel Schwabeneder
960e7dbcd9
Merge pull request #2918 from aminya/pin_upload
...
pin upload action version
2020-08-18 11:38:31 +02:00
Amin Yahyaabadi
2dee74a3c5
pin upload action version
2020-08-17 10:07:40 -05:00
Daniel Schwabeneder
9d78772660
Merge pull request #2913 from aminya/xfvb
...
Fixing xfvb issues
2020-08-17 15:38:35 +02:00
Amin Yahyaabadi
b44735830a
xfvb --auto-servernum
2020-08-17 05:44:58 -05:00
Daniel Schwabeneder
448589413b
Merge pull request #2910 from aminya/SnoopCompile2
...
SnoopCompileBot 2
2020-08-17 12:21:45 +02:00
Amin Yahyaabadi
f870b01245
temporary: rev master
2020-08-14 19:13:42 -05:00
Amin Yahyaabadi
48de7e33a5
use SnoopCompile 2
2020-08-14 19:12:13 -05:00
Simon Christ
d6bebe1ce2
1.6.0
v1.6.0
2020-08-14 14:31:34 +02:00
Adrian Dawid
e2c387894f
Add :mesh3d series type for Plotly ( #2909 )
...
* Add :mesh3d seriestype (in theory)
* Make it work in practice
* Clean up code
* Add support for arbitrary 3d mesh
* Add fallback for other backends
* Add shorthand
* Change i,j,k to series keyword
* Small bugfix
* Update shorthands example
* Add mesh3d example
* Add some documentation to example
* Make color work
* Move mesh3d example and add to skip list
* Update fallback recipie
* Update example
* Update src/args.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/backends/plotly.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/examples.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Cosmetic changes
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2020-08-14 14:26:16 +02:00
Simon Christ
bf85afe9d6
unite titlefonts ( #2363 )
...
* change default `plot_title`
* add fontkwargs for colorbar_title, plot_title and window_title
* add utility functions
* adjust default colorbar title fontsize
* remove window-title attributes and edit description
* add match_map entries
* remove plot_fontfamily add match for colorbar_fontfamily
* add process_any_label
* add tests
* add magic arguments
* adjust tests
* fix subplot args
2020-08-13 11:31:17 +02:00
Simon Christ
217e67fb7f
1.5.9 [skip ci]
v1.5.9
2020-08-11 10:58:03 +02:00
ztangent
3053bb4cc2
Fix error when setting animation loop count ( #2904 )
...
When creating an animation with a custom loop count, via, e.g., `gif(anim; loop=-1)`, so `mov(anim; loop=-1)`, FFMPEG throws the following error:
```
[image2 demuxer @ 000001fdf77ec280] Unable to parse option value "-1" as boolean
[image2 demuxer @ 000001fdf77ec280] Error setting option loop to value -1.
```
This PR fixes the error by moving the `-loop` flag to after the `-i` input flag in the call to `ffmpeg_exe`. I believe the error is caused because the `-loop` flag occuring before `-i` controls how the input is interpreted, whereas the `-loop` flag occuring after `-i` controls how many loops are in the output.
2020-08-11 10:31:29 +02:00
Simon Christ
8dcff1f73d
Update SnoopCompile.yml ( #2902 )
2020-08-07 22:36:29 +02:00
Simon Christ
c73a5aaabc
fix saving as .tikz ( #2901 )
2020-08-07 12:45:50 +02:00
github-actions[bot]
806d4671ce
CompatHelper: bump compat for "FFMPEG" to "0.4" ( #2891 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-05 10:18:47 +02:00
Simon Christ
c4a64351ca
set version to 1.5.8 [skip ci]
v1.5.8
2020-08-04 11:05:28 +02:00
Simon Christ
345bceb526
conserve extra_kwargs ( #2885 )
...
* conserve extra_kwargs
* Update test_pgfplotsx.jl
* remove wraptuples
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Revert "remove wraptuples"
This reverts commit 6d66d69692ad1ffb72a99ed4777658d14ad749f1.
* Auto stash before revert of "remove wraptuples"
2020-08-01 00:34:04 +02:00
Simon Christ
5673ced5d7
set version to 1.5.7 [skip ci]
v1.5.7
2020-07-28 10:23:15 +02:00
Simon Christ
a929903a63
Update SnoopCompile.yml ( #2873 )
...
* Update SnoopCompile.yml
I don't think we need to run on all branches and nightly.
Also we don't have benchmarks, right?
* Update SnoopCompile.yml
2020-07-27 09:34:32 +02:00
Maaz Bin Tahir Saeed
b9cf8c3928
Fix guides not being considered in calculating plot area ( #2878 )
2020-07-26 21:43:22 +02:00
Simon Christ
9b573dce49
set version to 1.5.6 [skip ci]
v1.5.6
2020-07-23 11:59:08 +02:00
isentropic
c2bb17cece
pyplot fonts fixed ( #2858 )
2020-07-23 11:57:24 +02:00
Maaz Bin Tahir Saeed
7e122bdfea
Fix #2848 : Legend :top should start below axis spine ( #2870 )
...
* Account for adding dy to ymax in legend pos
* Subtract x legend offset from :right symbols
2020-07-23 09:48:14 +02:00
Yuval
1ee999af33
Merge pull request #2867 from yha/animation-no-yuv
...
Don't use `-pix_fmt yuv420p` when calling ffmpeg
2020-07-22 19:49:03 +03:00
Daniel Schwabeneder
381f14b657
Merge pull request #2869 from MLH-Fellowship/diaga-2808
...
Fix #2808 : Make legend width proportional to plot size
2020-07-22 14:02:15 +02:00