-
Notifications
You must be signed in to change notification settings - Fork 3
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
one plot/panel to show seconds vs N #52
Comments
I'm not aware of what you tried? Please share what you did, cause its not "we've" for what I tried. I was simply trying to hack the plot method to filter out the time data (for which I sent you a snippet on Monday after our meeting, which you can work on?), and I think modifying this is the easiest way to go about it: Line 201 in 27bc253
I can continue debugging those errors now (will post in another issue) or Toby can ship something out faster (which is why I told you to contact him since the start of this week) but I would suggest you to try something yourself in the meantime instead of just waiting. |
just use atime.result$measurements as the data in a ggplot |
Yes I did that in this code, But my problem is how to get the base, CRAN and head of the graph as well
|
you can add HEAD, etc as other versions, arguments to |
yes, sure thanks, got it |
make sure to do install.packages("data.table") to get most recent CRAN version, here are the docs from ?atime_versions
|
|
For that test case (or this in your repository), you might want to update it to the code being used in data.table as currently only the CRAN version is aligned with the Slow label (the PR/5427 was merged to fix this so BASE at present should be with the Fast label) Seems like you're running this with an older version of |
looks good overall |
HEAD should be all caps https://stackoverflow.com/questions/2304087/what-is-head-in-git |
I used alpha = 0.7, for geom_line and geom_ribbon
|
i usually use alpha=0.5 for ribbon and default alpha=1 for line |
@tdhock, @Anirban166 and I have been trying to figure out how to create a plot for the gitHub action for only seconds and N, he run into a series of errors that he's been unable to resolve so far.
@Anirban166, Kindly share some of the error messages so @tdhock can assist.
I will also share what did also
The text was updated successfully, but these errors were encountered: