# 40 Improving the Visual Aspect of the Top Institutions Bar Plot in …#42
Open
BadriJagan wants to merge 5 commits intocrkn-rcdr:mainfrom
Open
# 40 Improving the Visual Aspect of the Top Institutions Bar Plot in …#42BadriJagan wants to merge 5 commits intocrkn-rcdr:mainfrom
BadriJagan wants to merge 5 commits intocrkn-rcdr:mainfrom
Conversation
…the App The x-axis labels on the Top Institutions bar plot appeared cluttered and overlapping, Therefore to fix this I reduced the font size of the x-axis tick labels. This adjustment allows the labels to fit neatly without overlapping, resulting in a cleaner and more user-friendly visualization.
…k as expected The error indicated that the code was trying to access a column named title, which does not exist in the uploaded CSV file. Because of this, the app failed to render outputs in sections where the "title" column was used. So once the "title" column was commented out the map and other aspects of the app started to work.
Author
|
#44 is the second commit |
…documentation Following up with what Emil did: I have added the header for app.R file. I followed the exact format Emil has followed for the other two R scripts (Rorcid_Crossref_Authors.R and Rorcid_Crossref_Authors_Existing_List.R).
…documentation I have included the License as requested.
When you zoom out, the basemap “wraps” horizontally, so the world appears multiple times and your points are only on one copy. To fix the issue I changed the addTiles() call so the tile layer doesn’t wrap.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The x-axis labels on the Top Institutions bar plot appeared cluttered and overlapping. Therefore, to fix this, I reduced the font size of the x-axis tick labels. This adjustment allows the labels to fit neatly without overlapping, resulting in a cleaner and more user-friendly visualization.