Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4548902
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:17:06+00:00 2026-05-21T16:17:06+00:00

Is it possible to create graphics of spherical co-ordinate system like this in mathematica

  • 0

Is it possible to create graphics of spherical co-ordinate system like this in mathematica or should I use photoshop? I’m asking because I want a high resolution graphic, but lot of the files on internet are grainy when zoomed.

Here is the image:

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:17:07+00:00Added an answer on May 21, 2026 at 4:17 pm

    The figure is made up of simple geometric shapes and these can be easily recreated in Mathematica using equations. Here is one that is close to this plot, which IMO is less cluttered than the above, but you can always use these ideas to recreate your image exactly.

    Clear[ellipsePhi, ellipseTheta, circle]
    circle[x_] = {Cos[x], Sin[x]};
    ellipsePhi[x_, a_: - Pi/2] = {Cos[x - a]/3, Sin[x + a]};
    ellipseTheta[x_, a_: 0] = {Cos[x + a], Sin[-x - a]/2};
    (*Main circle*)
    ParametricPlot[circle[x], {x, 0, 2 Pi},
     PlotStyle -> Black,
     Epilog -> First /@ {
        (*Ellipses*)
    
        ParametricPlot[{ellipsePhi[x], ellipsePhi[-x], ellipseTheta[-x], 
          ellipseTheta[x]}, {x, 0, Pi},
         PlotStyle -> {{Black, Dashed}, Black}],
        (*Co-ordinate axes*)
    
        Graphics[
         Table[GeometricTransformation[{Arrowheads[0.03], 
            Arrow[{{0, 0}, {1.2, 0}}]}, 
           ReflectionMatrix[circle[x]]], {x, {Pi/2, -Pi/4, Pi/8}}]],
    (*mark point, rho, phi & theta directions*)
    
    ParametricPlot[{ellipsePhi[x, Pi/2], ellipseTheta[-x, 13 Pi/20]}, {x, 
       0, Pi/4},
      PlotStyle -> {{Red, Thick}, {Blue, Thick}}] /. 
     Line[x__] :> Sequence[Arrowheads[0.03], Arrow[x]],
    Graphics[{{Directive[Darker@Green, Thick], Arrowheads[0.03], 
       Arrow[{{0, 0}, ellipsePhi[-3 Pi/4]}]},
      {Directive[Purple], Disk[ellipsePhi[-3 Pi/4], 0.02]}}],
    (*text*)
    Graphics[{
      Text[Style["x", Italic, Larger], 1.25 circle[5 Pi/4]],
      Text[Style["y", Italic, Larger], 1.25 circle[0]],
      Text[Style["z", Italic, Larger], 1.25 circle[Pi/2]],
      Text[Style["\[Rho]", Italic, Larger], 0.4 circle[4 Pi/11]],
      Text[Style["\[CurlyPhi]", Italic, Larger], 
       1.1 ellipsePhi[Pi + Pi/5]],
      Text[Style["\[Theta]", Italic, Larger], 
       1.1 ellipseTheta[13 Pi/20 - Pi/8]],
      Text[Style["P", Italic, Larger], 1.2 ellipsePhi[-3 Pi/4 + Pi/24]]}]
    },
     Axes -> False, PlotRange -> 1.3 {{-1, 1}, {-1, 1}}
     ]
    

    which gives you this

    enter image description here

    Although it is possible to set the angles & arrows precisely, in some places (e.g., 13 Pi/20), I’ve only roughly approximated it. You really can’t tell the difference in the final figure, but if you’re picky you can change them and fix the positions exactly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi it'd like to know if it's at all possible create a parametric equalizer
Is it possible to create Selenium tests using the Firefox plugin that use randomly
Is it possible to use the FromStream method of System.Drawing.Image without having to keep
Possible Duplicate: Create a temporary directory in Java Duplicate: stackoverflow.com/questions/375910 Is there a way
Possible Duplicate: Create Excel file in Java How to save output in excel format
Is it possible to create federated Subversion servers? As in one server at location
Is it possible to create a trigger that will not be in a transaction?
Is it possible to create images with PHP (as opposed to simply linking to
Is it possible to create a REST web service using ASP.NET 2.0? The articles
Is it possible to create Windows CE 5.0 images (ie: nk.bin) from VS2005/VS2008 without

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.