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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:07:46+00:00 2026-06-12T23:07:46+00:00

I plot Iris data with ggplot2 . It seems ggplot2 will standardized the data

  • 0

I plot Iris data with ggplot2. It seems ggplot2 will standardized the data to (0.1) interval automatically. How can I plot the data without any standardized manipulation?

library(ggplot2)
p <- ggpcp(iris, vars = names(iris[1:4]))
p + geom_line(aes(color = Species)) + ylim(0,8)

I am not a native English speaker and I am sorry to make ambiguity. Actually, the iris data various from 0 to 8. I want to plot the data exactly reflected the real value, but not the standardized value (transform the original data to (0,1) interval).

  • 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-12T23:07:48+00:00Added an answer on June 12, 2026 at 11:07 pm

    Maybe:

    library(ggplot2)
    p <- ggpcp(iris, vars = names(iris[1:4]))
    iris2 <- data.frame(id=1:nrow(iris), iris)
    dat <- reshape2::melt(iris2,id.var = c("id", "Species"))
    ggplot(aes(y=value, x=variable, group=id, color=Species), data=dat) + geom_path()
    

    enter image description here

    Though there may be better ways. Never did this so it was fun trying.

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

Sidebar

Related Questions

I plot the following: library(ggplot2) carrots <- data.frame(length = rnorm(500000, 10000, 10000)) cukes <-
We can draw box plot as below: qplot(factor(cyl), mpg, data = mtcars, geom =
I plot complex data using QwtPlot, so, I reimplement QwtSeriesData for converting my data
I'm trying to plot values as a function of the date (only hh:mm:ss, without
I am trying to plot this kind of behaviour of a data set. I
I am trying to plot some data using pylab scatter function. I'm using pylab.scatter(X,
I have a plot in ggplot2 with, say, 2 lines, and in the legend
I can create a faceted plot like so, with 3 plots stacked vertically :
I plot here values over length for a chromosome The middle region without points
From Plot vectors of different length with ggplot2 , I've got my plot with

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.