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
Simon Christ
aa5d514d57
Merge pull request #2489 from JuliaPlots/bbs/grid-lines
...
put gridlines in the back
2020-03-19 01:00:41 +01:00
Daniel Schwabeneder
3fb45764b2
Merge pull request #2471 from daschw/staticarrays
...
fix StaticArray plotting
2020-03-18 23:07:32 +01:00
Simon Christ
fcff639d0c
put gridlines in the back
2020-03-18 17:05:07 +01:00
Daniel Schwabeneder
96181b8c48
only apply axis attributes in type recipes to current axis
2020-03-18 16:27:08 +01:00
harryscholes
cbaa8fca56
Fix annotate docstring
2020-03-18 09:53:09 +00: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
Simon Christ
0d210843e7
add example 20
2020-03-17 21:30:48 +01:00
Simon Christ
08bed07632
Merge pull request #2476 from JuliaPlots/bbs/string-sani
...
sanitize strings
2020-03-17 17:38:17 +01:00
Simon Christ
c1dae9e9d9
sanitize strings
2020-03-17 15:26:35 +01:00
Simon Christ
d04d651e55
Merge pull request #2473 from BeastyBlacksmith/pgfplotsx
...
another legends fix
2020-03-17 10:17:07 +01:00
Daniel Schwabeneder
a800f8d4d9
add test example
2020-03-16 22:53:33 +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
Simon Christ
5005120f5e
change scaling factor
2020-03-16 14:46:26 +01:00
Simon Christ
7b68e7985f
another legends fix
2020-03-16 14:29:49 +01:00
Simon Christ
871c7d86c7
add ticks color ( #2472 )
...
* add ticks color
* hotfix
2020-03-16 14:28:42 +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
Simon Christ
7520c1dced
Merge pull request #2454 from JuliaPlots/bbs/check-examples
...
examples to skip
2020-03-13 14:19:10 +01:00
Simon Christ
3ab0078818
add skipping examples
2020-03-13 13:53:12 +01:00
Simon Christ
1fc587559c
fix ribbon-example
2020-03-13 13:50:26 +01:00
Simon Christ
bb8e62769f
recreate plot if it was shown
2020-03-11 16:30:51 +01:00
Simon Christ
da60b47af5
format backend code
2020-03-06 12:17:42 +01:00
Simon Christ
0ac63857c4
fix twinx
2020-03-06 12:17:42 +01:00
Simon Christ
d08422811e
format file
2020-03-06 12:17:42 +01:00
Simon Christ
d5788fc1e7
Allow legend for surfaces ( #2439 )
...
* allow legends for surfaces
* remove unnecessary checks
* redo necessary checks
2020-03-06 12:12:01 +01:00
Simon Christ
55ea8b4a70
New recipe: lens ( #2372 )
...
* create recipe, add box and line
* add subplot
* improve linking
* add ghost subplot
* draw line only if inset is in subplot
* sp_bbox -> inset_bbox
* better linking
* add lens! shorthand
* apply keywords only to inset
* check bbox type
* add lens example
* fix typo and stray *
* move legend out of the plot
* move lens example down
2020-03-05 03:03:21 +01:00
Simon Christ
25c53f0e52
Merge pull request #2435 from BeastyBlacksmith/pgfplotsx
...
fix legends with skipped entries
2020-03-04 21:49:45 +01:00
Daniel Schwabeneder
20a10fcf7d
fix gr image lims
2020-03-04 19:28:43 +01:00