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

Scatterplot Matrix #849

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

Conversation

Mattriks
Copy link
Member

The new function scatterplotmatdata produces 4 dataframes which can be used to build a scatterplot matrix via Geom.subplot_grid. I have put an example in #286. This way of producing a scatterplot matrix is very flexible, because the user can change many things in the plot, using normal Gadfly commands.

To make this work, I also fixed an error in Geom.subplot grid, so now it behaves properly when both free_x_axis and free_y_axis are true.

Dataframes for a scatterplot matrix to plot using Geom.subplot_grid
@versipellis
Copy link

What ever happened with this?

@Mattriks
Copy link
Member Author

The branch went stale because historically Gadfly wasn't being maintained at that time. Today I'd rewrite this as a new Statistic Stat.scatterplotmatrix, which would work with Geom.subplot_grid.

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.

None yet

2 participants