From 22fd25b30f48b95bd6dff22b560e9a5554507cfe Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 23 Sep 2015 13:36:51 -0400 Subject: [PATCH] readme --- README.md | 4 ++-- docs/readme_template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b15eb45..a2670544 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ There are many ways to pass in data to the plot functions... some examples: - DataFrames with column symbols (initialize with `dataframes!()`) In general, you can pass in a `y` only, or an `x` and `y`, both of whatever type(s) you want, and Plots will slice up the data as needed. -For matrices, data is split by columns. For functions, data is mapped. For DataFrames (TODO), a Symbol/Symbols in place of x/y will map to -the relevant column(s) and also automatically set the associated legend label. +For matrices, data is split by columns. For functions, data is mapped. For DataFrames, a Symbol/Symbols in place of x/y will map to +the relevant column(s). Here are some example usages... remember you can always use `plot!` to update an existing plot, and that, unless specified, you will update the `currentPlot()`. diff --git a/docs/readme_template.md b/docs/readme_template.md index 84e8b680..48ee27e4 100644 --- a/docs/readme_template.md +++ b/docs/readme_template.md @@ -101,8 +101,8 @@ There are many ways to pass in data to the plot functions... some examples: - DataFrames with column symbols (initialize with `dataframes!()`) In general, you can pass in a `y` only, or an `x` and `y`, both of whatever type(s) you want, and Plots will slice up the data as needed. -For matrices, data is split by columns. For functions, data is mapped. For DataFrames (TODO), a Symbol/Symbols in place of x/y will map to -the relevant column(s) and also automatically set the associated legend label. +For matrices, data is split by columns. For functions, data is mapped. For DataFrames, a Symbol/Symbols in place of x/y will map to +the relevant column(s). Here are some example usages... remember you can always use `plot!` to update an existing plot, and that, unless specified, you will update the `currentPlot()`.