-
Notifications
You must be signed in to change notification settings - Fork 25
docs: Plotting with Makie.jl #165
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
Open
icweaver
wants to merge
33
commits into
SymbolicML:main
Choose a base branch
from
icweaver:makie
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
84a6d8a
basic impl started
icweaver e6dc26a
Merge branch 'SymbolicML:main' into makie
icweaver 2eb116f
cleanup + started adding tests
icweaver bbf9eff
cleanup
icweaver 5b7920f
fixed conversion bug
icweaver 3362969
ax.dim1/2_conversion working!
icweaver e439270
started docs and tests
icweaver e68d3b0
Merge branch 'main' into makie
icweaver e1637d3
switched to 2-arg ustrip
icweaver 8dcc31e
more tests
icweaver 331d8c6
docs up
icweaver 6492347
added docstring for DQConversion
icweaver b307dd8
enabled units_in_label option
icweaver 43f95ab
reftest
icweaver 90c5d46
up
icweaver 7d83d1b
workaround for broadcasting error with s
icweaver 66f8899
added reference to AoG
icweaver 8336dc5
oop, put make.jl back
icweaver 1c5127e
fr this time
icweaver 2893c01
whitespace
icweaver d412ed6
Update ext/DynamicQuantitiesMakieExt.jl
icweaver 1277f6f
relax Makie compat, lower bound set to unitful axis PR
icweaver 1afe364
Update test/Project.toml
icweaver 2d09a66
space out DQConversion docstring a bit
icweaver ef2d0d8
enforce SymbolicDimensions for DQConversion
icweaver ba44320
align with upstream, make Dates dep explicit
icweaver bbf2ea6
Merge branch 'main' into makie
icweaver cbd923f
Merge branch 'main' into makie
icweaver 2b40a36
start upgrading to Makie v0.24
icweaver 2f7086e
finished Makie v0.24 upgrade
icweaver 3902fc1
roll back Makie extension, update docs
icweaver a717ccf
cleanup
icweaver 0c39e0b
add compat entry for CairoMakie
icweaver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,2 +1,7 @@ | ||
[deps] | ||
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
||
[compat] | ||
# TODO: update when https://github.com/MakieOrg/Makie.jl/pull/5137 merged | ||
CairoMakie = "0.15.3" |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit simpler. Can you also use
;
rather thannothing
elsewhere tooThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, no dice just yet:
I noticed you mention this in your discussion with Abhro in #175, and I've wanted to try it out ever since. Is there something else that I could try? Found some relevant discussion here: JuliaDocs/Documenter.jl#1509