The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 scrolling in graphs

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
ibvmt Posted - 11/16/2004 : 05:19:03 AM
Origin Version (Select Help-->About Origin): v7.5776
Operating System:XP Prof
I have worksheets with more than 20000 lines.
With a line graph not all points can be seen at once on a screen.
I can zoom in to see individual points.
But I don't get any sliders to scroll through the graph (like on the worksheet).
What do I miss?
Thanks for help.
5   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 11/30/2004 : 09:17:37 AM
Hi Peter,

Thank you for the feedback. We will make the necessary changes and update the tool soon.

Easwar
OriginLab


ibvmt Posted - 11/30/2004 : 07:32:00 AM
Hi Easwar
Thanks for that solution.
But I think the code should be changed from:
[ScrollLeft]
Scroll_Percent=Scroll_Percent==0/0?10:Scroll_Percent;
x1-=((x2-x1)*Scroll_Percent/100);
x2-=((x2-x1)*Scroll_Percent/100);
return 0;
to:
[ScrollLeft]
Scroll_Percent=Scroll_Percent==0/0?10:Scroll_Percent;
dx=x2-x1;
x1-=(dx*Scroll_Percent/100);
x2-=(dx*Scroll_Percent/100);
return 0;
Otherwise x1 has already a new value when you calculate x2.
How about a button to set Scroll_Percent?
With the above correction and Scroll_Percent=100% I can do what I wanted to.
Thanks again
Peter
easwar Posted - 11/19/2004 : 12:07:10 PM
Hi Peter,

Thanks for the suggestion of slider. We will consider for a future version.

For now, we put up a tool that adds a new toolbar which will work with any graph layer (rather than using a fixed template which is the solution I posted earlier):
http://www.originlab.com/FileExchange/details.aspx?fid=89

Easwar
OriginLab


ibvmt Posted - 11/17/2004 : 06:45:56 AM
These buttons work.
But they are not as comfortable as a slider with the visual feedback (where you are on the axis and what zoom you are in).
Thanks
Peter
easwar Posted - 11/16/2004 : 09:48:28 AM
Hi,

You could do the following:
1> Click on the "Open Template" button on the Standard toolbar
2> Select Graphs (*.otp) from the Files of Type drop-down
3> Navigate to the Origin 7.5 EXE path and select the template file named Buttons.otp and click Open. You will now see a blank graph with many buttons
4> Plot your dataset into this graph. You can then use the buttons to scroll horizontal and vertical etc.

We are currently working on a toolbar that can be used on any graph (layer) rather than a graph such as above with buttons built into the template. We will post that solution on our File Exchange soon. Please check in a few days.

Easwar
OriginLab



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000