Search found 4 matches

by ceremona
Fri Jul 19, 2019 1:42 am
Forum: MegunoLink
Topic: TimePlot not taking string variables
Replies: 1
Views: 5098

TimePlot not taking string variables

Hi I am trying to use the TimePlot constructor to create different variable streams without putting the string directly in the Timeplot argument, sort of like so: String tmp="blah"; TimePlot TempPlot1(tmp); As opposed to just saying Timeplot TempPlot1("blah"); But I get a compile...
by ceremona
Tue Jun 25, 2019 7:35 pm
Forum: MegunoLink
Topic: Unexpected behavior when using TimePlot constructor
Replies: 6
Views: 12061

Re: Unexpected behavior when using TimePlot constructor

Hi. Sorry for the late reply. I would rather just set these color shape aesthetic properties once via the SetSeriesProperties function. From reading the docs it's not clear to me what using SendData(F("temp"),...) does vs just SendData("temp",...). It looks like the same logic ca...
by ceremona
Mon Jun 17, 2019 8:42 pm
Forum: MegunoLink
Topic: Unexpected behavior when using TimePlot constructor
Replies: 6
Views: 12061

Re: Unexpected behavior when using TimePlot constructor

I see this problem as well. The advice about selecting highlighted values doesn't seem to do anything. Not sure if this is related but when I attempt to look at Series Properties, it asks me to select a series. Not sure what it expects me to do. The graph is showing up ok, it just ignores any values...
by ceremona
Mon Jun 17, 2019 6:23 pm
Forum: MegunoLink
Topic: SetYlabel not working
Replies: 1
Views: 5168

SetYlabel not working

I'm using the (nearly) stock code from one of your examples:

but finding that the SetYlabel doesn't result in an actual label showing up on the Y axis. SetXlabel seems to work fine.

Can you think of why this would be?

-Cere