Blog - basic scatter plot#22
Open
kdorr wants to merge 4 commits into
Open
Conversation
story645
reviewed
Aug 20, 2018
Member
story645
left a comment
There was a problem hiding this comment.
Really clean, but maybe add a line after the convert to show the power/benefit of converting the Altair object into an mpl one?
| layout: post | ||
| title: "Making a Scatter Plot - Part 1" | ||
| date: 2018-08-15 15:00:00 -0500 | ||
| author: "Kimberly Orr and Nabarun Pal" |
Member
There was a problem hiding this comment.
I think Jekyll has a format for multiple authors
| --- | ||
|
|
||
| # Making a Scatter Plot | ||
| This post will walk you through making a simple scatter plot in Altair, Matplotlib, and mpl-altair. |
|
|
||
| # Making a Scatter Plot | ||
| This post will walk you through making a simple scatter plot in Altair, Matplotlib, and mpl-altair. | ||
| We'll examine the cars dataset: |
Member
There was a problem hiding this comment.
Add a sentence explaining the cars dataset or link to it?
|
|
||
| ## mpl-altair | ||
| To produce the mpl-altair plot, create the Altair chart and then pass it to | ||
| mplaltair's `convert()` function. The resulting fig and ax are Matplotlib plots. |
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.
This is the scatter plot section from the blog post Nabarun and I were working on.