Daniel Schwabeneder
20b7e39a15
Merge 90cfdac6ac62bb3f4eff823a0761e4814db9519b into 92688f03a81c02fb350baed8f389180dd400cd1f
2017-06-01 20:35:29 +00:00
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
Michael Krabbe Borregaard
92688f03a8
Merge pull request #881 from mkborregaard/change-NaNMath-implementation
...
change NaNMath implementation
2017-06-01 22:28:02 +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
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
9e3c3f29bf
Pkg.add(PlotlyJS) in travis_commands.jl
2017-06-01 19:57:06 +02:00
Daniel Schwabeneder
cd1e431a71
import Blink in travis_commands.jl
2017-06-01 19:35:22 +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
Daniel Schwabeneder
0e6479de5e
install xfonts-base
2017-06-01 19:15:13 +02:00
Daniel Schwabeneder
f65e5dcfb9
changed wkhtmltox download link
2017-06-01 19:04:05 +02:00
Daniel Schwabeneder
e530a9f950
remove in imgcomp.jl because its reexported by StatPlots
2017-06-01 18:59:20 +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
Michael Krabbe Borregaard
eb40120e2a
Fixed writing error.
2017-06-01 18:31:19 +02:00
Michael K. Borregaard
83d6b5888f
Change installation message
2017-06-01 18:31:19 +02:00
Oliver Schulz
fb0be4ef89
Remove remnant debug output about binning
2017-06-01 18:31:19 +02:00
SimonDanisch
09bfa03a2e
remove clean up code, switch to renderloop
2017-06-01 18:31:19 +02:00
Michael Krabbe Borregaard
84406f0823
Fixed writing error.
2017-06-01 17:10:03 +02:00
Michael Krabbe Borregaard
380907af8d
Merge pull request #879 from mkborregaard/change-glvisualize-string
...
Change installation message
2017-06-01 11:56:20 +02:00
Michael K. Borregaard
0e308d9f50
Change installation message
2017-06-01 11:55:43 +02:00
Michael Krabbe Borregaard
7805f3f85b
Merge pull request #862 from JuliaPlots/sd/fix_signals
...
fix glvisualize backend
2017-06-01 11:51:09 +02:00
Daniel Schwabeneder
e04d13323d
Merge pull request #878 from oschulz/debug-info-cleanup
...
Remove remnant debug output about binning
2017-05-31 23:27:21 +02:00
Oliver Schulz
6e8bfe1ea6
Remove remnant debug output about binning
2017-05-31 23:07:10 +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
f7d11a0362
Merge branch 'ds-testing' of github.com:daschw/Plots.jl into ds-testing
2017-05-31 19:35:09 +02:00
Daniel Schwabeneder
e999d67e86
added image comparison tests for plotlyjs and inspectdr
2017-05-31 18:50:32 +02:00
Josef Heinen
3baceb9dc4
Merge pull request #874 from jheinen/master
...
gr: fixed several bugs
2017-05-30 10:31:17 +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
Daniel Schwabeneder
948ac37fa4
added image comparison tests for plotlyjs and inspectdr
2017-05-29 21:01:59 +02:00
Michael Krabbe Borregaard
2a0a5f2d08
Merge pull request #868 from staticfloat/updated_ci_url
...
Update CI URLs to point to new caching infrastructure
2017-05-29 09:05:40 +02:00
Josef Heinen
d45b228461
Merge pull request #871 from jheinen/master
...
gr: fix problems with axes display
2017-05-28 16:25:52 +02:00
Josef Heinen
231e11715f
gr: fix problems with axes display
2017-05-28 16:23:21 +02:00
Josef Heinen
7471bc791c
Merge pull request #869 from jheinen/master
...
gr: corrected size of shape markers
2017-05-26 15:02:05 +02:00
Josef Heinen
effcffff8a
gr: corrected size of shape markers
2017-05-26 14:59:30 +02:00
Josef Heinen
76186cab97
Merge pull request #863 from jheinen/master
...
gr: improve viewport size for 3D plots
2017-05-24 11:21:27 +02:00
Josef Heinen
4756e04e25
gr: improve viewport size for 3D plots
2017-05-24 11:19:43 +02:00
SimonDanisch
5b73f1e56c
remove clean up code, switch to renderloop
2017-05-23 16:41:18 +02:00
Michael Krabbe Borregaard
af7d332453
Merge pull request #859 from innerlee/patch-1
...
Update backends.jl
2017-05-23 15:43:33 +02:00
lizz
5439c3a3ce
Update backends.jl
2017-05-23 21:41:31 +08:00
Michael Krabbe Borregaard
6c4b6bbfbe
Merge pull request #858 from mkborregaard/hotfix-glvisualizetext
...
Fix missing brackets
2017-05-23 10:51:26 +02:00
Michael K. Borregaard
53719e5a8e
Fix missing brackets
2017-05-23 10:51:00 +02:00
Michael Krabbe Borregaard
aed34c3b9b
Merge pull request #857 from mkborregaard/glvisualize_tert
...
Replace `text` with `glvisualize_text`
2017-05-23 10:23:53 +02:00
Michael K. Borregaard
a5482453ce
Replace text with glvisualize_text
...
glvisualize defined a `text` function that shadowed a method of Plots exported `text` function
2017-05-23 10:23:20 +02:00
Michael Krabbe Borregaard
712d2011c3
Merge pull request #843 from mkborregaard/change_default_backend
...
Change default backends
2017-05-22 12:04:46 +02:00
Daniel Schwabeneder
0e6942a182
Merge pull request #853 from daschw/ds-ticks-tuple
...
fix passing ticks tuple on 0.6
2017-05-22 08:05:04 +02:00
Daniel Schwabeneder
ce169edd08
fix passing ticks tuple on 0.6
2017-05-21 23:58:20 +02:00