Hello, I am using the Cadence Virtuoso, I tried to change the position of the legend from my results, I have shifted it to "above" as you can see from the image below
I have saved the image to my local computer using the setting you see from the image below
However, the saved result shows no legend, instead you can see the word "more" from the image below
I need your help to fix the legend problem
Regards
I have tried your solution and it is working as you can see from the image below
However, As you see the I lost the control on the background color, I can not not save now with white background .
Hence I have to change the color from the result itself, but I didn't find the option to change that on the graph from Vivada Graph Properties, could you please help me on this
File→Window Properties
Like on following screenshot
The background color is held by "background" property in "viva.rectGraph" and "viva.graphFrame" settings (you can find them in CIW→Options→Cdsenv editor r set by following commands (in CIW or cdsinit)
envSetVal("viva.rectGraph" "background" 'string "#E1E1E1")
envSetVal("viva.graphFrame" "background" 'string "#E1E1E1")
Thank you very much Dominik for your help, this solved my problem
Now I have another question,
please see from the image below my signal under different corners (C0,C1,C2,C3,C4), I want to remove these corners from the graph and also remove the visibility eye, so when I save the image I get a better aspect ratio, how can I do that
Thank you
You can control what is visible on legend, by clicking RMB (right mouse button) on the bar with signal name, visibility, etc.
However, by setting legend inside, you get only signal family name in main plot.
You can control what is visible on legend, by clicking RMB (right mouse button) on the bar with signal name, visibility, etc.
However, by setting legend inside, you get only signal family name in main plot.
Thank you Dominik for your help, that worked perfectly,
Unfortunately it looks like there is a bug by Cadence, when I tell him to bring the legend inside he doesn't show it at all.
Furthermore, my intension to remove the eye vis and the corner was inorder to save this margin space on the left of the graph so the image will have better aspect ratio.
Althaugh doing such an extra things will be quite simple by exporting the image in csv format and playing with it in Matlab, but I would like to use the power of Cadence as much as possible.