t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
Andy Nowacki
0e25767cd3
Document use of tuples in annotate! shorthand
...
Include a description of the use of vectors of plain tuples in
the docstring for `annotate!`.
2021-07-08 11:22:44 +01:00
jo-fleck
ae99ed2588
Added weights example to ? histogram
...
Helps to clarify the use of weights (which differs from StatsBase functions)
2021-03-15 14:09:24 +01:00
Daniel Schwabeneder
17f3faf672
simplify signature
2020-12-29 11:36:59 +01:00
Daniel Schwabeneder
d61bbcce56
allow more types in lims! functions
2020-12-17 18:20:56 +01:00
Daniel Schwabeneder
dc7bdc6f69
add some @nospecialize
2020-10-31 21:07:31 +01:00
Daniel Schwabeneder
bd46b51b94
remove some more type piracies and use === when comparing to nothing
2020-10-04 18:10:52 +02:00
Simon Christ
49555ecc2f
Letterswap ( #2979 )
...
* Fix vline, histogram, barhist, stephist axis letter
* Fix vspan + move vline y values to shorthands
* Fix histograms with @one_arg_shorthands + fix vspan
* Add tests for axis letter
* move swap to _plot
* use RecipesBase approach
* restore formatters
* fix and format pgfx-tests
* update compat
* Update precompile_*.jl file (#2982 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: Benoit Pasquier <briochemc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-16 14:37:26 +02:00
Adrian Dawid
e2c387894f
Add :mesh3d series type for Plotly ( #2909 )
...
* Add :mesh3d seriestype (in theory)
* Make it work in practice
* Clean up code
* Add support for arbitrary 3d mesh
* Add fallback for other backends
* Add shorthand
* Change i,j,k to series keyword
* Small bugfix
* Update shorthands example
* Add mesh3d example
* Add some documentation to example
* Make color work
* Move mesh3d example and add to skip list
* Update fallback recipie
* Update example
* Update src/args.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/backends/plotly.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/examples.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Cosmetic changes
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2020-08-14 14:26:16 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
ba4f2665e0
fix range on julia 1.0
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
6bc38eaea3
fix annotate! shorthands
2020-04-18 19:01:42 +02:00
harryscholes
87b220e747
Fix #2487
2020-04-06 15:15:55 +01:00
Nils
ca3baf3881
Add LinearAlgebra to make example with norm work
2020-03-25 18:38:20 +00:00
harryscholes
cbaa8fca56
Fix annotate docstring
2020-03-18 09:53:09 +00:00
Daniel Schwabeneder
ddaa69bce2
move areaplot doc from shorthands to recipes
2019-07-04 12:48:47 +02:00
Daniel Schwabeneder
8dfca61769
add areaplot recipe
2019-07-04 11:31:00 +02:00
Sebastian Rollen
577d434bc8
Update yaxis! description
...
Just fixing a small typo. The description for `yaxis!` used to read "Specify x axis attributes for an existing plot", changed to "Specify y axis attributes for an existing plot"
2019-03-28 09:54:23 -04:00
Michael Krabbe Borregaard
399a9b16f6
StatPlots --> StatsPlots
2019-01-24 23:24:17 +01:00
Samuel S. Watson
017bed1a07
Remove xydoc and xyzdoc
2019-01-16 15:04:01 +01:00
Iblis Lin
3765d5f549
change contour example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
2019-01-16 15:04:01 +01:00
Iblis Lin
dd28159564
remove rand from example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
2019-01-16 15:04:01 +01:00
Samuel S. Watson
63cdf9f8e7
Add shorthands.jl
2019-01-16 15:04:01 +01:00