Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/m3g/JuliaNotes.jl into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 8, 2021
2 parents e017287 + 8dbdcc6 commit 4166222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Many answers are extracts from solutions provided to user questions in
the [Julia Discourse](https://discourse.julialang.org).

The only thing to look here is the
[Documentation](https://m3g.github.io/JuliaNotes.jl/stable/)

[Documentation](https://m3g.github.io/JuliaNotes.jl/stable/).
2 changes: 1 addition & 1 deletion docs/src/figures.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Which will produce this figure:
<img src="https://raw.githubusercontent.com/m3g/JuliaNotes.jl/main/docs/src/assets/plot2.png">
```

To control the margins, because sometimes depending on the font and figure sizes the labels might be cut, set margins (as in the example), which to be set practially need the explicit import of `Plots.Measures`, and perhaps play a little with the size (`size` parameter) of the figure. For example:
To control the margins, because sometimes depending on the font and figure sizes the labels might be cut, set margins (as in the example), which to be set practically need the explicit import of `Plots.Measures`, and perhaps play a little with the size (`size` parameter) of the figure. For example:

```julia
using Plots, Plots.Measures, LaTeXStrings
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Modules and Revise

The most practical way to develop codes in Julia, particularly when the code becomes more complex, is the write `modules` and use the `Revise` package.
The most practical way to develop code in Julia, particularly when the code becomes more complex, is to write `modules` and use the `Revise` package.

To install the `Revise` package, do:
```julia
Expand Down

0 comments on commit 4166222

Please sign in to comment.