Group Abstract Group Abstract

Message Boards Message Boards

Avoid "Null" statement inside the user interface with Manipulate?

Posted 10 years ago
POSTED BY: Erdem Uguz
2 Replies
Posted 10 years ago

Add an empty string as third argument to the If function:

If[fp == True,
  InputField[
    Dynamic[
      Plot[f, {x, xL, xR}, Dynamic[PlotLabel -> f], ImageSize -> Full]
    ],
    FieldSize -> {30, 15}
  ],
  ""
]
POSTED BY: Hans Milton
Posted 10 years ago

Thanks

POSTED BY: Erdem Uguz
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard