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
 Column plotting

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
jd0331 Posted - 01/11/2010 : 5:24:19 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8
Operating System: xp

Hello, I would like to plot histograms with respect to multi-y axes, which means three or more y axes.

I can plot the histograms with double y-axes, but have no idea how to do it with three y-axes. I downloaded a sample on the web, which is a triple-y plotting--scatter plots-- using three layers, however, I realized that the method cannot be used for histogram plots, because the histograms should be grouped. What I want to do is to plot histograms on each layer separately. Is it possible? Can the histograms be plotted using each of the three layers?
1   L A T E S T    R E P L I E S    (Newest First)
Penn Posted - 01/12/2010 : 04:24:19 AM
Hi,

There are two Y axes in one layer, the left one and the right one. So, you can not get three Y axes within only one layer. Three histograms are plotted using three layers. This will get three Y axes. However, three Y axes have identical X axes. These three histograms will be overlapped. We need to use some work-around.

Work-around one:
Three Y axes are plotted in one layer as grouped plots. And then add two more layers for other two Y axes. The added two Y axes have to be changed for the proper scale manually.

Work-around two:
Copy your raw data (XYYY) and paste to another two worksheets. Then change the data in these worksheets with two zero Y columns. Structures of these worksheet like:

The first worksheet:
X Y Y Y
x y 0 0
The second worksheet:
X Y Y Y
x 0 y 0
The third worksheet:
X Y Y Y
x 0 0 y

Then plot these three worksheets to three layers. In this way, each layer will contain a grouped plot, and the scale of Y axis will automatically rescale according to the data.

Penn
OriginLab Technical Services

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