330 Commits

Author SHA1 Message Date
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
Daniel Schwabeneder
a7f2484d45 fix some deprecation warnings 2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b Fix deprecations 2018-06-30 23:15:27 +00:00
Daniel Schwabeneder
12c9a8e6c3 plots_heatmap 2018-06-24 19:01:06 +02:00
Daniel Schwabeneder
e305b973b2
Merge pull request #1477 from daschw/heatmap-recipe
RFC: WIP: Heatmap recipe
2018-04-13 16:42:31 +02:00
Daniel Schwabeneder
af60d03060 make alternative plots_heatmap seriestype 2018-04-13 16:14:03 +02:00
Daniel Schwabeneder
7a702489d0 fixes for plotly 2018-04-07 15:54:06 +02:00
Daniel Schwabeneder
8e3bd07c91 set line_z 2018-04-07 14:37:15 +02:00
Daniel Schwabeneder
685e2eaff7 implement heatmapr recipe 2018-04-06 10:32:45 +02:00
Michael K. Borregaard
6ca8471c64 Improve histogram2d bin estimation
The existing one would error when the correlation was high
2018-04-06 09:09:03 +02:00
Daniel Schwabeneder
f56d944870 hspan and vspan recipes 2018-03-28 11:32:23 +02:00
Daniel Schwabeneder
bffd9bcb53 :straightline seriestype and gr implementation 2018-03-18 23:15:45 +01:00
Daniel Schwabeneder
a7a5fe36f9 default to a bar width of _bar_width for bar plots with only one data point 2018-02-26 10:03:02 +01:00
Daniel Schwabeneder
d335a0221d
Merge pull request #1398 from daschw/time
add Dates.Time recipe (fix #1391)
2018-02-20 09:27:02 +01:00
Daniel Schwabeneder
6c13d87a00 remove old make_steps function 2018-02-18 22:59:37 +01:00
Daniel Schwabeneder
9e2264c841 consider fillrange in step recipes 2018-02-18 22:49:27 +01:00
Daniel Schwabeneder
c0248069a1 add Dates.Time recipe 2018-02-17 23:33:55 +01:00
Michael K. Borregaard
b1817e513b Don't return false 2017-12-18 09:19:31 +01:00
Michael K. Borregaard
6ff4dce62a Don't add abline! if outside plot window 2017-12-18 09:16:51 +01:00
Michael K. Borregaard
5e5f3c1e95 abline! does not change axis limits 2017-12-11 10:26:33 +01:00
Michael K. Borregaard
9b8510ab3e added scatterpath series recipe 2017-12-06 23:19:35 +01:00
Daniel Schwabeneder
c76fc5b909 use fg_color for matrices with unique non-zeros in spy recipe 2017-10-18 20:47:06 +02:00
femtocleaner[bot]
ef29b4a5b0 Fix deprecations 2017-10-17 09:59:09 +00:00
Daniel Schwabeneder
3ce71999e2 spy recipe: change default color for matrices with unique values 2017-10-16 21:24:13 +02:00
Michael K. Borregaard
422988b3f6 fix weights in histogram 2017-10-13 12:38:56 +02:00
Michael K. Borregaard
08bdd11410 New spy implementation 2017-10-09 21:19:32 +02:00
Michael Krabbe Borregaard
a80c7ada27 Merge pull request #1116 from jw3126/replaceD
replace d by plotattributes inside recipes
2017-10-02 14:46:11 +02:00
Michael K. Borregaard
cd958a6c68 Fix barwidth to minimum(diff) not mean(diff) 2017-10-02 08:53:41 +02:00
Jan Weidner
6e1cc8449b replace d by plotattributes inside recipes 2017-09-29 23:09:34 +02:00
Tim Holy
fe0ea168f3 histogram: ensure the number of bins is finite 2017-09-08 03:18:46 -05:00
Michael K. Borregaard
20ef846c38 move bracket in Sturges 2017-09-05 22:42:05 +02:00
Michael K. Borregaard
cd9f00300c Add correction for correlations 2017-09-05 16:02:52 +02:00
Michael K. Borregaard
d6e5b57a08 fix-2dhistogram-bins 2017-09-05 14:01:59 +02:00
Michael Krabbe Borregaard
04c20b84ad Merge pull request #1053 from mkborregaard/wand_edges
Make wand edges possible in statplots
2017-09-03 17:30:17 +02:00
Michael Krabbe Borregaard
04f5d7e411 Merge pull request #1064 from mkborregaard/fix-barwidth
Change default bar width to 0.8
2017-09-03 17:28:47 +02:00
Michael K. Borregaard
a1896d189c Revert ordering 2017-09-01 16:31:13 +02:00
Michael K. Borregaard
e47dde9f41 simplify
but creates type instability
2017-09-01 16:26:49 +02:00