1592 Commits

Author SHA1 Message Date
Michael Krabbe Borregaard
84a7f1f023 Merge 42a07e172194efea63478f56aefa4f7bcba66a65 into 84406f0823132acfb109251295d2ab6e0d803675 2017-06-01 15:33:25 +00: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
Michael K. Borregaard
42a07e1721 Merge remote-tracking branch 'mkborregaard/fix_extrema_alternative' into fix_extrema_alternative 2017-05-30 22:03:57 +02:00
Michael K. Borregaard
68adaf39ec Base NaN-compliant functions on NaNMath 2017-05-30 21:58:28 +02:00
Michael K. Borregaard
74ad9fb880 replace min and max with _min and _max 2017-05-30 21:58:04 +02:00
Michael K. Borregaard
172805bcf9 edit comment 2017-05-30 21:19:16 +02:00
Michael K. Borregaard
c30a2bb9e0 Fix bug in _extrema definition 2017-05-30 16:55:50 +02:00
Michael K. Borregaard
392ced81c9 some forgotten extrema -> _extrema 2017-05-30 16:55:30 +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
Michael K. Borregaard
804d6ed182 remove underscore from 2-arg versions of maximum 2017-05-29 09:13:06 +02:00
Michael K. Borregaard
1107f86bd8 Different implementation of the override 2017-05-29 09:13:06 +02:00
Michael K. Borregaard
132b5176fe variable arg numbers for Base methods 2017-05-29 09:13:06 +02:00
Michael K. Borregaard
8d21cdec0c define _-prefaced versions of mean, maximum, minimum, extrema 2017-05-29 09:13:06 +02:00
Michael K. Borregaard
41d63665f0 Also add maximum and minimum 2017-05-29 09:13:06 +02:00
Michael K. Borregaard
39e10ffd83 Use NaNMath.extrema rather than Base.extrema
To avoid returning NaN when there are NaNs in the Vector
2017-05-29 09:13:06 +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
Michael K. Borregaard
9e32d3743d remove underscore from 2-arg versions of maximum 2017-05-25 12:51:46 +02:00
Michael K. Borregaard
bd1d562c57 Different implementation of the override 2017-05-25 12:51:25 +02:00
Michael K. Borregaard
dbf9ed6e45 variable arg numbers for Base methods 2017-05-25 12:05:21 +02:00
Michael K. Borregaard
751447d8a5 define _-prefaced versions of mean, maximum, minimum, extrema 2017-05-25 12:01:31 +02:00
Michael K. Borregaard
fc7dd5226b Also add maximum and minimum 2017-05-25 11:22:10 +02:00
Michael K. Borregaard
3dbe2aa575 Use NaNMath.extrema rather than Base.extrema
To avoid returning NaN when there are NaNs in the Vector
2017-05-25 11:22:10 +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
Michael K. Borregaard
e283c6557b Change default backends 2017-05-21 12:44:18 +02:00
Michael Krabbe Borregaard
e8da23c3e7 Merge pull request #852 from mkborregaard/remove-conda-messag
Remove conda update message
2017-05-21 11:30:51 +02:00
Michael K. Borregaard
08d7bee224 Remove conda update message
These instructions led to installing a deprecated matplotlib version
2017-05-21 11:30:11 +02:00
Michael Krabbe Borregaard
16c95c6deb Merge pull request #848 from darwindarak/dd/pyplot-worldage
RFC: fix world-age problem in PyPlot initialization
2017-05-21 10:55:19 +02:00
Michael Krabbe Borregaard
1d03e97721 Merge pull request #849 from dlfivefifty/pull-request/9abcba37
Fix plot(::Matrix{RGB{Float64}}) in plotly backend
2017-05-21 09:38:55 +02:00
Sheehan Olver
9abcba3753 Fix plot(::Matrix{RGB{Float64}}) in plotly backend 2017-05-21 16:53:28 +10:00