Closed
Conversation
Member
|
there is a bunch of extra stuff in this diff |
WeatherGod
requested changes
Jul 10, 2018
| "\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" |
Member
There was a problem hiding this comment.
for example, this shouldn't be here
Member
|
I'll just include the relevant portions of the change in my #22 |
WeatherGod
added a commit
that referenced
this pull request
Jul 10, 2018
Member
Author
|
K, and yeah I wonder if it's 'cause I'm using python 3 and cleared out the output before the PR |
Member
|
maybe, but you also executed a load magic, which is what I referenced |
Member
Author
|
hmm, wondering why that is since I cleared all the output... |
Member
Author
|
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. |
Member
|
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>
.
|
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.
switched code in example to: