Pietro Vertechi
e164ea4b46
added default transparency to ribbon
2017-08-20 14:06:15 +01:00
Pietro Vertechi
eea30fa253
added ribbon to plotly
2017-08-19 11:34:13 +01:00
Michael K. Borregaard
db82f22320
add the last docstrings
2017-08-18 09:48:36 +02:00
Michael K. Borregaard
66ce38d948
Specified some docstrings
2017-08-18 09:48:36 +02:00
Daniel Schwabeneder
52f042263b
fix case
2017-07-20 23:38:16 +02:00
Daniel Schwabeneder
155634ef34
change gr legend marker for ribbon
2017-07-19 21:26:25 +02:00
Daniel Schwabeneder
027ce58655
avoid negative heatmap edges for log axis on gr and pyplot
2017-06-18 16:14:44 +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
ChrisRackauckas
44b6157f17
cycle => _cycle
2017-06-09 08:43:01 -07:00
Michael K. Borregaard
8f6b0c50d6
ignoreNaN => ignorenan
2017-06-08 12:54:25 +02:00
Michael K. Borregaard
3a2ee0fc72
Fix some deprecations
2017-06-07 23:55:30 +02:00
Michael K. Borregaard
f097fb57b5
Fix some deprecation warnings
2017-06-07 23:55:30 +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
Josef Heinen
abf8ca2dc7
gr: fixed several bugs
...
- use correct image orientation
- added missing marker keywords
- improved alignment of axes labels
- corrected scaling of polar coordinates
- slightly shrink pie chart viewport
2017-05-30 10:29:31 +02:00
Thomas Breloff
aedcb372f6
forgot utils.jl
2017-01-05 15:30:34 -07:00
Pietro Vertechi
62280fb24b
Modified error_coords to allow errorbars in plots with categorical x-axis
2016-11-26 01:49:48 +00:00
Tom Breloff
e24acece49
shape_coords fixes; makekw
2016-11-17 13:45:49 -05:00
Tom Breloff
ee2e807cc2
isnothing
2016-11-15 17:05:26 -05:00
Thomas Breloff
4dc742489d
fix cycle in fillrange
2016-11-08 11:32:17 -05:00
Thomas Breloff
350ffdee25
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
2016-11-03 13:29:20 -04:00
Thomas Breloff
aa6814a6d3
rename update! to attr!
2016-10-18 20:45:56 -04:00
Thomas Breloff
54923c082c
reset_extrema; setxyz for z matrix
2016-09-27 12:51:20 -04:00
Thomas Breloff
555145a650
added pixel marker for pyplot
2016-09-19 22:23:35 -04:00
Thomas Breloff
2bde412fa3
xlims/ylims/zlims convenience methods
2016-09-07 12:22:06 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Thomas Breloff
f68f82e3f4
gr: fix image and alpha; switch transpose_z to use permutedims
2016-08-12 10:30:53 -04:00
Thomas Breloff
3ae8dc9bd7
fix cycle; fix GR fill
2016-07-25 15:25:50 -04:00
Thomas Breloff
461d5efc4b
removed release from travis; push for series; update for subplot
2016-07-20 20:44:28 -04:00
Thomas Breloff
705dbf60fa
removed compat; added series update methods
2016-07-20 15:15:40 -04:00
Thomas Breloff
ee706ad8c7
axis_drawing_info and get_ticks; parameterized Segments; GR manual drawing of 2D axes
2016-07-13 16:31:21 -04:00
Thomas Breloff
32c1c31139
working on _plot organization; switch alias dicts to Dict{Symbol,Symbol}; other type stability changes
2016-07-10 15:50:29 -04:00
Thomas Breloff
396721568f
color fixes; add PlotUtils to travis_commands
2016-07-08 09:17:39 -04:00
Thomas Breloff
e53ab85745
color fixes; pyplot shape iteration; KernelDensity in travis and warning; attribute accessors
2016-07-07 21:46:34 -04:00
Thomas Breloff
521e753183
string fix; iter_segments change to use unused and skip initial NaNs; working on glvisualize shape type
2016-07-01 17:23:25 -04:00
Thomas Breloff
4ea787743e
added contourf; getindex for plt/sp; plot/plot! on a Subplot; fix for pyplot zorder
2016-06-29 13:53:22 -04:00
Thomas Breloff
f881bfc4fc
add Segments; pyplot: switch bar/hist/hist2d to recipes and path fix; change bar to shape; removed GR from tests
2016-06-20 23:11:23 -04:00
Thomas Breloff
b7a95244db
handle seriestype aliases; handle vector of seriestypes; hvline_limits; added cycle for InputWrapper; turn on GR tests for OSX
2016-06-18 00:14:20 -04:00
Thomas Breloff
e5c4f782a5
anynan isfinite; error on reusing layout
2016-06-15 15:36:36 -04:00
Thomas Breloff
38804898c5
iter_segments and curve series type
2016-06-15 12:52:36 -04:00
Thomas Breloff
0e598cc51d
resolve relative coords for inset subplots
2016-06-13 17:46:19 -04:00
Thomas Breloff
e8ade18d47
code and utils for plotly shapes
2016-06-13 01:45:53 -04:00
Thomas Breloff
02d893b316
big cleanup: changed camelcase to underscores; removed supportedAxes; changed pyplot methods to be py_ which matches gr_/plotly_/etc convention
2016-06-12 12:34:41 -04:00
Thomas Breloff
483946787a
big GR refactor: axes drawing and cleanup; convert_to_polar and GR polar fill; should_add_to_legend fix; rename get_mod to Base.cycle
2016-06-11 02:03:46 -04:00
Thomas Breloff
514284e784
pyplot display fixes for #308 ; setxyz fix; generic png conversion from pdf; pgfplots pdf output
2016-06-09 17:13:16 -04:00
Thomas Breloff
853cda4b80
moved stuff to PlotDocs
2016-06-08 17:34:15 -04:00
Thomas Breloff
91ec0ad077
allow false for color; properly expand extrema for tuple fillrange; make_fillrange_from_ribbon
2016-06-08 09:51:27 -04:00
Thomas Breloff
857fb3342a
fakedata fix
2016-06-07 17:16:14 -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
e129c29e2f
postpone match logic and add color_or_nothing; update pyplot for attr changes; move some pyplot logic later
2016-06-06 01:19:25 -04:00