Re: different ticks (but relationed)
- To: mathgroup at smc.vnet.net
- Subject: [mg126135] Re: different ticks (but relationed)
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Fri, 20 Apr 2012 07:46:00 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201204190753.DAA04225@smc.vnet.net>
This is not an "exact" solution (as you say), but it works. You'd do well to check the online help for FrameTicks: ListPlot[{1, 2, 3, 4, 5, 6, 7}, Frame -> True, FrameTicks -> {{1, 2, 3, 4, 5, 6, 7}, {1, 2, 3, 4, 5}, {{1, "1/20"}, {2, ""}, {3, "3/20"}, {4, ""}, {5, "5/20"}, {6, ""}, {7, "7/20"}}, None}] -Tomas > Date: Thu, 19 Apr 2012 03:53:02 -0400 > From: juanmixp at gmail.com > Subject: different ticks (but relationed) > To: mathgroup at smc.vnet.net > > Hello > > I have been looking for this question, but I have not found the exact > solution. What I want to plot is a graph with frames. In this plot, I > want to plot ticks, but they are not individuals they are inversely > proportional. I think that if I draw a little plot is better > > 1/20 3/20 5/20 7/20 > 5 |--------------------------------| > 4 | | > 3 | | > 2 | | > 1 |--------------------------------| > 1 2 3 4 5 6 7 > > That is what i want, the axis below is inversely proportional to the > above, but i dont know hat to draw the above ticks..could you help > me?? > > Thanks!! >
- References:
- different ticks (but relationed)
- From: juan miguel <juanmixp@gmail.com>
- different ticks (but relationed)