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

Vf3d #65

Merged
merged 34 commits into from
Apr 25, 2024
Merged

Vf3d #65

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
43ec893
use github actions for CI
jverzani Dec 3, 2020
27a16b3
WIP
jverzani Jun 11, 2021
74aeb70
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jun 12, 2021
c14b500
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jul 20, 2021
9834fd9
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jul 21, 2021
c1c2052
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Aug 3, 2021
1ede15f
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Aug 10, 2021
275e781
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Aug 14, 2021
5c9c389
merge edits
jverzani Nov 5, 2021
6239f93
merge
jverzani Dec 2, 2021
bee42da
merge master
jverzani Dec 3, 2021
755023b
merge master
jverzani Dec 3, 2021
8f82b92
merge master
jverzani Dec 8, 2021
7f19505
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jan 14, 2022
f57985b
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jan 21, 2022
b59ce00
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 19, 2022
4164967
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 27, 2022
1415f7d
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 28, 2022
ba8784c
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 28, 2022
eb9f55d
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani May 6, 2022
78c6c05
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani May 7, 2022
bed2cfc
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani May 29, 2022
b47dc0e
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jun 1, 2022
a736f0f
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jun 7, 2022
00f24c7
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Jul 12, 2022
a47a8bd
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Sep 10, 2022
2fbeeae
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Sep 20, 2022
7fa9f0b
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Oct 14, 2022
55faf70
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Oct 18, 2022
6761f4d
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Dec 21, 2023
379d9e1
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 23, 2024
5e057d1
Merge branch 'master' of https://github.com/jverzani/CalculusWithJuli…
jverzani Apr 24, 2024
4b7b05a
upperbound
jverzani Apr 24, 2024
2b6de98
forgot one
jverzani Apr 25, 2024
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
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CalculusWithJulia"
uuid = "a2e0e22d-7d4c-5312-9169-8b992201a882"
version = "0.2.1"
version = "0.2.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -33,6 +33,7 @@ Plots = "1"
Reexport = "1"
Roots = "1, 2"
SpecialFunctions = "1, 2"
SplitApplyCombine = "1"
julia = "1"


Expand Down
1 change: 1 addition & 0 deletions ext/CalculusWithJuliaPlotsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import CalculusWithJulia:
plot_parametric, plot_parametric!,
plot_implicit_surface,
vectorfieldplot, vectorfieldplot!,
vectorfieldplot3d, vectorfieldplot3d!,
arrow3d,
newton_vis, newton_plot!,
riemann_plot, riemann_plot!,
Expand Down
3 changes: 3 additions & 0 deletions src/plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export plotif, trimplot, signchart,
plot_parametric, plot_parametric!,
implicit_plot, implicit_plot!,
vectorfieldplot, vectorfieldplot!,
vectorfieldplot3d, vectorfieldplot3d!,
arrow, arrow!

export newton_vis, newton_plot!, riemann_plot, riemann_plot!
Expand Down Expand Up @@ -127,6 +128,8 @@ p
"""
function vectorfieldplot end
function vectorfieldplot! end
function vectorfieldplot3d end
function vectorfieldplot3d! end


##
Expand Down
Loading