Origin Version (Select Help-->About Origin): 7.5pro Operating System: Winxp
Hi, in order to automate my work I designed a piece of script. After script execution, I want to assign special colors and styles to the script-created plots via the application of a theme. However, the theme does not change colors or styles, the plot remains blacj/white. What is wrong?
The problem could be that you're not creating the graph from a template. In fact, the programming guide recommends that you use win -t rather than win -n to create graphs. Try this instead...