Daniel Schwabeneder
9cf9edffe0
remove transpose_z
2020-10-12 01:10:56 +02:00
Daniel Schwabeneder
bd46b51b94
remove some more type piracies and use === when comparing to nothing
2020-10-04 18:10:52 +02:00
BerndR
f4fe4b8a05
Changed labeling-behaviour of :sticks ( #3017 )
...
* Changed labeling-behaviour of :sticks
* Further adaptions to make sticks-label behavior as expected
* Fixed for linecolor-attribute
* Deleted some debugging println()
* Changed primary-ness in sticks+marker
Co-authored-by: bernd_uni <bernd.riederer@student.tugraz.at>
2020-10-01 20:55:12 +02:00
Alberto Lusiani
5a932146cf
fix horizontal range of hspan()
2020-09-28 23:37:38 +02:00
Daniel Schwabeneder
e932c76d93
Merge pull request #2962 from Moelf/master
...
fix error bars in log scale
2020-09-25 09:47:27 +02:00
bernd_uni
408aad6e35
Added support for 3d-plots of seriestype sticks
2020-09-23 15:39:03 +02:00
Moelf
cef5b0293e
fix error bars in log scale
2020-09-18 09:27:58 -04:00
Simon Christ
87c44e231b
fix vline & vspan ( #2985 )
...
* add tests
* fix vline, vspan with dates
* add limit tests for vline and vspan
* fix 1.3 tests
2020-09-17 17:34:16 +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
Simon Christ
1b70fb18e4
fix extra series in lens! ( #2919 )
...
* fix extra series in lens!
* include tests
2020-08-18 12:42:14 +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
45e33f5b6f
fix yerror and marker_z
2020-07-07 21:44:47 +02:00
Daniel Schwabeneder
cd20518323
fix errorbar color for scatter
2020-07-03 15:40:46 +02:00
Daniel Schwabeneder
949e245e15
fix recipe for arrays of grays
2020-06-30 16:28:09 +02:00
yha
d353dca531
Recipe for GeometryBasics.Point
2020-06-18 21:18:34 +03:00
Simon Christ
c2df99cc66
remove showgradient and showlibrary ( #2769 )
2020-06-09 08:38:43 +02:00
Daniel Schwabeneder
ad4a00c055
Merge pull request #2755 from jamblejoe/fix/spy
...
Plots.findnz for sparse and non-sparse matrices
2020-06-04 13:31:30 +02:00
Goran Nakerst
43f31cbc98
Plots.findnz for sparse and non-sparse matrices
2020-06-03 23:06:23 +01:00
Daniel Schwabeneder
580ac8a9d1
fix infinite objects with log scale
2020-05-29 09:42:44 +02:00
isentropic
4a00018f25
pyplot hexbin ( #2679 )
...
* pyplot hexbin
* pyplot hexbin changes
2020-05-09 13:07:32 +02:00
Simon Christ
3d693d88e0
Change color handling of error recipes ( #2675 )
...
* fix iteration of segments
* fix error vector arg detection
* change color handling of recipes
2020-05-06 18:21:54 +02:00
Simon Christ
40848e7432
fix error recipes ( #2665 )
...
* fix scatterbins
* fix zerror
2020-05-04 18:16:29 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
d3629f3cfe
remove show
2020-04-23 20:37:02 +02:00
Daniel Schwabeneder
a9c659aa21
fix errorbars with string axes
2020-04-23 20:35:32 +02:00
Daniel Schwabeneder
4c43f0ea2f
be explicit about RecipesPipeline imports
2020-04-10 19:06:53 +02:00
Daniel Schwabeneder
92d8bd7836
move some recipes to recipepipeline
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
bd9cd64e7a
move remaining user recipes in series.jl to recipes.jl
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
f73b281996
extract the recipe pipeline into separate submodule
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
819e91aa37
add zerror recipe
2020-04-07 16:06:12 +02:00
Daniel Schwabeneder
0c2d80841c
warn on recipe aliases
2020-03-27 13:44:39 +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
d1dbb1bf2a
format file
2020-03-04 15:55:22 +01:00
Daniel Schwabeneder
5af5ec7313
more AKWs
2020-02-08 23:29:09 +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
653e0b80b2
Merge branch 'show-empty-bins' of https://github.com/yha/Plots.jl into yha-show-empty-bins
2019-10-13 19:53:39 +02:00
Chris Rackauckas
82dd5bf3eb
!= nothing -> !== nothing
2019-08-17 14:45:54 -04:00
Chris Rackauckas
f12f6db310
use === nothing
...
Should decrease compile times
2019-08-17 14:17:27 -04:00
unknown
57ebeae1ad
Replace low-level Char handling with a type recipe.
2019-08-09 01:12:39 +03:00
yha
5673477428
Restore Date, DateTime and Time recipes
2019-07-25 16:05:08 +03:00
Daniel Schwabeneder
84c5b67574
Merge pull request #2035 from wfrgra/date_period_recipes
...
add recipes for time periods
2019-07-18 11:37:15 +02:00
Daniel Schwabeneder
f0dac1630f
fewer lines
2019-07-04 12:53:01 +02: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
Oliver Schulz
7214b8b1b1
Improve type stability of _stepbins_path
2019-06-30 17:42:25 +02:00
Oliver Schulz
db1e25252a
Fix zero and NaN weighted bins in stephist for log-yscale
...
Bins with weight NaN and zero (which the Plots engine seems to
turn into into NaN automatically for log-yscale) should
not be draws in log-yscale.
2019-06-30 17:42:25 +02:00
Will Grant
068523fac1
neaten change by implementing with a for loop
2019-06-17 17:44:24 +10:00
yha
b3336229ab
Limit number of automatic bins
2019-06-17 01:31:08 +03:00
yha
f75ae01c16
Series attribute to show empty bins as 0.
2019-06-13 16:30:21 +03:00
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00