Daniel Schwabeneder
bffd9bcb53
:straightline seriestype and gr implementation
2018-03-18 23:15:45 +01:00
Daniel Schwabeneder
fdb2ee2847
implement contour_labels for PyPlot and fix #1091
2018-02-28 22:10:45 +01:00
Daniel Schwabeneder
de51beebe8
ensure non-unique clims
2018-02-21 17:47:11 +01:00
Daniel Schwabeneder
9e2264c841
consider fillrange in step recipes
2018-02-18 22:49:27 +01:00
Will Kearney
cf6c16102b
Use isempty rather than iszero
2018-01-13 13:57:03 -05:00
Will Kearney
32baaea5cb
Check if any of the iterator args are zero
...
Fixes #1329
2018-01-13 11:20:33 -05:00
Josef Heinen
c2b56878fc
fixed problems with labels in scientific notation
2018-01-10 20:30:10 +01:00
Andrew Palugniok
62ca787e6e
Fix scientific formatter for GR and PGFPlots.
2017-12-23 00:35:44 +00:00
Daniel Schwabeneder
6cdccf4353
add missing 'series'
2017-12-17 16:44:20 +01:00
Andrew Palugniok
a637f43edd
Only base clims on z values when series is colored by z.
2017-12-15 22:49:46 +00:00
Daniel Schwabeneder
6e51a08694
fix errors
2017-11-19 15:36:11 +01:00
Daniel Schwabeneder
8fee5e0de7
implement titlefont legendfont tickfont and guidefont functions to construct font objects from subplots and axes
2017-11-19 14:58:30 +01:00
Andrew Palugniok
8bbdb0f1b8
Adds radial data filtering for points within axis limits.
2017-11-12 18:08:40 +00:00
femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00:00
Daniel Schwabeneder
5f84865365
implement fill_z and line_z for GR
2017-09-26 16:58:46 +02:00
Daniel Schwabeneder
337a107168
different colors for different line segments in GR
2017-09-25 17:22:13 +02:00
Daniel Schwabeneder
8b4edae358
implement line_z for GR
2017-09-24 20:52:02 +02:00
Daniel Schwabeneder
518fba759f
only one colorbar per subplot in pyplot
2017-09-09 11:21:39 +02:00
Daniel Schwabeneder
7dfa1ec984
make GR use hascolorbar
2017-09-09 10:05:58 +02:00
Daniel Schwabeneder
13111b3779
fix marker_z for GR
2017-09-08 22:50:25 +02:00
Pietro Vertechi
e164ea4b46
added default transparency to ribbon
2017-08-20 14:06:15 +01:00
Pietro Vertechi
eea30fa253
added ribbon to plotly
2017-08-19 11:34:13 +01:00
Michael K. Borregaard
db82f22320
add the last docstrings
2017-08-18 09:48:36 +02:00
Michael K. Borregaard
66ce38d948
Specified some docstrings
2017-08-18 09:48:36 +02:00
Daniel Schwabeneder
52f042263b
fix case
2017-07-20 23:38:16 +02:00
Daniel Schwabeneder
155634ef34
change gr legend marker for ribbon
2017-07-19 21:26:25 +02:00
Daniel Schwabeneder
027ce58655
avoid negative heatmap edges for log axis on gr and pyplot
2017-06-18 16:14:44 +02:00
Michael K. Borregaard
a1df325051
Remove all 0.5-compliant uses of the transpose operator (')
...
A horrible change, but one required by the metadata maintainers.
2017-06-11 22:25:15 +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
3a2ee0fc72
Fix some deprecations
2017-06-07 23:55:30 +02:00
Michael K. Borregaard
f097fb57b5
Fix some deprecation warnings
2017-06-07 23:55:30 +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
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
Thomas Breloff
aedcb372f6
forgot utils.jl
2017-01-05 15:30:34 -07:00
Pietro Vertechi
62280fb24b
Modified error_coords to allow errorbars in plots with categorical x-axis
2016-11-26 01:49:48 +00:00
Tom Breloff
e24acece49
shape_coords fixes; makekw
2016-11-17 13:45:49 -05:00
Tom Breloff
ee2e807cc2
isnothing
2016-11-15 17:05:26 -05:00
Thomas Breloff
4dc742489d
fix cycle in fillrange
2016-11-08 11:32:17 -05:00
Thomas Breloff
350ffdee25
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
2016-11-03 13:29:20 -04:00
Thomas Breloff
aa6814a6d3
rename update! to attr!
2016-10-18 20:45:56 -04:00
Thomas Breloff
54923c082c
reset_extrema; setxyz for z matrix
2016-09-27 12:51:20 -04:00
Thomas Breloff
555145a650
added pixel marker for pyplot
2016-09-19 22:23:35 -04:00
Thomas Breloff
2bde412fa3
xlims/ylims/zlims convenience methods
2016-09-07 12:22:06 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Thomas Breloff
f68f82e3f4
gr: fix image and alpha; switch transpose_z to use permutedims
2016-08-12 10:30:53 -04:00
Thomas Breloff
3ae8dc9bd7
fix cycle; fix GR fill
2016-07-25 15:25:50 -04:00
Thomas Breloff
461d5efc4b
removed release from travis; push for series; update for subplot
2016-07-20 20:44:28 -04:00
Thomas Breloff
705dbf60fa
removed compat; added series update methods
2016-07-20 15:15:40 -04:00