Michael K. Borregaard
a12f601b9c
add legendtitle to example
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
4106161aa8
add colon
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
c41839a816
Add legendtitle to example 13
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
b8d1d9d7f1
Turn off precompilation for release
2017-06-07 16:06:04 +02:00
Michael Krabbe Borregaard
fe83937368
Merge pull request #870 from wfrgra/legend
...
add ability to specify legend placement to gr backend
2017-06-07 15:44:00 +02:00
Daniel Schwabeneder
3def6265c4
Merge pull request #886 from daschw/ds-spy
...
Changed spy recipe and added spy example to tests (fix #883 )
2017-06-07 11:16:06 +02:00
Michael K. Borregaard
db1dd618ea
Add example with linspace
2017-06-07 11:01:47 +02:00
Michael K. Borregaard
132306fef1
amend bins description
2017-06-07 08:02:18 +02:00
Daniel Schwabeneder
18d29a0c7c
changed markershape to :dtriangle in spy example
2017-06-06 22:51:34 +02:00
Michael K. Borregaard
bad7772b15
fix-example12-transpose
2017-06-06 14:45:30 +02:00
Michael Krabbe Borregaard
6a23202e89
Merge pull request #825 from ma-laforge/hdf5plots
...
Re-integrate HDF5 plots.
2017-06-06 12:36:46 +02:00
Josef Heinen
b140fddebd
gr: added support for legend title
2017-06-04 10:02:20 +02:00
Daniel Schwabeneder
24ea1c4847
Merge pull request #887 from daschw/ds-pyplot-legendtitle
...
Added legend_title attribute for Pylot backend
2017-06-04 09:29:50 +02:00
Daniel Schwabeneder
9d115fc02e
added space in arg_desc
2017-06-03 13:49:06 +02:00
Daniel Schwabeneder
5e7756810d
changed default attribute to legendtitle
2017-06-03 13:47:24 +02:00
Daniel Schwabeneder
1a07c39fad
changed spy plot example
2017-06-03 13:27:38 +02:00
Daniel Schwabeneder
ee23cb2185
grid --> false in spy recipe, removed info, added example
2017-06-03 01:14:25 +02:00
Daniel Schwabeneder
ee5617c6b8
added attribute for pyplot backend
2017-06-02 18:55:47 +02:00
Daniel Schwabeneder
dc757cbf6c
changed gr legend markers for fillrange
2017-06-02 17:39:25 +02:00
Daniel Schwabeneder
3d3ec2a194
add info about default markersize in spy recipe
2017-06-02 17:18:01 +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
Michael Krabbe Borregaard
7805f3f85b
Merge pull request #862 from JuliaPlots/sd/fix_signals
...
fix glvisualize backend
2017-06-01 11:51:09 +02:00
Oliver Schulz
6e8bfe1ea6
Remove remnant debug output about binning
2017-05-31 23:07:10 +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
Josef Heinen
231e11715f
gr: fix problems with axes display
2017-05-28 16:23:21 +02:00
wgrant
d6f1120dfc
add ability to specify legend placement to gr backend
2017-05-27 16:46:38 +10:00
Josef Heinen
effcffff8a
gr: corrected size of shape markers
2017-05-26 14:59:30 +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
lizz
5439c3a3ce
Update backends.jl
2017-05-23 21:41:31 +08: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
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
ce169edd08
fix passing ticks tuple on 0.6
2017-05-21 23:58:20 +02:00
Daniel Schwabeneder
dd526e00ab
undo: fix passing ticks tuple on 0.6
2017-05-21 23:47:26 +02:00
Daniel Schwabeneder
bad2ef63c6
fix passing ticks tuple on 0.6
2017-05-21 23:44:12 +02:00
Michael K. Borregaard
e283c6557b
Change default backends
2017-05-21 12:44:18 +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
Darwin Darakananda
b501c9bf4b
fix world-age problem in PyPlot initialization
2017-05-20 15:39:26 -07:00
florian oswald
6cca763284
removed test for k
2017-05-17 21:07:54 +02:00
Florian Oswald
915c41c9d9
addressed changes requested
2017-05-17 17:48:03 +02:00
Florian Oswald
9c2c548874
create dict _initial_fontsizes and copy from that. creates new method scalefontsizes() [no keyword]
2017-05-17 17:10:21 +02:00
Florian Oswald
fdf699bf35
added const copies of _all_defaults and _axis_defaults to be able to reset fonts to initial values with new resetfontsizes method
2017-05-17 16:34:03 +02:00
Florian Oswald
e3ce1ab1d1
just calling default(k) does not give back the default value for k
2017-05-17 15:40:47 +02:00