femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00:00
Michael K. Borregaard
b37f2141a1
Also import px and pct into PlotMeasures
...
Necessary for example 29 to work
2017-10-05 12:12:54 +02:00
Michael K. Borregaard
66ce38d948
Specified some docstrings
2017-08-18 09:48:36 +02:00
Michael K. Borregaard
8f6b0c50d6
ignoreNaN => ignorenan
2017-06-08 12:54:25 +02:00
Michael K. Borregaard
8511152982
update Base..* to 0.6 syntax
2017-06-08 10:56:12 +02:00
Michael K. Borregaard
80d0d6ecc8
Change NaNMath implementation
...
We needed some functions to forward to Base methods, e.g. when non-`AbstractArray{<:AbstractFloat}` was passed
2017-06-01 22:19:38 +02:00
Michael Krabbe Borregaard
d29df4289e
RFC: Ignore NaNs on 0.6 (like on 0.5): fixes #796 ( #876 )
...
Replaces min, max, minimum, mean, maximum and extrema with NaNMath versions in places where NaNs can occur.
To avoid returning NaN when there are NaNs in the Vector
* Also add maximum and minimum
* define _-prefaced versions of mean, maximum, minimum, extrema
* variable arg numbers for Base methods
* Different implementation of the override
* remove underscore from 2-arg versions of maximum
* some forgotten extrema -> _extrema
* Fix bug in _extrema definition
* edit comment
* replace min and max with _min and _max
* Base NaN-compliant functions on NaNMath
replace _min and _max with NaNMath versions
* Use NaNMath explicitly everywhere
* remove unneccesary NaNMath calls
* Ensure ceil does not error on NaN
* Added one more maximum in gr
2017-06-01 19:17:28 +02:00
Thomas Breloff
4dfadeaf15
series_annotations refactor and gr/pyplot fixes
2016-11-04 15:39:53 -04:00
Thomas Breloff
350ffdee25
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
2016-11-03 13:29:20 -04:00
Thomas Breloff
6677e0e0a0
fix link_axes for nested singleton subplot
2016-10-12 14:52:30 -04:00
Thomas Breloff
c58de34e63
layout error msg
2016-09-22 17:36:08 -04:00
Thomas Breloff
1f7043e02a
allow curly after grid in layout macro
2016-09-21 15:51:10 -04:00
Thomas Breloff
03a228fbe7
centering in bbox
2016-08-31 11:56:20 -04:00
Thomas Breloff
342f9c60b2
improved twinx
2016-08-19 09:59:50 -04:00
Thomas Breloff
e13070cd6d
working on twinx
2016-08-19 02:22:12 -04:00
Thomas Breloff
76bb6bab96
gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking
2016-08-19 01:55:55 -04:00
Thomas Breloff
99f608defb
bar fix: reset orientation; layout fixes
2016-08-18 17:33:26 -04:00
Thomas Breloff
705dbf60fa
removed compat; added series update methods
2016-07-20 15:15:40 -04:00
Thomas Breloff
2bca9ca9ec
square link
2016-06-24 11:00:28 -04:00
Thomas Breloff
b6652b7619
improvements to bbox construction and inset subplots
2016-06-20 10:13:03 -04:00
Thomas Breloff
e5c4f782a5
anynan isfinite; error on reusing layout
2016-06-15 15:36:36 -04:00
Thomas Breloff
b5b4023056
axis link arg; change those subplot/axis args set in kwlist to apply just to its own subplot; markerstrokealpha matches markeralpha
2016-06-14 00:10:26 -04:00
Thomas Breloff
0e598cc51d
resolve relative coords for inset subplots
2016-06-13 17:46:19 -04:00
Thomas Breloff
a018a2c07a
series type dependencies and cleanup; bbox anchors in construction; fix for insets
2016-06-13 14:53:28 -04:00
Thomas Breloff
266d2efde5
inset_subplots; GR log axes fix
2016-06-13 12:27:48 -04:00
Thomas Breloff
e0af4b7925
pyplot log scale fix; plotly title as annotation, title_location, hover placeholder
2016-06-12 23:48:18 -04:00
Thomas Breloff
8007d0dd6a
smarter cleanup of dicts; layout fixes: split out update_min_padding and added minimum_perimeter logic; check for nonempty axes when linking; add subplot processing and linking when combining plots
2016-06-10 00:16:13 -04:00
Thomas Breloff
17189e3125
default_should_widen; symbol in userplot macro; cleanup in recipes
2016-06-07 16:44:15 -04:00
Thomas Breloff
56f398fb55
histogram2d recipe; handle smoothing generically
2016-06-06 17:55:09 -04:00
Thomas Breloff
e9d95a85b7
proper grid layout in macro; pyplot isx fix
2016-05-30 14:56:32 -05:00
Thomas Breloff
625c92a985
working on 0.5 changes
2016-05-28 11:17:34 -04:00
Thomas Breloff
ce82e07dc9
Extrema type and link_axis; link keyword, removed old link logic
2016-05-27 22:03:56 -04:00
Thomas Breloff
088543176f
recompute_lengths fix; renamed hist to histogram, hist2d to histogram2d to match methods; fix tests
2016-05-27 15:08:05 -04:00
Thomas Breloff
7c885de6c7
improved trickery with layout macro
2016-05-27 12:16:34 -04:00
Thomas Breloff
010b8a382e
working on building plot from existing plots
2016-05-27 10:58:45 -04:00
Thomas Breloff
41f91f9cfb
working on GR rebuild
2016-05-24 18:01:20 -04:00
Thomas Breloff
c1baca181c
plotly subplot layouts
2016-05-24 14:25:03 -04:00
Thomas Breloff
2c2218bcb9
layouts fixed
2016-05-24 10:34:02 -04:00
Thomas Breloff
bb6c06d3f7
working on layouts
2016-05-24 08:30:46 -04:00
Thomas Breloff
ef0d99340a
backend template renaming/reorg/cleanup, pyplot fixes
2016-05-23 10:29:35 -04:00
Thomas Breloff
3e8f325ddc
reorg/cleanup; removed old layouts and subplots; created axes.jl and layouts.jl
2016-05-19 10:42:59 -04:00
Thomas Breloff
e9ab6e7301
started subplots/layouts
2016-05-15 12:32:10 -04:00
Thomas Breloff
b08212e2f9
more layouts
2016-03-10 23:38:14 -05:00
Thomas Breloff
7a5197df63
started work on new FlexLayout, some reorg/cleaning
2016-03-10 22:43:02 -05:00