octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33869] minor ticks disappear from log plot wi


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33869] minor ticks disappear from log plot with specified xticklabels
Date: Sun, 02 Oct 2011 21:45:39 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1

Follow-up Comment #1, bug #33869 (project octave):

I did some tests in gnuplot, but haven't been able to have minor ticks show up
when the tick labels are defined. Example, below.


set term x11 enhanced
set logscale y
set ytics ("10^{-4}" 1e-4, "10^{-2}" 1e-2, "10^{0}" 1, "10^{2}" 1e2, "10^{4}"
1e4)
set mytics 10
plot exp(x)


Looks like I'm in need of some help.

Can someone can point out what is wrong with this these commands?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33869>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]