Michael K. Borregaard
c22a9e51a1
Update News.md
2017-05-04 13:15:05 +02:00
Michael Krabbe Borregaard
e41022c7be
Merge pull request #787 from oschulz/new-hist-impl
...
Rewrite of histogram recipes, using StatsBase.histogram
2017-05-04 12:33:42 +02:00
Oliver Schulz
56a9389023
Fix log-scale for 1D bar/bin/histogram series types
2017-05-04 10:02:07 +02:00
Oliver Schulz
1188230641
Change histogram implementation, use StatsPlots, add new histogram styles
...
New series recipes for binned data:
* barbins
* scatterbins
* stepbins
New series recipes for histogram:
* barhist (histogram is now an alias for this)
* scatterhist
* stephist
Supports plotting 1D and 2D StatsBase histograms, seriestype can be set to
bar(bins), scatter(bins) or step(bins).
Also adds support for some common auto-binning modes:
* :sturges, :auto - Sturges' formula
* :sqrt - Square-root choice
* :rice - Rice Rule
* :scott - Scott's normal reference rule
* :fd - Freedman–Diaconis rule
Maybe these could be contributed to StatsBase at some point.
Error bars currently don't work correctly for scatterbins and scatterhist,
due to problem with manipulating error bars in a series recipe, but do work
for "plot(h::StatsBase.Histogram, seriestype = :scatter)" (works around
the problem by calling scatter directly, it seems that error bars can be
manipulated correctly in a type recipe).
2017-05-04 10:02:07 +02:00
Michael Krabbe Borregaard
e760b42560
Merge pull request #789 from huckl3b3rry87/pull-request/5e5e1850
...
deleted old warning for conda
2017-05-04 09:55:31 +02:00
Huckleberry Febbo
627c03193a
Merge branch 'master' into pull-request/5e5e1850
2017-05-03 16:00:06 -04:00
Michael Krabbe Borregaard
906f11ed76
Merge pull request #782 from oschulz/fix-pylot-conda-handling
...
Prevent inadvertent Conda ROOTENV initialization
2017-05-02 16:10:46 +02:00
Huckleberry Febbo
5e5e1850ac
deleted old warning for conda
2017-05-01 11:04:39 -04:00
Oliver Schulz
6b250d1ab6
Prevent inadvertent Conda ROOTENV initialization
...
Conda._installed_packages_dict() always runs Conda._install_conda(),
even when using an external conda installation (e.g. via Anaconda).
2017-04-27 17:50:27 +02:00
Michael Krabbe Borregaard
1ee6affcb3
Merge pull request #777 from Godisemo/patch-1
...
Add colorbar_title attr to plotly(js) backends
2017-04-24 11:54:22 +02:00
Godisemo
7a1dd0db29
Add colorbar_title attr to plotly(js) backends
...
fixes issue #773
2017-04-20 17:40:05 +02:00
Michael Krabbe Borregaard
e41918569b
Merge pull request #776 from JuliaPlots/revert-747-hdf5plots
...
Revert "Initial implementation for HDF5 plots."
2017-04-20 00:08:44 +02:00
Michael Krabbe Borregaard
ec6f75b59e
Revert "Initial implementation for HDF5 plots."
2017-04-19 16:14:48 +02:00
Michael Krabbe Borregaard
ec595c23e5
Merge pull request #747 from ma-laforge/hdf5plots
...
Initial implementation for HDF5 plots.
2017-04-19 06:26:52 +02:00
Michael Krabbe Borregaard
2c5a37d38e
Merge pull request #746 from ma-laforge/inspectdr
...
Layout fix: Update plot.bb in _update_plot_object.
2017-04-18 20:55:21 +02:00
Michael Krabbe Borregaard
3ec61cd012
Merge pull request #771 from blegat/travis
...
Update Travis badge
2017-04-18 20:23:02 +02:00
Michael Krabbe Borregaard
a3b4b9c8b2
Merge pull request #774 from ChrisRackauckas/complex
...
Recipe for handing arrays of complex values
2017-04-18 20:17:35 +02:00
ChrisRackauckas
3e7dd9bb77
tone down recipe
2017-04-17 22:15:13 -07:00
Simon
0ab57b3d76
Merge pull request #772 from blegat/fix770
...
Fix #770
2017-04-17 14:10:12 +02:00
ChrisRackauckas
0be0824207
(complex) type recipe
2017-04-16 13:14:12 -07:00
ChrisRackauckas
7def4e8e73
add transformation option
2017-04-16 13:01:51 -07:00
Michael Krabbe Borregaard
2397c78e9f
Merge pull request #762 from mkborregaard/vectorfield_alias
...
add vectorfield alias to quiver: Closes #760
2017-04-16 19:37:04 +02:00
ChrisRackauckas
9a59df793d
coloring setup
2017-04-15 17:00:00 -07:00
ChrisRackauckas
1852ba99b3
force real x
2017-04-15 13:16:40 -07:00
ChrisRackauckas
0d665c661f
complex recipe
2017-04-15 13:14:14 -07:00
Benoît Legat
f11828075b
Fix #770
2017-04-13 22:20:03 +02:00
Benoît Legat
9a1efefbd4
Update Travis badge
2017-04-13 22:17:34 +02:00
Josef Heinen
7d8b00d1b9
Merge pull request #768 from jheinen/master
...
gr: expand extrema for heatmap() axes
2017-04-13 10:54:04 +02:00
Josef Heinen
5d4f3182fc
gr: expand extrema for heatmap() axes
2017-04-13 10:51:03 +02:00
Josef Heinen
b8d80f5285
Merge pull request #767 from jheinen/master
...
gr: use correct line width
2017-04-10 17:18:39 +02:00
Josef Heinen
ccb9df2a08
gr: use correct line width
2017-04-10 14:56:38 +02:00
Josef Heinen
c3ae9e1ee2
Merge pull request #764 from JuliaPlots/dev
...
gr: use correct marker size
2017-04-10 12:59:39 +02:00
Josef Heinen
abcc4b6739
Merge pull request #763 from jheinen/dev
...
gr: use correct colorbar() routine
2017-04-10 12:58:10 +02:00
Josef Heinen
dd3f65496a
gr: use correct marker size
2017-04-10 12:54:57 +02:00
Michael K. Borregaard
2d69fc39de
add vectorfield alias to quiver
2017-04-08 13:14:56 +02:00
Michael Krabbe Borregaard
731cac4262
Merge pull request #752 from daschw/ds-datetime-ticks
...
restore bar_width behavior for date x axis
2017-04-06 16:13:09 +02:00
Josef Heinen
fac39344f4
Merge pull request #754 from jheinen/dev
...
gr: use correct colorbar() routine
2017-03-31 16:28:18 +02:00
Josef Heinen
ffb9878893
gr: use correct colorbar() routine
2017-03-31 16:26:29 +02:00
Daniel Schwabeneder
034a1af649
restore bar_width behavior for date x axis
2017-03-29 23:20:30 +02:00
MA Laforge
06fd894f79
Initial implementation for HDF5 plots.
2017-03-27 10:04:30 -04:00
MA Laforge
5731648479
Layout fix: Update plot.bb in _update_plot_object.
2017-03-25 17:51:33 -04:00
Tom Breloff
1ebc2cb9c1
Merge pull request #731 from mkborregaard/fix-colors-with-marker_z
...
fix plotly error on marker_z
2017-03-15 12:14:44 -04:00
Tom Breloff
0bd76ef7a4
Merge pull request #729 from JuliaPlots/sd/dev
...
newest changes
2017-03-15 12:14:30 -04:00
Tom Breloff
ea15f7746d
Merge pull request #720 from daschw/pull-request/f2235abf
...
Added logic to choose *round* DateTime tick positions
2017-03-15 12:14:12 -04:00
Michael K. Borregaard
ed102269e7
fix error on marker_z
2017-03-14 22:47:43 +01:00
Daniel Schwabeneder
76e1f4720b
avoid ignoring ticks set by the user
2017-03-13 16:05:30 +01:00
Tom Breloff
2317b77314
Merge pull request #721 from mkborregaard/fix-pyplot-grid
...
set dotted grid lines for pyplot
2017-03-13 09:54:43 -04:00
Michael Krabbe Borregaard
1a7bb10a22
Merge pull request #718 from anowacki/0.6-scale-fix
...
Remove import of Base.scale(!); fixes #687
2017-03-11 08:13:23 +01:00
Michael Krabbe Borregaard
0732006d5a
Merge pull request #727 from mkborregaard/fix-linecolor-for-density
...
remove density from like_histogram
2017-03-10 23:53:48 +01:00
Michael K. Borregaard
fb2e12089f
remove density from like_histogram
2017-03-10 23:53:00 +01:00