Andrew Palugniok
d4075a1ef5
Allow movement and resizing of images.
2018-01-18 16:23:39 +00:00
SimonDanisch
2a819c2849
fix JuliaGL/GLVisualize.jl#238
2017-12-11 12:34:21 +01:00
Daniel Schwabeneder
189b2e5cd6
update glvisualize
2017-11-19 20:36:26 +01:00
Daniel Schwabeneder
d4f67ec3b5
update glvisualize
2017-11-19 20:31:28 +01:00
Michael K. Borregaard
cdcbdc308c
include backend files
2017-10-20 22:45:04 +02:00
femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00:00
Daniel Schwabeneder
93df7f4367
implement showaxis for glvisualize
2017-10-01 19:09:24 +02:00
Daniel Schwabeneder
350237a774
add tick_direction to supported arguments
2017-09-27 13:56:12 +02:00
Daniel Schwabeneder
456b8258c3
add zerolines framestyle
2017-09-02 02:35:26 +02:00
Daniel Schwabeneder
5e968e0aa8
ticks to axes
2017-08-30 22:19:13 +02:00
Daniel Schwabeneder
54adc34348
fix glvisualize framestyle :none ticks
2017-08-24 22:21:13 +02:00
Daniel Schwabeneder
5a2d39320f
framestyle attribute for gr, pyplot and glvisualize
2017-08-24 16:13:01 +02:00
Daniel Schwabeneder
be4a374122
allow turning on/off the axes border
2017-08-20 21:55:21 +02:00
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