Skip to content
/ pyAndy Public

pyAndy enjoys arranging graphical elements in regular grids

License

Notifications You must be signed in to change notification settings

mcsoini/pyAndy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyAndy

pyAndy enjoys arranging graphical elements in regular grids

TODO:

  • wrap mticker locators
  • generalize parameter dicts with custom parameters for each plot
  • fix legends (including order of entries)
  • wrap reindex/combine with series_order
  • automate add_subplotletter
  • check axes_rotation implementation
  • support for hatches
  • implement shared axis labels, like so:
ax0 = plt.plotdict[...].ax
ax1 = plt.plotdict[...].ax

xlabel_pos = 0.5 * (ax0.transAxes.transform((1,0)) + ax1.transAxes.transform((0,0)))
xlabel_pos = ax0.transAxes.inverted().transform(xlabel_pos)
xlabel_pos[1] -= x_label_offset

ax0.set_xlabel('x_label')
ax0.xaxis.set_label_coords(*xlabel_pos)

About

pyAndy enjoys arranging graphical elements in regular grids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published