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
Plots
Author: Thomas Breloff (@tbreloff)
Plots is a plotting API and toolset. My goals with the package are:
- Powerful. Do more with less. Complex visualizations become easy.
- Intuitive. Stop reading so much documentation. Commands should "just work".
- Concise. Less code means fewer mistakes and more efficient development/analysis.
- Flexible. Produce your favorite plots from your favorite package, but quicker and simpler.
- Consistent. Don't commit to one graphics package, use the same code everywhere.
- Lightweight. Very few dependencies.
- Smart. Attempts to figure out what you want it to do... not just what you tell it.
View the full documentation.
Description
Languages
Julia
99.9%
Shell
0.1%