AdmcCarthy / Investigating_Baseball_Data

An investigation of the Lahman´s Baseball Database
MIT License
0 stars 0 forks source link

Build a way to use subplots to arrange a figure of multiple plots #32

Closed AdmcCarthy closed 7 years ago

AdmcCarthy commented 7 years ago

Redesign figures to include a way to handle subplots.

For example over-dispersed can allign three histrograms above each other with different transformations

AdmcCarthy commented 7 years ago

See Stackoverflow example. Certain figures can be assigned an axis function while others the axes function will be able to be accessed after creation.

Link

AdmcCarthy commented 7 years ago

Closed for the moment. Appears very complex to put this within a function. The code works, and can exist as a verbose section in a notebook but it seems unable to do easily as a function.

You can not pass predefined plots in as input to be placed as subplots. The issue has been fixed in pyplot but not put out into release yet.