-
-
Notifications
You must be signed in to change notification settings - Fork 361
Improve dim converts recipe compatibility, usability #5323
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
ffreyer
wants to merge
80
commits into
master
Choose a base branch
from
ff/dim-converts
base: master
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.
+1,543
−412
Open
Changes from 75 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
a7ad176
prototype infrastructure for direction, orientation and repeated dims
ffreyer 5af58de
simplify if block a bit
ffreyer a0dd0c8
match argument_dims default to old behavior
ffreyer a9d7876
fix typo
ffreyer 4bb89ec
add infrastructure for dim_converts in axis labels
ffreyer d14e326
control units in tick labels from Axis
ffreyer f4b617e
fix some errors with new Axis dim_converts
ffreyer e71ef49
add argument_dim_kwargs
ffreyer 8f38f58
run add_attributes first so that dim_converts can include them
ffreyer 22c00b6
fix/update hvlines
ffreyer 6c607fc
get heatmap, surface, contour, contourf working
ffreyer 7367313
update hist
ffreyer 6fe3b7b
handle image
ffreyer 57803d6
remove dynamic unit prefixes
ffreyer 135ff68
update band, errorbars, rangebars, hspan, vspan
ffreyer 4090b5b
update remaining basic_recipes plots that should work
ffreyer 7962927
update stats recipes
ffreyer a6483f8
diy missing dim_convert discard
ffreyer 27c8a94
cleanup print
ffreyer 349c268
avoid errors for empty rich text
ffreyer 9d8f40c
fix label typing
ffreyer 7ffadab
fix voronoi 3 args, update timeseries
ffreyer 9ed5906
add tests
ffreyer c064892
fix boxplot, 3D contour
ffreyer 9c347e7
fix 3D surface convert, test remaining primitives
ffreyer 946a61e
fix log units
ffreyer d8599eb
remove unused code
ffreyer 75eb60a
fix triplot/poly conversion
ffreyer 9c27eb2
revert deleted convert_arguments but remove recursion
ffreyer 98517ff
fix empty rich text properly
ffreyer 072c132
fix qqplot/qqnorm/early convert kwargs application
ffreyer 3b75279
fix "]" from formatter ending up in superscript after a "^"
ffreyer 9511d09
fix load order
ffreyer fb81392
rename attribute + docstrings
ffreyer d80f8d6
update Axis3
ffreyer 2441b30
add long units
ffreyer d4d8ba6
fix Int error in Date resampling
ffreyer c7be144
fix/update tests
ffreyer ab33a0a
revert to late attribute adding and only add required attributes earl…
ffreyer c988fa9
fix tests missing parent_is_scene
ffreyer c471bbd
revert unnecessary change to add_convert_kwargs!()
ffreyer d6a2e0a
fix PlotSpec
ffreyer 770b842
remove unused `try_dim_convert` and `should_dim_convert` (keep name f…
ffreyer 6ea83c9
drop unnecessary method
ffreyer 2deafe3
update docs
ffreyer 7702f33
run formatter
ffreyer b3ef766
minor cleanup
ffreyer 00ae1ae
get point-like data working
ffreyer b63bcce
remove prints
ffreyer a77f1e3
explicitly exclude Axis3D plots
ffreyer 2d76f0a
allow ranges in argument_dims()
ffreyer 649548a
update more point like arguments
ffreyer 9d8c31d
fix getindex(nothing, idx)
ffreyer 6f7f48b
fix failing dim converts tests
ffreyer 874d04d
fix empty array application
ffreyer dcfc8d2
fix convert_arguments tests
ffreyer 7b96f65
fix tooltip
ffreyer 6165677
fix annotations
ffreyer eceebe5
fix tooltip
ffreyer 6f8519e
make `force_dimconverts` settable to fix Axis3
ffreyer fc9e33a
fix mesh
ffreyer 3ee11e8
fix tests
ffreyer 0520d01
fix docs
ffreyer de9310e
avoid converting non data space
ffreyer 6673a64
improve documentation of conversion logic and steps
ffreyer 9223ac1
add refimg for label attributes
ffreyer 934949f
avoid need for ::Automatic in show_dim_convert_in_...()
ffreyer 767ab09
allow early conversions when dim converts are forced (+ some restruct…
ffreyer 8891191
add tests for point-like data & fix conversions
ffreyer ff3a8bd
run formatter
ffreyer dfc5f6e
fix and test band with vectypes
ffreyer f2d6347
fix docs?
ffreyer 75a793a
default units to axis labels only
ffreyer a4ebd24
default multiple point-like arguments
ffreyer 7a9f0a3
make sure every recipe has dim convert exit paths
ffreyer 7a8cb30
some cleanup + docstrings
ffreyer 672c8d8
fix dodgy docs
ffreyer 3f74daa
add section about conversion target types to recipe docs
ffreyer ff74ca2
update changelog
ffreyer 7feb429
Merge branch 'master' into ff/dim-converts
ffreyer 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
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
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.
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.
Does z actually allow vectors? I didn't allow it in the conversion trait...