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
|
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 |
|
Daniel Schwabeneder
|
d6b3b68cd9
|
don't split color_palette into groups
|
2019-08-02 14:54:32 +02:00 |
|
yha
|
74c69f575f
|
Fix general vec method
|
2019-07-25 18:51:04 +03:00 |
|
yha
|
12e34bb24f
|
Fix comment, move all3D method
|
2019-07-25 18:29:49 +03:00 |
|
yha
|
4ac5484b4f
|
convertToAnyVector cleanup. Adds missing support in heatmap/volume.
|
2019-07-25 18:08:37 +03:00 |
|
Daniel Schwabeneder
|
750492f9e3
|
Merge pull request #2093 from daschw/abstractstring
convertToAnyVector method for AbstractString
|
2019-07-06 15:28:54 +02:00 |
|
Daniel Schwabeneder
|
c6893f6cb5
|
convertToAnyVector method for AbstractString
|
2019-07-06 14:44:48 +02:00 |
|
yha
|
a7b7c5ba81
|
Support any element type (incl. missing) and length in tuple/Point recipes
|
2019-07-01 01:39:05 +03:00 |
|
yha
|
0aac0398e8
|
Fix handling of missing values in matrix inputs.
|
2019-06-27 01:23:26 +03:00 |
|
Daniel Schwabeneder
|
fadc0bf6c7
|
don't let aspect_ratio impact subplot size
|
2019-06-12 22:49:12 +02:00 |
|
yha
|
4c22a421a1
|
No error when input is all missing
|
2019-06-04 21:00:52 +03:00 |
|
yha
|
972c97d5ec
|
Fix for missing as first element
|
2019-06-04 20:51:03 +03:00 |
|
Daniel Schwabeneder
|
841b05631d
|
replace StaticArrays with GeometryTypes
|
2019-04-07 16:20:15 +02:00 |
|
Michael Krabbe Borregaard
|
8778119792
|
Inplace clamp
|
2019-01-23 22:35:13 +01:00 |
|
Michael Krabbe Borregaard
|
5e25989366
|
copy and clamp for greyscale images if outside (0,1)
|
2019-01-23 21:04:27 +01:00 |
|
Michael Krabbe Borregaard
|
f12d328cf7
|
clamp image for backends not supporting image
Does not work for GR or PyPlot which are supposed to support images natively
|
2019-01-23 21:04:27 +01:00 |
|
Daniel Schwabeneder
|
45b5b33929
|
Merge pull request #1805 from yha/function-recipe-scale
function recipe: taking axis scales into account
|
2018-10-24 09:19:38 +02:00 |
|