-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: Manifest.toml Version modified: Project.toml Version modified: src/MechanicalSketch.jl modified: src/arrow.jl Add draw_arrowhead, redefine curved arrows. modified: src/autodiff_unitfu.jl Add ∇, ortography modified: src/chart.jl Add color_matrix, propose_legend modified: src/curves.jl box_fill_outline -> labels modified: src/flow.jl Delete hue_from_complex_argument!, old color_matrix new file: src/labels.jl Move box_fill_outline and setlabel here, add label_boxed new file: src/latex.jl Move from place_image, enable bold latex. modified: src/place_image.jl Reshuffle and move out latex modified: src/scale.jl Remove empty line modified: src/streamline_convolution.jl Signature draw_streamlines, streamlines_add! -> streamlines_matrix!, streamlines_matrix, less strict convolution_matrix modified: test/Manifest.toml modified: test/test_23.jl modified: test/test_26.jl modified: test/test_26.png modified: test/test_27.jl modified: test/test_27.png modified: test/test_3.jl Counterclockwise arrows. modified: test/test_3.png modified: test/test_32.jl modified: test/test_33.jl modified: test/test_33.png modified: test/test_34.jl new file: test/test_38.jl color_matrix test new file: test/test_38.png new file: test/test_39.jl new file: test/test_39.png modified: test/test_5.jl modified: test/test_5.png new file: test/test_functions_38.jl new file: test/test_functions_39.jl
- Loading branch information
Showing
33 changed files
with
857 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MechanicalSketch" | ||
uuid = "183f2c95-4b91-4df3-9bd2-197e8f9edb13" | ||
authors = ["hustf <[email protected]> and contributors"] | ||
version = "0.4" | ||
version = "0.4.1" | ||
|
||
[deps] | ||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.