Title: [Bug]: Deepcopy of TextPath fails · Issue #20943 · matplotlib/matplotlib · GitHub
Open Graph Title: [Bug]: Deepcopy of TextPath fails · Issue #20943 · matplotlib/matplotlib
X Title: [Bug]: Deepcopy of TextPath fails · Issue #20943 · matplotlib/matplotlib
Description: Bug summary The problem is that deepcopy of TextPath calls deepcopy of Path. In turn Path utilizes super().init for creating a new instance. However, Path.init and TextPath.init are completely different. Code for reproduction from matplo...
Open Graph Description: Bug summary The problem is that deepcopy of TextPath calls deepcopy of Path. In turn Path utilizes super().init for creating a new instance. However, Path.init and TextPath.init are completely diff...
X Description: Bug summary The problem is that deepcopy of TextPath calls deepcopy of Path. In turn Path utilizes super().init for creating a new instance. However, Path.init and TextPath.init are completely diff...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/20943
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Deepcopy of TextPath fails","articleBody":"### Bug summary\n\nThe problem is that deepcopy of TextPath calls deepcopy of Path. In turn Path utilizes super().__init__ for creating a new\r\ninstance. However, Path.__init__ and TextPath.__init__ are completely different.\n\n### Code for reproduction\n\n```python\nfrom matplotlib.textpath import TextPath\r\nTextPath((0, 0), \".\").deepcopy()\n```\n\n\n### Actual outcome\n\n```python\r\nAttributeError Traceback (most recent call last)\r\nc:\\figures.py in \u003cmodule\u003e\r\n----\u003e 1 TextPath((0, 0), \".\").deepcopy()\r\n\r\n~\\.site-packages\\matplotlib\\path.py in __deepcopy__(self, memo)\r\n 284 return self.__class__(\r\n 285 self.vertices.copy(), codes,\r\n--\u003e 286 _interpolation_steps=self._interpolation_steps)\r\n 287 \r\n 288 deepcopy = __deepcopy__\r\n\r\n~\\.site-packages\\matplotlib\\textpath.py in __init__(self, xy, s, size, prop, _interpolation_steps, usetex)\r\n 394 \r\n 395 self._cached_vertices = None\r\n--\u003e 396 s, ismath = Text(usetex=usetex)._preprocess_math(s)\r\n 397 self._vertices, self._codes = text_to_path.get_text_path(\r\n 398 prop, s, ismath=ismath)\r\n\r\n~\\.site-packages\\matplotlib\\text.py in _preprocess_math(self, s)\r\n 1186 return s, True\r\n 1187 else:\r\n-\u003e 1188 return s.replace(r\"\\$\", \"$\"), False\r\n 1189 \r\n 1190 def set_fontproperties(self, fp):\r\n\r\nAttributeError: 'list' object has no attribute 'replace'\r\n```\n\n### Expected outcome\n\nA new instance of TextPath.\n\n### Operating system\n\nWindows 10\n\n### Matplotlib Version\n\n3.3.4\n\n### Matplotlib Backend\n\nmodule://ipykernel.pylab.backend_inline\n\n### Python version\n\nPython 3.6.6\n\n### Jupyter version\n\n_No response_\n\n### Other libraries\n\n_No response_\n\n### Installation\n\npip\n\n### Conda channel\n\n_No response_","author":{"url":"https://github.com/deep-jkl","@type":"Person","name":"deep-jkl"},"datePublished":"2021-08-29T18:51:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/20943/matplotlib/issues/20943"}
| 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:f3acfd26-a6af-2723-802d-931171cecdaa |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DF02:10E65B:2B4C087:3B73925:6A50B119 |
| html-safe-nonce | 74efb918587a3b2659080791afbaa9ff02cfe78dc4ced6d63bb1a1c355f83bff |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERjAyOjEwRTY1QjoyQjRDMDg3OjNCNzM5MjU6NkE1MEIxMTkiLCJ2aXNpdG9yX2lkIjoiNTk5MTc4NjUyMTQwNDk0NDY2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 5eef2b1367eed129d95d609b5bb77b9b57690dd2096654f621cf7bc6f0b15557 |
| hovercard-subject-tag | issue:982175486 |
| 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/20943/issue_layout |
| twitter:image | https://opengraph.githubassets.com/9a81b06f4eb84ca8948cb11fcdad67a76de38ba6546a7b775e9590414e046e03/matplotlib/matplotlib/issues/20943 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/9a81b06f4eb84ca8948cb11fcdad67a76de38ba6546a7b775e9590414e046e03/matplotlib/matplotlib/issues/20943 |
| og:image:alt | Bug summary The problem is that deepcopy of TextPath calls deepcopy of Path. In turn Path utilizes super().init for creating a new instance. However, Path.init and TextPath.init are completely diff... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | deep-jkl |
| hostname | github.com |
| expected-hostname | github.com |
| None | 63772747707af4093f0d5fc7aa1bb3bb55f412a9865207c4f421aa34c64cc404 |
| 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 | ded53fe94e3ff1bb4dbf8cc77e285396c92580fb |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width