| T O P I C R E V I E W |
| alleyn2 |
Posted - 02/23/2012 : 12:26:31 PM Origin Ver.8 and Service Release 6 Operating System: Win Xp Pro
I am plotting data and I want to fix it so that I can have symbols with the plotted lines (if plotted in B/W they are easy to discern), the problem is that there are too many data points and the symbols overlap each other. Anyone know a way to display the line but only every third / fourth symbol associated with that line? |
| 6 L A T E S T R E P L I E S (Newest First) |
| YimingChen |
Posted - 11/13/2019 : 12:03:58 PM Hi,
You will need to reduce the number of data points before plotting. Here are two options:
1) Reduce Rows tools: https://www.originlab.com/doc/Origin-Help/reduce-rows.
2) Data Filtering: You can filter data on a worksheet with index conditioning, e.g., mod(i,20)==0 for every 20-th point. For details, see: http://www.originlab.com/doc/Tutorials/Data-Filter
Thank you James |
| eyhavand |
Posted - 11/13/2019 : 11:51:25 AM Origin 2018(64-bit) b9.5.1.195) Operating System: Win10 Hi Dear Friends, I will appreciate if you can consider my problem. that's it: How can I use skip points in a 3D-trajectory-Vector graph? I have plotted a 3D-graph with so many points and now there is no need to drop a line at each point. just every fifth/sixth point is sufficient. thank you for any help. Amin |
| eyhavand |
Posted - 11/11/2019 : 2:52:28 PM Origin 2018(64-bit) b9.5.1.195) Operating System: Win10 Hi How can I use skip points in a 3D-trajectory-Vector graph? I have plotted a 3D-graph with so many points and now there is no need to drop a line at each point. just every fifth/sixth point is sufficient. thank you for any help. Amin |
| easwar |
Posted - 04/03/2012 : 10:34:46 AM quote: Originally posted by rabu
But this suppose to skip both line and symbol. But how to keep line intact but drop some symbols?
naeem
Hi Naeem,
After setting the desired skip points, go to the Line tab and uncheck the "Gap to Symbol" check box.
Easwar OriginLab |
| rabu |
Posted - 04/03/2012 : 09:20:55 AM quote: Originally posted by Hideo Fujii
Hi alleyn2,
When you show the Plot Details dialog by double-clicking, choose "Drop Lines" tab, and turn ON the "Skip Points" check box, and enter 3 in the box if you want to show only every 3rd point.
--Hideo Fujii OriginLab
But this suppose to skip both line and symbol. But how to keep line intact but drop some symbols?
naeem |
| Hideo Fujii |
Posted - 02/23/2012 : 2:38:47 PM Hi alleyn2,
When you show the Plot Details dialog by double-clicking, choose "Drop Lines" tab, and turn ON the "Skip Points" check box, and enter 3 in the box if you want to show only every 3rd point.
--Hideo Fujii OriginLab |