Skip to content
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

Sometimes plots are incorrect (number of plots, datasets plotted). #172

Open
paulmueller opened this issue Oct 15, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@paulmueller
Copy link
Member

image

In this exemplary screenshot, the number of datasets plotted (3) does not align with the number of datasets selected for plotting (4). There probably is something wrong with the part that plots data.

@paulmueller paulmueller added the bug Something isn't working label Oct 15, 2024
@paulmueller
Copy link
Member Author

Users report that saving the session and opening again resolves the issue.

@marketakub
Copy link

This just happened to me and saving+reopening the session did not help. It happened after I tried to create a new set of plots - not only I had double the number of plots that I was supposed to have in 1 window, but also the number of filters I had suddenly doubled. Then I was not able to open the session, an error came up.:

Unhandled exception in Shape-Out version 2.17.0:
Traceback (most recent call last):
File "ShapeOut2Launcher.py", line 4, in
File "shapeout2_main_.py", line 35, in main
window = ShapeOut2(*app.arguments()[1:])
File "shapeout2\gui\main.py", line 215, in init
self.on_action_open(path=apath)
File "shapeout2\gui\main.py", line 781, in on_action_open
session.open_session(path, self.pipeline, search_paths)
File "shapeout2\session.py", line 353, in open_session
import_filters(arc.open("filters.sof"), pipeline, strict=True)
File "shapeout2\session.py", line 110, in import_filters
import_filter_set(path, pipeline, strict)
File "shapeout2\session.py", line 158, in import_filter_set
filt = Filter(identifier=state["identifier"])
File "shapeout2\pipeline\filter.py", line 42, in init
raise ValueError("Filter with identifier "
ValueError: Filter with identifier 'Filter_1' already exists!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants