Skip to content

document loss & recovery of x-axis label #1

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

Closed
JanetMatsen opened this issue Mar 4, 2016 · 1 comment
Closed

document loss & recovery of x-axis label #1

JanetMatsen opened this issue Mar 4, 2016 · 1 comment

Comments

@JanetMatsen
Copy link
Owner

pandas-dev/pandas#10611

Example:
ax = df.plot.scatter(x='total_reads_mapped',
y='reads_mapped_to_CDS',
c='reads_mapped_to_rRNA', s= 60,
sharex=False # hack to get back the x label
# hack from: pandas-dev/pandas#10611
)
ax.set_title('CDS vs total mapped', y=1.05)
plt.tight_layout()
ax.figure.savefig(plot_dir + 'CDS_vs_total_mapped--color_by_rRNA_reads_mapped.pdf')

@JanetMatsen
Copy link
Owner Author

bbox_inches='tight'

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

No branches or pull requests

1 participant