-
Notifications
You must be signed in to change notification settings - Fork 633
Fixes for error bars and ticks #163
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
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
baa31e8
test for error bars first or last
tdhock adcc2ba
test different colors
tdhock 8169a3d
test only error bars
tdhock 2a37221
only error bars passes test
tdhock 12d8019
error bars after passes test
tdhock f27f77a
error bars before passes test
tdhock d907817
colored error bars
tdhock 565102d
colored error bar test fails
tdhock ea78dc3
symmetric and colored error bar test passes
tdhock c8e98eb
errorbarh merges, ggplot-errorbar tests pass
tdhock dea0c1a
fix tile and theme tests
tdhock 1d032af
move back constants
tdhock c768c2f
tick tests fail
tdhock f2d7cf3
for discussion
tdhock eab0348
test y axis range
tdhock de10b3e
keep marianne additions
tdhock 8062b9c
reverse y axis
tdhock 56e7515
tick tests complete
tdhock ba1c206
facet tests
tdhock 5cad2f4
disable coord_flip + facet tests
tdhock 3358708
order traces
tdhock b2f3c11
do not order if there is no order
tdhock a04c705
flip traces
tdhock a29a3c7
more breaks, labels, limits tests
tdhock 3047869
scale(labels) for trace names
tdhock f791134
works with no scale(labels)
tdhock e2ea24b
breaks=NULL hides ticks, lines, labels
tdhock 7926a30
scale(limits) means axis$range
tdhock 93585b4
get trace range from ggplot range
tdhock 623512e
scale(breaks=numeric) means axis$dtick and autotick
tdhock 8b0a39f
negative reverse scale
tdhock 96f998c
test for correct values with reverse scale
tdhock 2581b0e
multiply by -1 for reversed aes
tdhock 4766545
exclude NA data from traces
tdhock 11522c2
just use is.na not apply
tdhock 5c98619
add save_ouputs
tdhock 314a6ec
explicit theme_grey and fill=NA for readable ggplot
tdhock a5fa7b2
delete old trace merging code
tdhock a23b3f2
tests fail for disappearing boxes
tdhock 2742345
test pass, 3 boxes render
tdhock 63b2b71
remove TO DISCUSS
tdhock 7f8ad6c
replace #+ with #
tdhock 5cf9a3c
delete print.trace and trace class
tdhock c47b802
fix marianne minor comments
tdhock 781f6bf
add space
tdhock 80536ed
delete theme_grey
tdhock 4af13ae
update NEWS/DESCRIPTION
tdhock cf9d5a4
Remove funny file
mkcor 91a5a45
Revert testthat.R file to latest commit on master
mkcor 3337d85
Revert unrelated test file to latest commit on master
mkcor 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,7 +1,7 @@ | ||
Package: plotly | ||
Type: Package | ||
Title: Interactive, publication-quality graphs online. | ||
Version: 0.5.20 | ||
Version: 0.5.21 | ||
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Scott", "Chamberlain", role = "aut", | ||
|
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.
Remove trailing white line.