animint / gallery

0 stars 4 forks source link

Porting visualization gallery #4

Closed nhintruong closed 2 months ago

nhintruong commented 2 months ago

In this PR,

I am currently working on porting the remaining photos from the gallery and will include them in a future pull request.

tdhock commented 2 months ago

please add a comment with links/URLs to your new data viz please remove any data viz which has already been ported please include only one data viz at a time in future PRs please read new guidelines for contribution #6 and suggest improvements/clarifications

nhintruong commented 2 months ago

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/ https://nhintruong.github.io/figure-gradient-descent-regression/ https://nhintruong.github.io/figure-aum-convexity-interactive/ https://nhintruong.github.io/figure-curveAlignment/ https://nhintruong.github.io/figure-2019-08-14-animint/ https://nhintruong.github.io/figure-neuroblastomaProcessed-complex/ https://nhintruong.github.io/figure-candidates-interactive

tdhock commented 2 months ago

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)

tdhock commented 2 months ago

https://nhintruong.github.io/figure-gradient-descent-regression/ please remove black border from geom_tile

tdhock commented 2 months ago

https://nhintruong.github.io/figure-candidates-interactive/ please remove black border from geom_tile

tdhock commented 2 months ago

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.

tdhock commented 2 months ago

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"

tdhock commented 2 months ago

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

tdhock commented 2 months ago

https://nhintruong.github.io/figure-aum-convexity-interactive/ looks great

tdhock commented 2 months ago

thanks!