cTioga - help with axes

Hello all,

I would like to have a plot where the bottom x-axis has major ticks with
numbers (majornum) and the top x-axis is major ticks without numbers. Is
there a way to do this? Every time I try something one or the other gets
overwritten by the other. Thanks!

Anyone?

On Wednesday, December 15, 2010 10:49:21 am Chris R. wrote:

Anyone?

You might try the cTioga forum:

http://rubyforge.org/forum/forum.php?forum_id=8912

ruby-talk is generally for questions about Ruby programming, and I, for
one,
had never heard of cTioga before today. That’s not to say you shouldn’t
post
questions like this here (especially if you’re out of ideas), but, for
example, when I have a question about The Gimp, I don’t ask in a C
programming
forum.

Ah, ok. I posted there yesterday but it seems like a dead forum.

On Wednesday, December 15, 2010 05:31:04 pm Chris R. wrote:

Ah, ok. I posted there yesterday but it seems like a dead forum.

The next step would be to email the author, or maintainer, or whoever is
currently responsible for the program. If you’re using this gem:

https://rubygems.org/gems/ctioga

then that’d be Vincent F. [email protected]

It may be that it’s a dead project, or just slow-moving. If you’re a
Ruby
developer, you could look at the code and try to figure it out yourself.

If not, I don’t know what to tell you…

Chris R. wrote in post #968436:

Hello all,

I would like to have a plot where the bottom x-axis has major ticks with
numbers (majornum) and the top x-axis is major ticks without numbers. Is
there a way to do this? Every time I try something one or the other gets
overwritten by the other. Thanks!

Hello…I had simillar problem, this is my way of getting what I need,

ctioga --yaxis line --xaxis top,line --inset .5,.5:1,1 --xrange 20:70
ZnOAbs.DAT --xaxis bottom,full --yaxis line

This way I have thicks only in the x axis and both y and x top are
lines…as you can see I use inset as main plot area, and starting xaxis
for filling the top xaxis with line

this is robust solution but its solution never the less :slight_smile:
if you find more elegant way please post it :))))