Daniel Schwabeneder
|
6b7be5ae12
|
apply type recipe for AbstractVector{<:Number}
|
2020-04-06 09:22:52 +02:00 |
|
Daniel Schwabeneder
|
fe436cf54f
|
Merge branch 'master' into as/remove-tryrange
|
2020-04-01 22:38:12 +02:00 |
|
Daniel Schwabeneder
|
efdfec13ed
|
Merge pull request #2524 from daschw/surface-type-recipe
Apply type recipes also for plots with surfaces
|
2020-04-01 19:45:10 +02:00 |
|
Daniel Schwabeneder
|
52522fde48
|
splat args in warn_on_recipe_alias
|
2020-04-01 19:27:41 +02:00 |
|
Daniel Schwabeneder
|
bf98db67a3
|
fix type recipes for other backends
|
2020-04-01 17:32:31 +02:00 |
|
Daniel Schwabeneder
|
9f375aef09
|
fix single argument recipe
|
2020-04-01 14:24:34 +02:00 |
|
Daniel Schwabeneder
|
1faa858690
|
fix typo
|
2020-04-01 13:28:32 +02:00 |
|
Daniel Schwabeneder
|
5e7d2fb8ba
|
add test example
|
2020-04-01 13:26:01 +02:00 |
|
Daniel Schwabeneder
|
974c6e5950
|
update precompile.jl
|
2020-04-01 13:13:06 +02:00 |
|
Daniel Schwabeneder
|
e53f27c224
|
add axes function for surfaces
|
2020-04-01 12:54:40 +02:00 |
|
Daniel Schwabeneder
|
d98262bc08
|
apply type recipes also for series
|
2020-04-01 12:08:32 +02:00 |
|
Daniel Schwabeneder
|
945874ca7d
|
clean up series.jl
|
2020-03-31 22:13:27 +02:00 |
|
Daniel Schwabeneder
|
4c839837d3
|
Merge pull request #2522 from wfrgra/time_annotation
Fix for #2349. Converts TimeTypes in annotations to numbers to allow their placement
|
2020-03-31 12:06:41 +02:00 |
|
Michael Krabbe Borregaard
|
f230dee72c
|
Merge pull request #2521 from wfrgra/inline_legend
Add ability to place series legend labels next to final series datapoint in GR
|
2020-03-31 12:01:06 +02:00 |
|
wfrgra
|
11a859e83e
|
have legend appear away from other data for any xflip and ymirror combination
|
2020-03-31 20:54:07 +11:00 |
|
wfrgra
|
9029e37671
|
Turn TimeType annotation locations to float fix errors
|
2020-03-31 20:05:21 +11:00 |
|
wfrgra
|
2a4b74d0ff
|
renamed new legend setting from :label to :inline
|
2020-03-31 19:38:47 +11:00 |
|
Daniel Schwabeneder
|
f62f4806c3
|
remove some more Any in series.jl
|
2020-03-30 23:49:29 +02:00 |
|
Daniel Schwabeneder
|
22496535d1
|
Merge pull request #2518 from JuliaPlots/pr-2273/travigd/patch-1
Patch PR 2273
|
2020-03-30 12:45:35 +02:00 |
|
Daniel Schwabeneder
|
cb8df169c7
|
fix typo
|
2020-03-30 12:37:26 +02:00 |
|
wfrgra
|
ae009cd53f
|
Add ability to place legend label next to final datapoint in GR via legend=:label
|
2020-03-30 20:02:06 +11:00 |
|
Daniel Schwabeneder
|
dd36d17fa6
|
Merge pull request #2516 from yha/animation-verbose
Show errors from ffmpeg by default, verbose flag
|
2020-03-29 23:42:20 +02:00 |
|
Daniel Schwabeneder
|
9843921503
|
Merge pull request #2515 from daschw/axis-args
fix `default` with axis args
|
2020-03-29 23:41:56 +02:00 |
|
Daniel Schwabeneder
|
f6feb4b9eb
|
Merge pull request #2511 from daschw/convert
Don't convert to any vector.
|
2020-03-29 23:41:31 +02:00 |
|
Daniel Schwabeneder
|
246632abca
|
ok, don't use latex in tests
|
2020-03-29 17:39:56 +02:00 |
|
yha
|
5da33d7de8
|
Verbose flag for animations
|
2020-03-29 18:17:31 +03:00 |
|
Daniel Schwabeneder
|
a5b6c27bec
|
add new test
|
2020-03-29 16:25:23 +02:00 |
|
Daniel Schwabeneder
|
076de033fd
|
fix default with axis args
|
2020-03-29 15:39:44 +02:00 |
|
Daniel Schwabeneder
|
df9217e3b9
|
move /src/backends/template.jl to /templates/backends.jl for coverage
|
2020-03-28 21:52:03 +01:00 |
|
Daniel Schwabeneder
|
5fc02f7f58
|
Merge pull request #2507 from daschw/no-aliases
Warn on aliases in recipes
|
2020-03-27 19:39:16 +01:00 |
|
Daniel Schwabeneder
|
3d5ae2fc3b
|
update precompile.jl
|
2020-03-27 18:46:34 +01:00 |
|
Daniel Schwabeneder
|
eecfdab590
|
don't convertToAnyVector
|
2020-03-27 18:39:18 +01:00 |
|
Daniel Schwabeneder
|
e9ef5c852b
|
fix magic axis args for recipes
|
2020-03-27 17:09:07 +01:00 |
|
Daniel Schwabeneder
|
8594926b67
|
move replaceAliases! back to preprocessArgs!
|
2020-03-27 16:31:06 +01:00 |
|
Daniel Schwabeneder
|
74a37b7817
|
Merge pull request #2503 from daschw/typerecipes
Make type recipes aware of current axes.
|
2020-03-27 16:18:30 +01:00 |
|
Daniel Schwabeneder
|
0c2d80841c
|
warn on recipe aliases
|
2020-03-27 13:44:39 +01:00 |
|
Daniel Schwabeneder
|
932d0da73d
|
move replaceAliases! out of recipe processing
|
2020-03-26 15:09:31 +01:00 |
|
Nils
|
ca3baf3881
|
Add LinearAlgebra to make example with norm work
|
2020-03-25 18:38:20 +00:00 |
|
Daniel Schwabeneder
|
c684213106
|
fix AbstractArray{<:Missing}
|
2020-03-25 15:04:39 +01:00 |
|
Daniel Schwabeneder
|
17db6c01b4
|
keep no-letter version of _preprocess_axis_args!
|
2020-03-25 12:51:49 +01:00 |
|
Daniel Schwabeneder
|
b258c9d8c8
|
Merge pull request #2498 from daschw/copy
Don't copy input data
|
2020-03-24 22:38:28 +01:00 |
|
Daniel Schwabeneder
|
b0548ffc14
|
make type recipe aware of current axis
|
2020-03-23 23:12:13 +01:00 |
|
Daniel Schwabeneder
|
2083af9257
|
Merge pull request #2483 from daschw/vector-type-recipe
Various type recipe fixes
|
2020-03-22 18:00:18 +01:00 |
|
Daniel Schwabeneder
|
ca9e47bc4d
|
update precompile files
|
2020-03-22 10:45:02 +01:00 |
|
Daniel Schwabeneder
|
ed8e72c1bc
|
don't copy series data
|
2020-03-21 23:02:14 +01:00 |
|
Daniel Schwabeneder
|
4e5e9986a1
|
reimplement push! (copy if series shares data with other series)
|
2020-03-21 22:53:58 +01:00 |
|
Daniel Schwabeneder
|
55bb6fda1b
|
uniform length 4 indentation in utils.jl
|
2020-03-21 22:53:58 +01:00 |
|
keorn
|
c50a5bf123
|
allow plotly json saving
|
2020-03-21 14:41:56 +01:00 |
|
MA Laforge
|
fa8c1e3967
|
Fix broken hdf5 "backend".
Add support for new Attr structure.
|
2020-03-19 17:18:07 -04:00 |
|
Simon Christ
|
23b191231c
|
more positions (#2490)
* tick label styling
* add title_location
* add legend positions
* fix commata
|
2020-03-19 11:57:10 +01:00 |
|