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
Will Grant
6d6d4f14b5
add recipes for time periods
2019-05-24 11:27:09 +10:00
Daniel Schwabeneder
8a81b398cf
fix typo
2019-04-12 12:44:34 +02:00
Daniel Schwabeneder
a37a1a0004
sort vector attributes for seriestype line
2019-04-12 12:41:49 +02:00
Hamza Yusuf Çakır
5d2538c4c2
fix abline! description
...
It should be `ax+b` rather than `a+bx`.
2019-03-30 12:09:17 +03:00
Nicholas Bauer
9d5ce9753a
Fixed MethodError
2019-02-03 14:19:32 -05:00
Michael Krabbe Borregaard
399a9b16f6
StatPlots --> StatsPlots
2019-01-24 23:24:17 +01:00
Michael Krabbe Borregaard
cfe6103f48
filter infinite values in histograms too
2019-01-14 23:08:50 +01:00
Michael Krabbe Borregaard
3d77c59c92
don't rebind vs
2019-01-14 11:44:42 +01:00
Michael Krabbe Borregaard
667ed161c0
move filtering to makebins
2019-01-14 10:36:08 +01:00
Michael Krabbe Borregaard
979f9495f1
add faster method for 1-d histogram
2019-01-14 00:04:01 +01:00
Michael Krabbe Borregaard
d29a44efa7
fix histograms with NaN
2019-01-13 12:45:24 +01:00
Michael Krabbe Borregaard
75be945359
Revert "MethodError -> ArgumentError"
...
This reverts commit 6f821e534430dd0876c1c874bc32cb702b2b37d7.
2018-12-07 09:42:44 +01:00
Michael Krabbe Borregaard
6f821e5344
MethodError -> ArgumentError
2018-12-07 08:12:41 +01:00
Daniel Schwabeneder
12309c281b
Revert "Revert "Transfer portfoliocomposition recipe from PlotRecipes""
2018-10-30 16:26:19 +01:00
Daniel Schwabeneder
6741287ef1
Revert "Transfer portfoliocomposition recipe from PlotRecipes"
2018-10-30 16:06:51 +01:00
Michael Krabbe Borregaard
5e06e0d2d2
fix example
2018-10-30 14:05:31 +01:00