86 Commits

Author SHA1 Message Date
Daniel Schwabeneder
e0c679f5ee magic grid argument 2017-08-16 17:45:32 +02:00
Daniel Schwabeneder
2dd99d053a make it work on all backends 2017-08-10 20:49:03 +02:00
Tim Holy
96bd0bb46c Fix some errors/depwarns 2017-07-14 10:09:30 -05:00
Tim Holy
33e97ee49b Update to newer Images 2017-07-14 10:07:58 -05:00
SimonDanisch
02ddbc8381 fix glvisualize backend for 0.6 2017-07-11 09:04:35 +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
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
Michael Krabbe Borregaard
84406f0823 Fixed writing error. 2017-06-01 17:10:03 +02:00
Michael K. Borregaard
0e308d9f50 Change installation message 2017-06-01 11:55:43 +02:00
SimonDanisch
5b73f1e56c remove clean up code, switch to renderloop 2017-05-23 16:41:18 +02:00
Michael K. Borregaard
53719e5a8e Fix missing brackets 2017-05-23 10:51:00 +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
SimonDanisch
c93e2b80ca fixes for GLVisualize 2017-02-07 18:28:22 -05:00
SimonDanisch
fdadfa3a80 small changes 2017-01-24 02:42:20 +01:00
SimonDanisch
45b5922d01 dont rely on postempty, img transpose not necessary anymore 2017-01-20 19:07:20 +01:00
Simon Danisch
24eefbed2b use more unique name 2016-11-22 18:35:12 +01:00
Simon Danisch
81e0868725 fix closing window 2016-11-22 17:16:01 +01:00
SimonDanisch
74c2db4909 rebase 2016-11-18 00:49:33 +01:00
SimonDanisch
e12c3f332e add missing to_vec 2016-11-18 00:44:54 +01:00
SimonDanisch
34a64db91d changes for markers etc 2016-11-18 00:44:53 +01:00
SimonDanisch
e2a4a1e2ea clean up signals propperly 2016-11-18 00:44:53 +01:00
SimonDanisch
22f12316ef refactors + rename from GLWindow 2016-11-18 00:44:53 +01:00
SimonDanisch
d751b985ac incorperate new text scaling 2016-11-08 16:55:25 +01:00
SimonDanisch
8a58190cce fix mesh particle size issue 2016-11-07 23:50:09 +01:00
SimonDanisch
612ca15fc0 variable change from GLVisualize 2016-11-07 23:50:09 +01:00
Thomas Breloff
5ef7126a3a meta_checkout; closes #544 2016-11-02 10:00:38 -04:00
SimonDanisch
8110fec4ef fix mesh particle + better window creation 2016-11-01 12:28:37 +01:00
SimonDanisch
add962c8ea Merge branch 'dev' into sd/dev 2016-10-28 11:39:52 +02:00
SimonDanisch
9bed393210 changes for new GLVisualize 2016-10-28 11:39:10 +02:00
SimonDanisch
456602b79f various fixes 2016-10-14 00:39:54 +02:00
Thomas Breloff
2b1c4685d2 glvisualize MetaPkg 2016-09-27 15:55:28 -04:00
SimonDanisch
8c6c81e8d0 Merge branch 'sd/labels' into sd/dev 2016-09-23 12:47:26 +02:00
SimonDanisch
874e94218c add labels 2016-09-23 12:42:38 +02:00
Thomas Breloff
5f4dfdd5d2 add_backend/add_backend_string redesign 2016-09-22 13:47:33 -04:00
Thomas Breloff
8638626ff5 Formatted and elementwise type recipes 2016-09-20 16:23:59 -04:00
Thomas Breloff
24fa5c8cbe glvisualize 2016-09-20 12:53:32 -04:00
Thomas Breloff
90d054c2ec glvisualize fixes; limit ticks to amin/amax closes #495 2016-09-20 12:05:16 -04:00
Simon
9d652c8fe2 remove module and still don't overwrite scatter 2016-09-15 16:05:21 +02:00
Simon
fc660e3486 correctly implement is_marker_supported 2016-09-09 12:34:24 +02:00
Simon
dbc12bb9ba add rotations and move plotting commands to module 2016-09-09 12:34:24 +02:00
Simon
2c1f58e773 adhere to new scale primitive api 2016-09-09 12:34:24 +02:00
Thomas Breloff
03a9fc3419 is_supported refactor; removed deprecated backends 2016-09-06 14:01:39 -04:00
Thomas Breloff
31ea149820 glvisualize: checkout packages in add_backend 2016-09-01 21:36:51 -04:00
Thomas Breloff
a0aa702725 glvisualize: checkout packages in add_backend 2016-09-01 21:26:28 -04:00
Simon
31c8a04856 fix api change 2016-09-01 12:11:35 +02:00
Simon
af32590314 fix hover cam and title pos 2016-08-26 16:48:55 +02:00
Simon
475eb8f263 add GLVisualize backend 2016-08-26 15:11:47 +02:00
Thomas Breloff
9db7de8373 added skinny markers + and x; closes #436 2016-08-09 17:09:53 -04:00