Group Abstract Group Abstract

Message Boards Message Boards

0
|
641 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Reproducing the rendering style of functions.wolfram.com plots

Posted 2 months ago
POSTED BY: Pablo Barrios

This may be a start:

Plot[Evaluate@Table[Re[ArcTan[x, y]], {y, -3, 3}], {x, -3, 3}, 
 PlotRange -> {-3, 3}, Frame -> True, 
 BaseStyle -> {FontFamily -> "Helvetica", FontSlant -> Italic, 
   FontSize -> 20}, 
 PlotStyle -> Table[ColorData["Rainbow"][c], {c, Subdivide[6]}]]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard