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 |
|
Michael K. Borregaard
|
4be19ba6d8
|
Make wand edges possible in statplots
|
2017-09-01 15:53:26 +02:00 |
|
Michael K. Borregaard
|
d77be82a99
|
fix classic typo
|
2017-09-01 10:36:44 +02:00 |
|
Michael K. Borregaard
|
2dcf7fb3dd
|
Change default bar width to 0.8
|
2017-08-31 23:58:07 +02:00 |
|
Michael K. Borregaard
|
62694e4a93
|
Make Freedman-Diaconis the default
|
2017-08-31 23:19:00 +02:00 |
|
Michael K. Borregaard
|
db82f22320
|
add the last docstrings
|
2017-08-18 09:48:36 +02:00 |
|
Christina Lee
|
2f1c70e49f
|
fixing deprecation warning
|
2017-06-28 11:42:16 -07:00 |
|
Daniel Schwabeneder
|
e35b2ec3ff
|
replace deprecated DateTime convert methods
|
2017-06-22 18:51:03 +02:00 |
|
Michael K. Borregaard
|
a1df325051
|
Remove all 0.5-compliant uses of the transpose operator (')
A horrible change, but one required by the metadata maintainers.
|
2017-06-11 22:25:15 +02:00 |
|
Michael Krabbe Borregaard
|
034613b50c
|
Merge pull request #804 from ChrisRackauckas/_cycle
Change cycle => _cycle
|
2017-06-09 20:09:26 +02:00 |
|
ChrisRackauckas
|
49fc903334
|
fix last cycle
|
2017-06-09 08:43:01 -07:00 |
|
ChrisRackauckas
|
44b6157f17
|
cycle => _cycle
|
2017-06-09 08:43:01 -07:00 |
|