Title: Superscripts in axis label cut when saving .eps with bbox_inches="tight" · Issue #7075 · matplotlib/matplotlib · GitHub
Open Graph Title: Superscripts in axis label cut when saving .eps with bbox_inches="tight" · Issue #7075 · matplotlib/matplotlib
X Title: Superscripts in axis label cut when saving .eps with bbox_inches="tight" · Issue #7075 · matplotlib/matplotlib
Description: I have been saving some .eps plots using: matplotlib.pyplot.savefig(file.eps, bbox_inches="tight") and this works as expected; however, when using: matplotlib.rcParams['text.usetex'] = True matplotlib.pyplot.savefig(file.eps, bbox_inches...
Open Graph Description: I have been saving some .eps plots using: matplotlib.pyplot.savefig(file.eps, bbox_inches="tight") and this works as expected; however, when using: matplotlib.rcParams['text.usetex'] = True matplot...
X Description: I have been saving some .eps plots using: matplotlib.pyplot.savefig(file.eps, bbox_inches="tight") and this works as expected; however, when using: matplotlib.rcParams['text.usetex...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/7075
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Superscripts in axis label cut when saving .eps with bbox_inches=\"tight\"","articleBody":"I have been saving some .eps plots using:\n`matplotlib.pyplot.savefig(file.eps, bbox_inches=\"tight\")`\n and this works as expected; however, when using:\n`matplotlib.rcParams['text.usetex'] = True` \n`matplotlib.pyplot.savefig(file.eps, bbox_inches=\"tight\")`\nthe y axis label is cut. \n\nIt has been noted before that there has been some issues with .eps fies and usetex (Bounding box no longer works for EPS files if usetex=True #85) but I don't know in what way the bounding box was wrong and I am also using a matplotlib version that is 5 years on.\n\nHere is a somewhat forced example and the results.\n## Example\n\n```\nimport numpy\nfrom matplotlib import pyplot\nfrom matplotlib import gridspec\nfrom matplotlib.collections import LineCollection\n\ndef plotLines(file_name):\n\n # -- Misc ----------------------------------------------------------------\n axis_font_size = 50.\n line_thickness = 3.\n\n # -- Data ----------------------------------------------------------------\n angles = numpy.linspace(-180., 180, num=201)\n amp_values = [1., 2., 3.] \n\n line_values = [] \n for amp in reversed(amp_values):\n sine = amp * (numpy.sin(angles * (numpy.pi/180.)))**-1\n line_values.append(zip(angles, sine))\n\n amp_values = numpy.array(amp_values)\n lines = LineCollection(\n line_values, \n array=amp_values, \n cmap=pyplot.cm.viridis,\n linewidth=line_thickness\n )\n\n # -- Init Plot -----------------------------------------------------------\n pyplot.clf() # Clear plot area\n fig = pyplot.figure()\n ax_grid = gridspec.GridSpec(\n 1, 2, wspace=0.05, hspace=0.00,\n width_ratios=[20, 1]\n )\n\n # -- Plot ----------------------------------------------------------------\n plot = pyplot.subplot(ax_grid[0])\n\n plot.add_collection(lines)\n\n # Axis limits\n plot.set_xlim([numpy.min(angles), numpy.max(angles)])\n plot.set_ylim([-numpy.max(amp_values), numpy.max(amp_values)])\n\n # Axis labels\n plot.set_xlabel(\n \"$\\\\mathrm{Angle} \\\\, \\\\left[^{\\\\circ}\\\\right]$\", \n fontsize=axis_font_size\n )\n plot.set_ylabel(\n \"$\\\\mathrm{Amp} \\\\,\"\n \"\\\\times \\\\, \\\\left[\\\\mathrm{sine} \\\\,\"\n \"\\\\left(\\\\mathrm{Angle}\\\\right)\\\\right]^{-1}$\",\n fontsize=axis_font_size,\n )\n\n # -- Colour Bar ----------------------------------------------------------\n cbar_axis = pyplot.subplot(ax_grid[1])\n\n cbar = pyplot.colorbar(lines, ticks=amp_values, cax=cbar_axis)\n\n # CBar Label\n cbar.ax.set_ylabel(\n \"$\\\\mathrm{Amp}$\",\n fontsize=axis_font_size,\n )\n\n # -- Save ----------------------------------------------------------------\n pyplot.savefig(\n \"{:s}.eps\".format(file_name),\n bbox_inches=\"tight\",\n dpi=600\n )\n pyplot.close()\n\n\nif __name__ == \"__main__\":\n plotLines(\"Without\")\n import matplotlib as mpl\n mpl.rcParams['text.usetex'] = True # Process all text with TeX\n plotLines(\"With\")\n```\n## Results\n### Without\n\nAs expected\n\n### With\n\nY axis label cut\n\n## System\n\nMatplotlib 1.5.1\nPython 2.7.12 (Anaconda install)\nCentOS Linux release 7.2.1511\nGPL Ghostscript 9.07 (2013-02-14)\n","author":{"url":"https://github.com/DTHaydon","@type":"Person","name":"DTHaydon"},"datePublished":"2016-09-09T16:04:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/7075/matplotlib/issues/7075"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:d3b5b3b4-ad30-af0c-2865-2c9bbddd2def |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 902C:153E3D:112F88C:176ECA0:6A522A4B |
| html-safe-nonce | b0fe777bb2da45da1151fb67ba472ddcbc1bf7d2270571c2f8b498f778f97c6d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDJDOjE1M0UzRDoxMTJGODhDOjE3NkVDQTA6NkE1MjJBNEIiLCJ2aXNpdG9yX2lkIjoiODc0NzY5NzQ2MTM0OTQ2MDU1NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 60e846f56b88353d350e3a75362479f05e61f8b67b6c2672dc33c939f83b4c2c |
| hovercard-subject-tag | issue:176046284 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/7075/issue_layout |
| twitter:image | https://opengraph.githubassets.com/29c9516b90cfdbdc1ca7ff518f5dd0bc2cacc604a3d591c1a63dae50526bfaaa/matplotlib/matplotlib/issues/7075 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/29c9516b90cfdbdc1ca7ff518f5dd0bc2cacc604a3d591c1a63dae50526bfaaa/matplotlib/matplotlib/issues/7075 |
| og:image:alt | I have been saving some .eps plots using: matplotlib.pyplot.savefig(file.eps, bbox_inches="tight") and this works as expected; however, when using: matplotlib.rcParams['text.usetex'] = True matplot... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | DTHaydon |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width