-
-
Notifications
You must be signed in to change notification settings - Fork 66
Implement ContourPlot3D #1592
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
Draft
bdlucas1
wants to merge
41
commits into
sphericalplot3d
Choose a base branch
from
contourplot3d
base: sphericalplot3d
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.
Draft
Implement ContourPlot3D #1592
Changes from 11 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a297cd0
Support file_name:test_name on CLI
bdlucas1 f08e0e3
ContourPlot3D
bdlucas1 53cf528
Contours, Mesh options
bdlucas1 0d8f64e
Tests
bdlucas1 3003b16
Formatting
bdlucas1 71d6e79
Merge branch 'sphericalplot3d' into contourplot3d
bdlucas1 02e719e
Merge branch 'sphericalplot3d' into contourplot3d
bdlucas1 c18fc54
Add example and link
bdlucas1 3d29ba8
Merge branch 'sphericalplot3d' into contourplot3d
bdlucas1 0dbbdf3
Update mathics/builtin/drawing/plot_plot3d.py
bdlucas1 51cac24
Fix doc
bdlucas1 ce35374
Merge branch 'sphericalplot3d' into contourplot3d
bdlucas1 2d3fc2b
Fix doc
bdlucas1 1291cf1
Merge branch 'sphericalplot3d' into contourplot3d
bdlucas1 aeb40c6
Fix typo
bdlucas1 3d80b8b
Merge branch 'sphericalplot3d' into contourplot3d
mmatera 27e6c40
Merge branch 'sphericalplot3d' into contourplot3d
mmatera 191617b
More tweaks in InputForm (#1634)
mmatera bfd9708
OutputForm rebase (#1635)
mmatera c538823
Update the yaml examples of MathML and TeX Form outputs (#1639)
mmatera 3313aaf
Use MathicsScanner tables for render LaTeX (#1644)
mmatera f4f9857
Format optional (#1649)
mmatera f11940b
Add FormBox (#1650)
mmatera 6b14674
Go over Optional doc (#1636)
rocky 137be41
Another independent, small part of #1651 (#1652)
mmatera 501b9c6
Makeboxes overhault (#1651)
mmatera c322d6a
boxed -> boxes (#1656)
mmatera 6539f04
Implement Format MakeBoxes and Format[...]//OutputForm (#1646)
mmatera 3f80707
Typo in documentation (#1621)
mmatera 7824f99
More on escape characters (#1658)
mmatera 882a8f2
Fix error when integrate a non-sympy integrand. (#1662)
mmatera 2b61d48
is_multiline property (#1664)
mmatera 0df365f
Security/sandbox system commands rebased (#1667)
rocky 66315b5
In CI Use newer URL form for pip git (#1669)
rocky 7ed0d87
$BoxForms and ParentForm (#1666)
mmatera a34ebdf
Improve TeXForm (#1663)
mmatera 23d2d93
Move implementation of MakeBoxes for Graphics and Graphics3d to math…
mmatera c7c11af
Add tests for BoxExpression (#1672)
mmatera 3a11b75
Add Box type annotations to render routines. (#1674)
rocky 4bcc264
Merge branch 'master' into sphericalplot3d
mmatera 511bf37
Merge branch 'sphericalplot3d' into contourplot3d
mmatera 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
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
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
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
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
Oops, something went wrong.
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.
ot? is to? Or something else?
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.
Fixed