[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plotyy with reversed right axis not showing data for right axis
From: |
Gabino |
Subject: |
Re: Plotyy with reversed right axis not showing data for right axis |
Date: |
Fri, 10 May 2019 09:55:43 -0500 (CDT) |
After revisiting this problem, I realized that 'reverse' axis are not yet
implemented in Octave, even though 'ydir' is referenced in the manual
($%#?):
ax=bar(rand(1,3));
set(ax, "ydir","reverse")
yields ..."unknown hggroup property ydir" or "unknown property ydir".
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Re: Plotyy with reversed right axis not showing data for right axis,
Gabino <=