Skip to content

Commit

Permalink
delete tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jan 26, 2019
1 parent 2e19dbc commit a9a8360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ found 3 results for "magenta"
```

```
julia-1.1> findcolorscheme("cmocean")
julia> findcolorscheme("cmocean")
colorschemes containing "cmocean"
oxy (category) cmocean
Expand Down
2 changes: 1 addition & 1 deletion docs/src/plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Plots.jl

To use colorschemes with [Plots.jl](https://github.com/tbreloff/Plots.jl), you can access the colors directly. For example, With the `contour()` function, use `cgrad()` to read the colorscheme as a gradient. This renaissance-looking plot uses the `leonardo` scheme:
To use colorschemes with [Plots.jl](https://github.com/tbreloff/Plots.jl), you can access the colors directly. For example, with the `contour()` function, use `cgrad()` to read the colorscheme as a gradient. This renaissance-looking plot uses the `leonardo` scheme:

```
using Plots, ColorSchemes
Expand Down

0 comments on commit a9a8360

Please sign in to comment.