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 9145695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:34:42+00:00 2026-06-17T10:34:42+00:00

I am trying to plot simple picture like this, using 3 values – xyz

  • 0

I am trying to plot simple picture like this, using 3 values – xyz loaded from textfile.

enter image description here

Now I need X-axis to go from biggest numbers to lowest (now are biggest numbers on the right, I need them on the left), so that two zeros meet in the same corner. I am using this simple code:

xyz <- read.table("excel")
scatterplot3d(xyz,xlim = c(0, 100000))
xyz

I have tried “rev” with no success. Picture always looks the same. Help will be greatly appreciated.

Sample data stored in file named “excel”:

8884    20964   2
8928    5   1
9033    6   2
9261    61307   1
9435    64914   3
9605    5   2
9626    7   3
9718    5   3
10117   48941   7
10599   399 9
20834   5802    10
21337   3   8
21479   556 8

I want my 0,0,0 point to be in right front down corner.

  • 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-06-17T10:34:43+00:00Added an answer on June 17, 2026 at 10:34 am

    You can choose an angle between >90 and <270

       scatterplot3d(xyz,xlim = c(0, 100000),angle=ang)
    

    for example:

    z <- seq(-10, 10, 0.01)
    x <- cos(z)+1
    y <- sin(z)+1
    scatterplot3d(x, y, z, highlight.3d=TRUE, col.axis="blue",angle=120,
                  col.grid="lightblue", main="scatterplot3d - 1", pch=20)
    

    enter image description here

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

Sidebar

Related Questions

I'm using GD to plot some simple charts from array point data.. Trying to
I'm trying to load and plot a layer from a simple shapefile. It is
I am trying to plot a simple time series using ggplot() or qplot() .
I've been trying to do this plot in ggplot2 now for a long time
I'm using Sparklines and am trying to draw a simple blox plot with predetermined
I'm trying to produce a simple ggplot2 jitter plot in R. For x values,
I'm trying to replicate a certain plot using matplotlib: it should look something like
I'm trying to create a pretty simple scatter plot with two data series. I
I'm trying to plot values as a function of the date (only hh:mm:ss, without
I am trying to plot a graph using gnuplot. I have six text files.

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.