You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
Currently trace names have the following syntax:

simulator_name/variable_name
likengspice/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 liketran.v(out)
This will improve readability. Probably it makes sense also to automatically remove the simulation prefix liketran.
if the plot contains data from only one simulation.The text was updated successfully, but these errors were encountered: