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
Michael Krabbe Borregaard
85b83e1745
add portfoliocomposition
2018-10-30 14:05:31 +01:00
Michael Krabbe Borregaard
bad5668ff7
Merge pull request #1704 from mkborregaard/old_spy
...
Reinstate scatter-based spy implementation; fix #1682
2018-08-29 18:41:20 +02:00
Michael Krabbe Borregaard
2873685517
Replace d -> plotattributes in most files
2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
9887892a92
reinstate marker_z
2018-08-28 09:55:15 +02:00
Michael Krabbe Borregaard
91f51778f1
Don't define invisible when two colors
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
5c2bf5d76c
Don't color points
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
c4233e2896
larger markers
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
e0b7bdc1a5
Revert "Merge pull request #1155 from mkborregaard/newspy"
...
This reverts commit b71cfce105b03014af9b6149453ad5b95952a831.
2018-08-26 23:10:33 +02:00
Oliver Schulz
1fda0df03e
Fix _stepbins_path (new Julia v0.7/v1.0 iteration API)
2018-08-11 13:41:33 +01:00
Oliver Schulz
d4406bb806
Use length(eachindex(...)) instead of length(linearindices(...))
2018-08-11 13:21:06 +01:00
Michael Krabbe Borregaard
3e56aa43e4
linspace -> range
2018-08-11 11:24:54 +01:00
Michael Krabbe Borregaard
2844e706a9
warn -> @warn
2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
cb00983db3
Allow bin to be a heterogeneous Tuple
...
fix #https://github.com/JuliaPlots/StatPlots.jl/issues/156
2018-08-09 09:13:34 +01:00
Daniel Schwabeneder
0717805773
more deprecation fixes
2018-07-04 22:33:51 +02:00