Michael K. Borregaard
90cfdac6ac
Change NaNMath implementation
...
We needed some functions to forward to Base methods, e.g. when non-`AbstractArray{<:AbstractFloat}` was passed
2017-06-01 22:34:51 +02:00
Daniel Schwabeneder
fe805e2e6d
completely skip plotlys and inspectdr tests
2017-06-01 21:23:08 +02:00
Daniel Schwabeneder
29ea308da4
skip plotlyjs images
2017-06-01 20:30:55 +02:00
Michael Krabbe Borregaard
423d0387c5
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 20:25:43 +02:00
Daniel Schwabeneder
728acdaa47
add images to skip for inspectdr and avoid skipping plotlyjs testimage 10
2017-06-01 18:55:38 +02:00
Daniel Schwabeneder
537f1657c9
add description why images are skipped
2017-06-01 18:42:06 +02:00
Daniel Schwabeneder
69e88a519c
run tests on linux only for plotljs and on all platforms for gr
2017-05-31 20:16:17 +02:00
Daniel Schwabeneder
3c6d8e1ec9
added packages in test/travis_commands.jl
2017-05-31 20:03:52 +02:00
Daniel Schwabeneder
5b3ce8ab73
restored former version
2017-05-31 19:37:04 +02:00
Daniel Schwabeneder
e999d67e86
added image comparison tests for plotlyjs and inspectdr
2017-05-31 18:50:32 +02:00
Daniel Schwabeneder
89cd67792b
update numbers of skipped examples in VRT
2017-05-16 21:46:11 +02:00
Daniel Schwabeneder
d4ef1761e4
change skipped images because of new example
2017-05-16 21:32:57 +02:00
Tom Breloff
9472c0c5e5
skip pyplot image test
2017-02-24 15:19:41 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Thomas Breloff
011f51fbd9
recipe postprocessing for aliases and magic args
2016-08-19 19:04:10 -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
d832f34733
travis
2016-07-18 15:53:02 -04:00
Thomas Breloff
3ccd1bc368
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
2016-07-18 15:00:02 -04:00
Thomas Breloff
4a2e88a81c
switched Colors dep for PlotUtils dep; removed DataFrames, boxplot, violin, density and added StatPlots to tests
2016-07-12 10:45:58 -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
5491e40fd1
bump version; img_eps; remove gr 30 test; attempted fixes for appveyor
2016-06-28 18:04:40 -04:00
Thomas Breloff
3006a26500
revert precompile; add appveyor; gr fixes for markersize, shapes, and legend entries; add GR to tests again; recipe fixes and cleanup
2016-06-27 21:43:57 -04:00
Thomas Breloff
4b276f977c
revert pyplot heatmap change
2016-06-27 12:25:45 -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
4be2304ec1
working on arg_desc; violin fix for groups
2016-06-08 00:52:16 -04:00
Thomas Breloff
990314cefc
fixes for gr markers; add cbar to example 24; turn on gr tests
2016-06-07 01:23:07 -04:00
Thomas Breloff
cf5aed00e2
test fix
2016-06-06 16:12:22 -04:00
Thomas Breloff
29d93ba33e
changed axis defaults byletter to match; cleaned up examples; pyplot extrema fixes; commented out gr tests
2016-06-06 12:34:24 -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
300babd6b1
deprecated gadfly/immerse
2016-05-24 14:46:53 -04:00
Thomas Breloff
90e22f179e
discrete value fixes; margin args; check for fillrange in contourf; skip test 6
2016-05-23 18:15:33 -04:00
Thomas Breloff
2ba4ac6d20
working on Axis type
2016-05-13 14:42:11 -04:00
Thomas Breloff
98dc52f124
working on Axis type
2016-05-13 13:45:30 -04:00
Thomas Breloff
8c8ede361e
removed plotly tests
2016-04-29 17:00:56 -04:00
Thomas Breloff
c618e0577a
travis and tests
2016-04-29 10:49:11 -04:00
Thomas Breloff
0e84c91451
split out supported.jl, added tests for more backends; closes #206
2016-04-29 10:13:41 -04:00
Thomas Breloff
d67aec6fec
gr fixes and tests; fillrange convertToAnyVector
2016-04-28 12:51:08 -04:00
Thomas Breloff
d6d7fc1edd
gr fix zcolor to marker_z
2016-04-27 12:10:33 -04:00
Thomas Breloff
7ce7f8bfce
gr tests
2016-04-27 09:20:19 -04:00
Thomas Breloff
d2a287d43c
gr tests linux_only
2016-04-26 11:59:08 -04:00
Thomas Breloff
d6ce2e364f
fixes and cleanup: colorbars, fills, polar
2016-04-26 11:18:48 -04:00
Thomas Breloff
b64677e14a
changed kw splatting to passing in KW: _add_series and _create_plot; removed plotly tests
2016-04-22 08:56:54 -04:00
Thomas Breloff
c4683a754e
plotly png generation using wkhtmltoimage
2016-04-20 17:34:55 -04:00
Thomas Breloff
4bf8e342dc
plotlyjs travis; plotly/plotlyjs polar
2016-04-20 14:44:27 -04:00
Thomas Breloff
217ffb36e6
plotlyjs tests and fixes
2016-04-20 10:10:07 -04:00
Thomas Breloff
b5f08838b3
renaming: AbstractPlot and AbstractBackend
2016-03-10 23:08:04 -05:00
Thomas Breloff
fe2030b7e3
working on plotlyjs
2016-03-08 17:52:39 -05:00
Thomas Breloff
02a1e648bc
added gr test; refactored pyplot figure generation, added overwrite_figure arg, closes #144
2016-03-07 15:17:29 -05:00