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

Review notebook 4 "Plotting data" #6

Open
wants to merge 2 commits into
base: review
Choose a base branch
from

Conversation

jorisvandenbossche
Copy link
Collaborator

No description provided.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@@ -0,0 +1,512 @@
{
Copy link
Collaborator Author

@jorisvandenbossche jorisvandenbossche Sep 21, 2019

Choose a reason for hiding this comment

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

to api guide -> to user guide

some mote -> some more


Reply via ReviewNB

@@ -0,0 +1,512 @@
{
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe ax instead of of ax_1 (since there is only one) ?


Reply via ReviewNB

Copy link
Owner

Choose a reason for hiding this comment

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

I did this to overcome the potential confusion some new users might have with .plot(ax=ax) which _feels_ like magic to them without realizing the left hand side is the method parameter and the right hand side is the ax object passed as argument. I propose to use axs instead of ax

@@ -0,0 +1,512 @@
{

Choose a reason for hiding this comment

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

For this diagram, I'm not sure what to make of the blue and the green. On the left side, there are two green columns and one blue column. On the right, I see two blue plots (one of which has green lines) and one green plot. Am I supposed to make a connection between the left and the right? If not, maybe tweak the colors to be different.


Reply via ReviewNB

Copy link
Owner

Choose a reason for hiding this comment

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

The idea is actually that the single blue column is used to create a histogram and a boxplot: summary plots of a single column. The scatter plot provides the representation of 2 columns. Would it suffice to make the small green lines of the boxplots grey or would this still be confusing? Maybe just no coloring of columns would be the best? Other suggestions to improve this certainly welcome.

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.

3 participants