Skip to content
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

Feature/modify graph view #75

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Feature/modify graph view #75

wants to merge 6 commits into from

Conversation

crsct
Copy link
Collaborator

@crsct crsct commented Dec 4, 2023

closes #72

Copy link
Member

@lukasjelonek lukasjelonek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text should be improved. Suggestions are added to the respective lines

src/views/statistics/StatisticsView.vue Outdated Show resolved Hide resolved
<h3 class="ps-5 pt-2">Genus Composition:</h3>
<p class="px-5">
This graph displays the genus composition of the bakrep dataset, the
y-axis shows the different genus while the x-axis displays how often a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The genera are sorted according to their entry count and [presented or better word] on the y-axis.

src/views/statistics/StatisticsView.vue Outdated Show resolved Hide resolved
src/views/statistics/StatisticsView.vue Outdated Show resolved Hide resolved
src/views/statistics/StatisticsView.vue Outdated Show resolved Hide resolved
Copy link
Member

@lukasjelonek lukasjelonek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos

<h3 class="ps-5 pt-2">Genus Composition:</h3>
<p class="px-5">
This chart presents the number of entries per genus for all genera
stored in bakre, the y-axis shows the different genus while the x-axis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bakrep. The
genera

<PhylogenyCountsBarChart :inputData="genusData" />
</div>
<div>
<p class="px-5">
This chart presents the number of entries per species for all species
stored in bakre, the y-axis shows the different species while the x-axis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy-paste

logarithmically scaled.
</p>
<p class="px-5">
The default horizontal resolution contains multiple genera per pixel. In
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vertical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove y-axis labels in genus/species repository statistics
2 participants