-
Notifications
You must be signed in to change notification settings - Fork 599
Updated the categorical example #23
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
there is a bunch of extra stuff in this diff |
"\n", | ||
"# Try to plot the two circles, scale the axes as shown and add a legend\n", | ||
"# Hint: it's easiest to combine `ax.axis(...)` and `ax.margins(...)` to scale\n", | ||
"# the axes\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for example, this shouldn't be here
I'll just include the relevant portions of the change in my #22 |
K, and yeah I wonder if it's 'cause I'm using python 3 and cleared out the output before the PR |
maybe, but you also executed a load magic, which is what I referenced |
hmm, wondering why that is since I cleared all the output... |
I think it's cause of a code folding plugin (or one of the many other jupyter extensions I've got installed). :/ Next time will grab a clean environment. |
load magic execution aren't considered "output", since it replaces the cell
that it came from
…On Tue, Jul 10, 2018 at 1:01 AM, hannah ***@***.***> wrote:
I think it's cause of a code folding plugin (or one of the many other
jupyter extensions I've got installed). :/ Next time will grab a clean
environment.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-B2UlErWZjZHzXjLIh21C8J5_zGwks5uFDU_gaJpZM4VIsfs>
.
|
switched code in example to: