Daniel Schwabeneder
|
a9d22cfb60
|
update comment
|
2020-04-06 10:11:00 +02:00 |
|
Daniel Schwabeneder
|
b433b76a84
|
allow type recipes for numbers but not for reals
|
2020-04-06 09:56:47 +02:00 |
|
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
|
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
|
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
|
f62f4806c3
|
remove some more Any in series.jl
|
2020-03-30 23:49:29 +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 |
|
Anshul Singhvi
|
503d741ea6
|
move tryrange to PlotUtils
|
2020-03-13 19:26:45 +05:30 |
|
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 |
|