Re: plot function



Hi Daniele. As Walter mentioned, it is likely that "plt" can be used to create
the plot you are need, although to be sure, you might have to be more clear
about what you need.

If you just want an alternate x-axis showing the same thing as the primary
x axis except using different units, that is pretty easy. In the plt distribution,
take a look at the example "demo\tasplt.m". Note that the lower x-axis has
the units "gph" and the upper x-axis has the units "percent power". In that
example, the two units are the same except for a scale factor difference, so
it is trivial to implement as you can see from the code.

daniele wrote:
is it possible to have a plot with 2 scales on the x axis corresponding to the same value
on the y axis?

Walter Roberson wrote
But it if were me, I would check out the FEX contribution plt() to see whether perhaps
the possibility you want is one of the many options that are already built-in to
that contribution.
.



Relevant Pages

  • RE: How do I change my x-y scatter chart to show my column x values i.
    ... To not plot outliers, set the max. scale of the axis to a number that ... Double-click the axis; in the resulting dialog ... box, select the Scale tab. ... > was trying to plot. ...
    (microsoft.public.excel.charting)
  • Re: Tricky GUI graph
    ... with "plt" then a window will appear ... you want on the X and Y axis, click on the plot button ... xy = get; % get the calculations ...
    (comp.soft-sys.matlab)
  • Re: Tricky GUI graph
    ... with "plt" then a window will appear ... you want on the X and Y axis, click on the plot button ... xy = get; % get the calculations ...
    (comp.soft-sys.matlab)
  • Re: query related to plot of matlab
    ... the scale of both axis is same. ... you call PLOT or LINE or whatever graphics command you used to create the ... using a PERSISTENT variable or by returning it from the function and passing ...
    (comp.soft-sys.matlab)
  • Re: Plotting logrithmic graph
    ... Plot the data, then double click on the Y axis, and on the scale tab, ... Jon Peltier, Microsoft Excel MVP ...
    (microsoft.public.excel.charting)