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

Remove simulator prefix on the trace names #178

Closed
ra3xdh opened this issue Oct 31, 2022 · 3 comments
Closed

Remove simulator prefix on the trace names #178

ra3xdh opened this issue Oct 31, 2022 · 3 comments
Assignees
Milestone

Comments

@ra3xdh
Copy link
Owner

ra3xdh commented Oct 31, 2022

Currently trace names have the following syntax: simulator_name/variable_name like ngspice/tran.v(out) These labels have a bad readability. I am intending don't show the simulator prefix if the plot contains data from only one simulator. The trace label name will be like tran.v(out) This will improve readability. Probably it makes sense also to automatically remove the simulation prefix like tran. if the plot contains data from only one simulation.
image

@ra3xdh
Copy link
Owner Author

ra3xdh commented Oct 31, 2022

The global application setting like Long names/Short names may also be useful.

@ra3xdh ra3xdh added this to the 1.0.1 milestone Oct 31, 2022
@ra3xdh
Copy link
Owner Author

ra3xdh commented Nov 24, 2022

I have implemented this feature on current branch. Since the v1.0.1 Qucs-S will show only short trace name (like v(out)) if the data from only one simulator presents on diagram. It is possible to revert old behavior from the application settings.

image
image

@ra3xdh ra3xdh self-assigned this Nov 24, 2022
tvrusso added a commit to tvrusso/Xyce_qucs-s_Examples that referenced this issue Nov 24, 2022
With the fix of ra3xdh/qucs_s#178, graph labels look much cleaner (if
you're using the "current" branch, or if you wait for release 1.0.1).

I have rerun all my example schematics (other than the broken
OctaveScripting ones) and regenerated all the exported images that are
referenced by the various README.md files.

This is solely an aesthetic change.

ra3xdh/qucs_s#178
@ra3xdh
Copy link
Owner Author

ra3xdh commented Feb 2, 2023

The feature expected in the upcoming v1.0.1 Closing this.

@ra3xdh ra3xdh closed this as completed Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant