Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken URL and add 1D test #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/docs/build/
Manifest.toml
.DS_Store

/_readme/Manifest.toml

/_readme/.vscode/

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ save("images/3d_Fig3.png", fig)

### Animations and interactivity

Finally, by using Makie [Observables](https://makie.juliaplots.org/stable/interaction/nodes.html), we
Finally, by using Makie [Observables](http://makie.juliaplots.org/v0.15.1/documentation/nodes/index.html), we
can create animations or interactive plots. For example, if the nodal field has a time dependence

````julia
Expand Down
2 changes: 1 addition & 1 deletion _readme/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ save("images/3d_Fig3.png", fig)

# ### Animations and interactivity

# Finally, by using Makie [Observables](https://makie.juliaplots.org/stable/interaction/nodes.html), we
# Finally, by using Makie [Observables](http://makie.juliaplots.org/v0.15.1/documentation/nodes/index.html), we
paurierap marked this conversation as resolved.
Show resolved Hide resolved
# can create animations or interactive plots. For example, if the nodal field has a time dependence

t = Observable(0.0)
Expand Down
Binary file modified _readme/images/2d_Fig13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.