I plotted a Dataset as “Line + Symbol “and I need both line and symbols. But in the Legend I will display only the Symbol but with \l(1) %(1.1) Origin shows “Line and Symbols”. On the other hand I won’t use “Complete Control Over the Legend Display” [with this circumstantially Syntax: \L(O(SymEdgeColor,Sym,Fill,Size,ColorLn,LineStyle,Gap,LnWidth,SymFillColor))]
Is there a way to get only Symbols in Legend???
And thanks for help
2 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 05/14/2007 : 7:41:05 PM This might be the easiest way to plot column B as line+symbol but show only symbol in legend...
1. Plot col B as symbol in Graph1. 2. Plot col B as line+symbol in Graph2. 3. Set the shape, size and color of symbols the same in both graphs. 4. Minimize all graphs except Graph1 and Graph2. 5. Select Edit > Merge all Graph Windows and answer the "Do you wish to keep the old graphs?" prompt however you like. 6. Enter 1 row and 1 column in the "Total number of layers" prompt. 7. Enter 0 for Horizontal and Vertical Gaps in the "Spacings..." dialog. 8. Legends for the two layers in Graph3 will overlap but the legend w/line+symbol (layer 2) will be on top and can be easily deleted.
After you've created your first 2 layer graph you can save it as a template and create another by plotting the same column in both layers.
The example below illustrates both methods. The syntax for both methods is rather complicated so you are probably asking if there is an easier way to accomplish the same thing. The only alternative that I can see is to create a copy of the data column, plot the original column as Symbol, plot the copy as Line+Symbol and show only the Symbol plot in the legend. Not sure after all if that's any easier.