Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

241
Views
¿Cómo aumentar el número de rupturas en el eje x en el gráfico echarts4r?

Estoy haciendo un histograma simple en echarts4r, pero estoy luchando por anular las etiquetas predeterminadas del eje x. Por ejemplo, en el diagrama a continuación, me gustaría tener una etiqueta cada 3, en lugar de intervalos de 5.

 library(echarts4r) mtcars |> e_charts() |> e_histogram(mpg, name = "histogram", breaks =seq(0,36,3))
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede establecer el intervalo entre ticks, así como los valores mínimo y máximo usando e_x_axis así:

Consulte también los documentos para obtener más opciones.

 library(echarts4r) mtcars |> e_charts() |> e_histogram(mpg, name = "histogram", breaks = seq(0,36,3)) |> e_x_axis(interval = 3, min = 3, max = 36)

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!