[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: invalid character for plot (x, y, FMT)
From: |
James Sherman Jr. |
Subject: |
Re: invalid character for plot (x, y, FMT) |
Date: |
Tue, 8 Dec 2015 10:56:22 -0500 |
On Tue, Dec 8, 2015 at 10:48 AM, Mike Miller <address@hidden> wrote:
> Please always reply to the mailing list and preserve order (fixed).
>
> On Tue, Dec 08, 2015 at 15:30:21 +0100, Jonathan Camilleri wrote:
>> On 8 December 2015 at 15:09, Mike Miller <address@hidden> wrote:
>> > You have quoted the 'x' character with a backtick, this is the incorrect
>> > character, it should be a single quote, the same character before and
>> > after the symbol. What help resource indicated that this is valid
>> > syntax?
>>
>> I typed help <name of command>
>
> This may be a minor bug in Texinfo on Windows, can someone confirm
> whether "help plot" in Windows shows the wrong quote characters in the
> list of marker styles? Can the text be copied and pasted directly into
> the plot function as the format argument?
>
> Thanks,
>
> --
> mike
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
On Octave-4.0.0 on windows, the actual plot examples in the help file
are correct ( they use double quotes ) such as:
> plot (x, y, "or", x, y2, x, y3, "m", x, y4, "+")
However, when listing different options (this may have been where Jon
was confused), such as the different color options, the single
characters are listed as <backtick character single_quote>, such as:
> color
`k' blacK
`r' Red
`g' Green
`b' Blue
`m' Magenta
`c' Cyan
`w' White
Was this what as confusing, Jon?
James Sherman
- invalid character for plot (x, y, FMT), Jonathan Camilleri, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Nicholas Jankowski, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Mike Miller, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Nicholas Jankowski, 2015/12/08
- Message not available
- Re: invalid character for plot (x, y, FMT), Mike Miller, 2015/12/08
- Re: invalid character for plot (x, y, FMT),
James Sherman Jr. <=
- Re: invalid character for plot (x, y, FMT), Nicholas Jankowski, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Mike Miller, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Nicholas Jankowski, 2015/12/08
- Re: invalid character for plot (x, y, FMT), Mike Miller, 2015/12/09