Josef Heinen 3332bfcee1 Fixed some TODOs (Issue $108)
- support the grid keyword
- support handling of NaN (gaps in line segments)
- support xlims/ylims
- removed gr_state macro

The GR.savestate / GR.restorestate problem (caused by exceptions) will be solved
in GR - probably by something like GR.rewind() => to unwind the attribute stack.
2016-03-09 10:34:19 +01:00
2016-02-08 14:24:25 -05:00
2015-11-20 16:25:50 -05:00
2016-03-09 10:34:19 +01:00
2016-03-08 17:52:39 -05:00
2015-10-20 14:49:01 -04:00
2016-02-04 14:20:34 -05:00
2015-08-25 22:55:20 -04:00
2015-08-25 22:55:20 -04:00
2015-09-15 17:11:36 -04:00
2016-02-04 13:01:06 -05:00
2016-03-02 22:48:27 -05:00

Plots

Build Status Plots Plots

Author: Thomas Breloff (@tbreloff)

Plots is a plotting API and toolset. My goals with the package are:

  • Intuitive. Start generating complex plots without reading volumes of 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 and access the strengths of all backends.
  • Lightweight. Very few dependencies, since backends are loaded and initialized dynamically.

Use the preprocessing pipeline in Plots to fully describe your visualization before it calls the backend code. This maintains modularity and allows for efficient separation of front end code, algorithms, and backend graphics. New graphical backends can be added with minimal effort.

View the full documentation.

Description
Powerful convenience for Julia visualizations and data analysis
Readme 114 MiB
Languages
Julia 99.9%
Shell 0.1%