cTioga - help with axes

C

Chris R.

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!
 
D

David Masover


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.
 
D

David Masover

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 Fourmond <[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...
 
L

Lidija Tr

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 :)
if you find more elegant way please post it :))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top