Daniel Schwabeneder
129a91b36f
update arg description
2017-11-19 21:18:04 +01:00
Andrew Palugniok
f4bc2e0649
Convert :camera attribute input for GR.
2017-10-07 20:05:53 +01:00
Andrew Palugniok
0c5a9172ab
Added camera attribute processing.
2017-10-06 20:46:25 +01:00
Daniel Schwabeneder
ee7a3b3686
general axis fixes and improvemennts
2017-09-29 13:41:54 +02:00
Daniel Schwabeneder
18188516ec
implement showaxis attribute for gr
2017-09-29 11:48:17 +02:00
Daniel Schwabeneder
b73ea55bbd
implement tick_direction for GR, PyPlot, Plotly and GLVisualize
2017-09-27 13:53:06 +02:00
Michael K. Borregaard
cd1913c008
Update bins description
2017-08-31 23:20:55 +02:00
Michael K. Borregaard
e92fbadc3a
Update histogram normalization desc
2017-08-31 23:12:33 +02:00
Daniel Schwabeneder
5a2d39320f
framestyle attribute for gr, pyplot and glvisualize
2017-08-24 16:13:01 +02:00
Daniel Schwabeneder
be4a374122
allow turning on/off the axes border
2017-08-20 21:55:21 +02:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
Daniel Schwabeneder
6b814b8dca
initial commit mostly a copy of #695
2017-08-10 16:32:24 +02:00
Michael K. Borregaard
db1dd618ea
Add example with linspace
2017-06-07 11:01:47 +02:00
Michael K. Borregaard
132306fef1
amend bins description
2017-06-07 08:02:18 +02:00
Daniel Schwabeneder
9d115fc02e
added space in arg_desc
2017-06-03 13:49:06 +02:00
Daniel Schwabeneder
5e7756810d
changed default attribute to legendtitle
2017-06-03 13:47:24 +02:00
Daniel Schwabeneder
ee5617c6b8
added attribute for pyplot backend
2017-06-02 18:55:47 +02:00
Oliver Schulz
7843821109
Change default for bins to :auto (meaning 30 bins)
2017-05-08 11:37:02 +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
Naoki Saito
c5737db4f5
Add fill_z attribute and plotly impl
2017-01-09 16:03:14 -05:00
Tom Breloff
5ea48e6fcd
Merge pull request #557 from mkborregaard/fix-markerstrokecolor-doc
...
fix docs for msc
2016-11-01 12:07:54 -04:00
Michael K. Borregaard
67ecf4e350
fix docs for msc
...
specifies msc defaults to foreground_color_subplots
2016-10-31 14:21:49 +01:00
Thomas Breloff
04a4357684
fix plotly aspect_ratio and reword arg desc; closes #523
2016-10-07 12:14:06 -04:00
Thomas Breloff
87ab1d9ca4
added colorbar_title attr and pyplot impl
2016-09-13 12:50:28 -04:00
Thomas Breloff
f63eac9a73
added mirror and implemented in pyplot
2016-08-18 21:11:03 -04:00
Thomas Breloff
bbb00816f1
axis formatter
2016-07-26 12:34:06 -04:00
Thomas Breloff
7e56d85b83
args fix
2016-06-29 21:58:07 -04:00
Thomas Breloff
20af495581
added display_type and extra_kwargs plot attributes
2016-06-29 16:34:06 -04:00
Thomas Breloff
a3eddf8ba7
dpi support for pyplot
2016-06-27 09:20:42 -04:00
Thomas Breloff
f64108523c
line_z arg and pyplot implementation
2016-06-14 15:39:21 -04:00
Thomas Breloff
266d2efde5
inset_subplots; GR log axes fix
2016-06-13 12:27:48 -04:00
Thomas Breloff
ed243f4e3e
added hover attribute and desc; fixed plotly title location; already_warned check
2016-06-13 00:15:28 -04:00
Thomas Breloff
cf4d78c87c
added clims attribute and support it in pyplot
2016-06-10 01:25:34 -04:00
Thomas Breloff
853cda4b80
moved stuff to PlotDocs
2016-06-08 17:34:15 -04:00
Thomas Breloff
4be2304ec1
working on arg_desc; violin fix for groups
2016-06-08 00:52:16 -04:00
Thomas Breloff
cf4fcf3351
fixed boxplot grouping; cleaned up GroupBy recipe; added arg_descs
2016-06-07 21:12:59 -04:00
Thomas Breloff
42d57fb8c2
working on arg_desc
2016-06-07 18:17:27 -04:00
Thomas Breloff
ba13c1528f
working on arg_desc
2016-06-07 17:59:30 -04:00