Message Boards Message Boards

Use the Boxed-> False and Axes-> True options in a graphic?

Posted 6 years ago
Attachments:
POSTED BY: Chris Agee
2 Replies
POSTED BY: Ian Williams

You can delete or add any number of options

f[x_, op__] := 
Graphics3D[{Red, Line[{{0, 0, 0}, {Re[(-1)^x], Im[(-1)^x], 0}}]}, op]
Manipulate[
f[a, Axes -> True, Boxed -> False, BoxRatios -> {1, 1, 1}, 
AxesOrigin -> {0, 0, 0}], {a, 0, 1}]

fig1

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

Group Abstract Group Abstract