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
|
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
|
076de033fd
|
fix default with axis args
|
2020-03-29 15:39:44 +02: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
|
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
|
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 |
|
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
|
ed8e72c1bc
|
don't copy series data
|
2020-03-21 23:02:14 +01:00 |
|
Daniel Schwabeneder
|
96181b8c48
|
only apply axis attributes in type recipes to current axis
|
2020-03-18 16:27:08 +01:00 |
|
Daniel Schwabeneder
|
f606f083a4
|
fix for vectors containing missing
|
2020-03-18 01:43:42 +01:00 |
|
Daniel Schwabeneder
|
b60007cde9
|
update comment
|
2020-03-18 01:28:29 +01:00 |
|
Daniel Schwabeneder
|
89e271bd91
|
reverse type recipe order
|
2020-03-18 01:23:46 +01:00 |
|
Daniel Schwabeneder
|
3ed50bbf0f
|
make type recipes work for vectors
|
2020-03-18 00:22:55 +01:00 |
|
Daniel Schwabeneder
|
4b5ec3ad07
|
add prepareSeriesData method for AbstractRanges
|
2020-03-16 22:20:42 +01:00 |
|
Daniel Schwabeneder
|
35c68c8890
|
only copy for immutables
|
2020-03-16 16:33:25 +01:00 |
|
Daniel Schwabeneder
|
79614ffcec
|
fix StaticArray plotting
|
2020-03-16 09:17:15 +01:00 |
|
Daniel Schwabeneder
|
345f5654a3
|
use equal aspect ratio by default for images
|
2020-03-01 01:37:34 +01:00 |
|
Daniel Schwabeneder
|
5af5ec7313
|
more AKWs
|
2020-02-08 23:29:09 +01:00 |
|
yha
|
366d598ff0
|
Implement plotattributes with defaults. Fixes "-->" in series recipes.
|
2020-01-29 01:25:04 +02:00 |
|
Simon Christ
|
7a521ef21f
|
basic tuple implementation
|
2020-01-08 14:38:18 +01:00 |
|
Michael Kraus
|
044daf08d4
|
generalized array fixes replacing length() and size() with eachindex() and axes(), etc.
|
2019-12-05 10:09:07 +01:00 |
|
daschw
|
2c78f1ff7b
|
pass correct xlims to adapted_grid
|
2019-11-16 10:03:04 +01:00 |
|
Yuval
|
eab5091147
|
Merge pull request #2236 from yha/inf-nan
Convert infinite values to NaN
|
2019-11-12 15:16:33 +02:00 |
|
Daniel Schwabeneder
|
a0e0c2c950
|
Merge pull request #2242 from BeastyBlacksmith/bbs/adapted_grid-change
fix multiplot of functions
|
2019-11-08 12:57:03 +01:00 |
|
Simon Christ
|
8b43f70ed4
|
fix multiplot of functions
|
2019-11-08 11:55:34 +01:00 |
|
yha
|
5c1c80fd9a
|
Remove leftover method
|
2019-11-04 03:35:09 +02:00 |
|
yha
|
c9a9541d0e
|
Avoid second copy of data. Inf handling for surfaces and volumes.
|
2019-11-04 03:27:47 +02:00 |
|
yha
|
224858dad5
|
Convert infinite values to NaN
|
2019-11-03 19:21:26 +02:00 |
|
Anshul Singhvi
|
12df8fa500
|
process_ribbon(ribbon::Tuple{Any,Any}) -> process_ribbon(ribbon::Tuple{Any,Any}, plottatributes)
|
2019-10-13 17:09:10 +02:00 |
|
Simon Christ
|
216dae97fc
|
take y values from adapted_grid
|
2019-09-28 22:09:53 +02:00 |
|
yha
|
3ea4c8d9ca
|
Correctly typed vector for all number/missing or all string/missing input
|
2019-08-29 02:36:23 +03:00 |
|
Daniel Schwabeneder
|
03d57e690c
|
allow 3D plotting
|
2019-08-27 19:08:30 +02:00 |
|
Daniel Schwabeneder
|
4247584df2
|
delete left-over text
|
2019-08-27 16:43:41 +02:00 |
|
Daniel Schwabeneder
|
844c3f7002
|
allow plotting of Any vectors
|
2019-08-27 14:15:01 +02:00 |
|
Yuval
|
ae4031b993
|
Merge pull request #2133 from yha/dict-recipe
Recipe for plotting dicts
|
2019-08-14 16:36:07 +03:00 |
|
yha
|
69e83ef89f
|
Typo fix
|
2019-08-13 17:05:36 +03:00 |
|
yha
|
b2707f5c8a
|
Fix ribbons specified as two-tuples.
|
2019-08-13 15:27:01 +03:00 |
|
yha
|
0fd24e5210
|
Generalize dict recipe for any element type. Do not default to :bar seriestype.
|
2019-08-12 14:12:00 +03:00 |
|
unknown
|
57ebeae1ad
|
Replace low-level Char handling with a type recipe.
|
2019-08-09 01:12:39 +03:00 |
|
yha
|
9e35cc3fe1
|
Recipe for plotting dicts as bars.
|
2019-08-08 19:05:53 +03:00 |
|
Daniel Schwabeneder
|
a63a9248d6
|
handle chars
|
2019-08-06 14:05:35 +02:00 |
|