Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7564681

Browse filesBrowse files
committed
forgot to commit a file
1 parent 3b3d074 commit 7564681
Copy full SHA for 7564681

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎fastplotlib/graphics/_features/_common.py

Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/_common.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def set_value(self, graphic, value: str):
1818
if not isinstance(value, str):
1919
raise TypeError("`Graphic` name must be of type <str>")
2020

21-
if graphic._plot_area is not None:
22-
graphic._plot_area._check_graphic_name_exists(value)
21+
if graphic._fpl_plot_area is not None:
22+
graphic._fpl_plot_area._check_graphic_name_exists(value)
2323

2424
self._value = value
2525

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.