Michael K. Borregaard
f3566a4933
sort before taking diff
2017-10-02 10:02:39 +02:00
Michael K. Borregaard
cd958a6c68
Fix barwidth to minimum(diff) not mean(diff)
2017-10-02 08:53:41 +02:00
Daniel Schwabeneder
1c04823877
reset tick size for gr and glvisualize
2017-09-28 00:07:58 +02:00
Daniel Schwabeneder
b73ea55bbd
implement tick_direction for GR, PyPlot, Plotly and GLVisualize
2017-09-27 13:53:06 +02:00
Daniel Schwabeneder
a981dc71f9
Merge pull request #1057 from daschw/framestyle
...
RFC: Add :origin framestyle
2017-09-06 16:34:31 +02:00
Daniel Schwabeneder
456b8258c3
add zerolines framestyle
2017-09-02 02:35:26 +02:00
Michael K. Borregaard
2dcf7fb3dd
Change default bar width to 0.8
2017-08-31 23:58:07 +02:00
Daniel Schwabeneder
3fd745a5df
remove 0 tick label
2017-08-30 23:42:57 +02:00
Daniel Schwabeneder
5e968e0aa8
ticks to axes
2017-08-30 22:19:13 +02:00
Daniel Schwabeneder
41877e362a
add origin framestyle
2017-08-29 20:36:59 +02:00
Pietro Vertechi
d594ac2f00
Accept axis with 4 ticks
2017-08-28 18:16:10 +01:00
Daniel Schwabeneder
56bda82529
Merge pull request #1029 from daschw/ds-axes-border
...
Allow turning on/off the axes border (fix #1025 )
2017-08-24 22:38:01 +02:00
Daniel Schwabeneder
6e4b9af6b1
Merge pull request #780 from daschw/ds-ticks
...
WIP: Allow specifying the number of ticks by passing an Integer to the ticks attribute
2017-08-24 17:21:37 +02:00
Daniel Schwabeneder
2bbd4cbb17
clean up
2017-08-24 16:26:54 +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
d76a6d1c38
Allow and as ticks
2017-08-20 15:43:52 +02:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
Daniel Schwabeneder
3c37de152d
fix testimage 16 error - only add grid segments when ticks are defined
2017-08-10 22:54:45 +02:00
Daniel Schwabeneder
c60d66d94a
make it work for gr, pyplot and plotly(js)
2017-08-10 17:46:11 +02: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
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
Daniel Schwabeneder
af072da0b0
avoid auto-reduction of user-defined ticks
2017-05-02 21:10:43 +02:00
Daniel Schwabeneder
93d16a27c1
undo unnecessary changes
2017-04-30 19:27:01 +02:00
Daniel Schwabeneder
a602309a02
wip let axis limits expand
2017-04-30 19:02:42 +02:00
Daniel Schwabeneder
11e9eb3aa3
allow Int as input type for the ticks attribute to set the desired number of ticks
2017-04-23 20:30:48 +02:00
Daniel Schwabeneder
034a1af649
restore bar_width behavior for date x axis
2017-03-29 23:20:30 +02:00
Daniel Schwabeneder
76e1f4720b
avoid ignoring ticks set by the user
2017-03-13 16:05:30 +01:00
Daniel Schwabeneder
f2235abf08
Added logic to choose *round* DateTime tick positions
2017-03-06 23:52:59 +01:00
Thomas Breloff
aa6814a6d3
rename update! to attr!
2016-10-18 20:45:56 -04:00
Thomas Breloff
ebc591747a
fix empty axes; closes #536
2016-10-14 10:42:09 -04:00
Thomas Breloff
4416fc919e
improve tick_padding and fix rotation for plotly/gr
2016-09-30 12:46:38 -04:00
Thomas Breloff
980a92c625
remove show; fix plotlyjs _series_updated, closes #505
2016-09-27 13:05:28 -04:00
Thomas Breloff
54923c082c
reset_extrema; setxyz for z matrix
2016-09-27 12:51:20 -04:00
Thomas Breloff
bed9beafdc
fix axis widen when lims is set
2016-09-24 21:59:58 -04:00
Thomas Breloff
90d054c2ec
glvisualize fixes; limit ticks to amin/amax closes #495
2016-09-20 12:05:16 -04:00
Thomas Breloff
ac1e82075c
revert change to axes.jl
2016-09-01 21:10:23 -04:00
Simon
475eb8f263
add GLVisualize backend
2016-08-26 15:11:47 +02:00
Thomas Breloff
8a40ac8991
added Volume with recipe, conversion, expand_extrema, and :volume type
2016-08-25 14:30:08 -04:00
Thomas Breloff
76bb6bab96
gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking
2016-08-19 01:55:55 -04:00
Thomas Breloff
34596ada49
orientation extrema fix
2016-08-18 17:33:26 -04:00
Thomas Breloff
bbb00816f1
axis formatter
2016-07-26 12:34:06 -04:00
Thomas Breloff
bb180ad59a
UTF8String to String
2016-07-20 09:40:10 -04:00
Thomas Breloff
c1c97a5fc1
labelfunc for pyplot
2016-07-19 10:32:23 -04:00
Thomas Breloff
6a97dc8825
extrema fix for bool/nothing
2016-07-18 16:19:58 -04:00
Thomas Breloff
3ccd1bc368
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
2016-07-18 15:00:02 -04:00