Samuel S. Watson
888ed9f0ae
Support keyword arguments for font attributes
2019-01-16 13:04:31 -05:00
Samuel S. Watson
e6bb17dc86
document @shorthands functions
2019-01-08 17:55:52 -05:00
Michael Krabbe Borregaard
7acb5a4bdb
allow annotations to take a tuple and pass it to text
2019-01-02 17:39:28 +01:00
Diego Javier Zea
af119a0248
It solves Shape bugs
...
unneeded get and missing undef
2018-10-30 15:15:03 +01:00
Daniel Schwabeneder
113e616d25
remove FixedSizeArrays
2018-10-23 17:53:25 +02:00
Michael Krabbe Borregaard
2844e706a9
warn -> @warn
2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
5205ac38ad
Implement new iterator protocol
2018-08-09 16:53:27 +01:00
femtocleaner[bot]
83686866cc
Fix deprecations
2018-08-08 12:42:18 +00:00
Daniel Schwabeneder
a7f2484d45
fix some deprecation warnings
2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b
Fix deprecations
2018-06-30 23:15:27 +00:00
Daniel Schwabeneder
6135f6271c
julia 0.7 fixes
2018-07-01 21:40:48 +02:00
Andrew Palugniok
d79c66e5b6
Add position aliases.
2018-01-14 11:46:41 +00:00
Andrew Palugniok
10a8520805
Add subplot labeling via annotations.
2018-01-14 11:46:41 +00:00
Will Kearney
bd42d9e7cc
Use the :fontsize labels so the scalefontsizes command works
...
Fixes #1294
2017-12-07 20:56:54 -05:00
femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00: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
Michael Krabbe Borregaard
cadb0f96e2
Merge pull request #837 from floswald/reset
...
resetfontsizes: fixes #836
2017-06-12 13:31:55 +02:00
florian oswald
d3b825b49f
fix docstrings. provide 2 methods scalefontsizes now, with and without an argument. no argument version resets to initial values, with argument you rescale the current sizes.
2017-06-12 12:29:19 +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
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
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
Florian Oswald
af56d6f265
added resetfontsizes()
2017-05-17 15:31:26 +02:00
David Sanders
10f214fbb4
Change typealias to const
2017-05-08 15:20:21 -05:00
Benoît Legat
f11828075b
Fix #770
2017-04-13 22:20:03 +02:00
Andy Nowacki
5435ce20a9
Remove import of Base.scale(!); fixes #687
...
Base.scale and Base.scale! were deprecated in v0.5 and removed in
v0.6-pre.alpha. Removing their import permits use on v0.6- and
is fine since we REQUIRE v0.5 and above.
2017-03-06 10:25:21 +00:00
Andy Nowacki
a087a6694b
Use sans-serif as default font family ( fix #593 )
...
Rather than specifying a specific typeface, set the font
*family* in the `family` field of `Font` as `sans-serif`
by default.
Fixes #593 .
2017-01-06 16:45:40 +00:00
Tom Breloff
da7e0cba3e
deprecate curve_points and shape_coords and extend coords; move directed_curve/shorten_segment/random_control_point to PlotRecipes
2016-11-17 13:00:56 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Tom Breloff
fbeaa59f18
curve offset
2016-11-16 13:55:07 -05:00
Tom Breloff
4eb6fac881
series_annotations scalefactor
2016-11-14 13:29:32 -05:00
Tom Breloff
376ee02041
fix series_annotations size
2016-11-11 17:43:46 -05:00
Tom Breloff
ad71e81338
rtri/ltri shapes; go between in directed_curve
2016-11-11 11:10:06 -05:00
Thomas Breloff
2200b76054
directed_curve
2016-11-07 00:20:14 -05:00
Thomas Breloff
08771395b8
rewrite directed_curve
2016-11-06 11:46:22 -05:00
Thomas Breloff
e3c06cad57
cleanup and comments
2016-11-04 15:54:26 -04:00
Thomas Breloff
4dfadeaf15
series_annotations refactor and gr/pyplot fixes
2016-11-04 15:39:53 -04:00
Thomas Breloff
af1896dc36
don't export Axis/Plot/etc; closes #552 ; fix series_annotations; support SeriesAnnotations in gr; fix scale/translate
2016-11-03 22:02:23 -04:00
Thomas Breloff
350ffdee25
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
2016-11-03 13:29:20 -04:00
Thomas Breloff
75f1cf8cbb
complexplot; Arrow side; gr arrows
2016-11-02 14:00:03 -04:00
Thomas Breloff
dfb89ef7f5
scalefontsize/scalefontsizes; closes #560
2016-11-02 10:20:33 -04:00
Thomas Breloff
8638626ff5
Formatted and elementwise type recipes
2016-09-20 16:23:59 -04:00
Thomas Breloff
8a40ac8991
added Volume with recipe, conversion, expand_extrema, and :volume type
2016-08-25 14:30:08 -04:00