-
Notifications
You must be signed in to change notification settings - Fork 9
Porting visualization gallery #4
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
Conversation
|
please add a comment with links/URLs to your new data viz |
|
Hi @tdhock @Faye-yufan, as discussed in our recent meeting, I removed data viz that has already been ported. Here is the visualization links of my new data viz for your preview: https://nhintruong.github.io/Ch18-neural-networks-sim/ |
|
for https://nhintruong.github.io/Ch18-neural-networks-sim/ please remove black border on geom_tile in bottom plot (use color=NA, meaning transparent instead) |
|
https://nhintruong.github.io/figure-gradient-descent-regression/ please remove black border from geom_tile |
|
https://nhintruong.github.io/figure-candidates-interactive/ please remove black border from geom_tile |
|
https://nhintruong.github.io/figure-curveAlignment/ looks good overall but sometimes the grey "Min error" geom_text overlaps with the grey rectangle so can not be read. We could improve by either changing color or moving the text. |
|
https://nhintruong.github.io/figure-2019-08-14-animint/ is ok but the y axis text goes off the screen in the first plot, please try changing y axis text to "Accuracy percent improvement of best GP" |
|
https://nhintruong.github.io/figure-neuroblastomaProcessed-complex/ looks ok but y axis labels and vertical facet labels are sometimes overlapping (text difficult /impossible to read). please fix by adjusting text size / panel spacing / y axis breaks / etc |
|
thanks! |
In this PR,
I am currently working on porting the remaining photos from the gallery and will include them in a future pull request.