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
I was trying to change plot object properties. But it is not changing any parameters other than color.
For example, ax->rectangle(0, 0, -2, -4)->fill(true).color("red").line_width(10);
Above code will only draw a rectangle with red colour without fill and uses default linewidth. I tried marker properties aswell, both in quit mode and reactive mode. But not getting expected output.
Request to add more examples using opengl backend.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was trying to change plot object properties. But it is not changing any parameters other than color.
For example,
ax->rectangle(0, 0, -2, -4)->fill(true).color("red").line_width(10);
Above code will only draw a rectangle with red colour without fill and uses default linewidth. I tried marker properties aswell, both in quit mode and reactive mode. But not getting expected output.
Request to add more examples using opengl backend.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions