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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:30:41+00:00 2026-06-17T12:30:41+00:00

I am trying to plot on the same figure the evolution of a function

  • 0

I am trying to plot on the same figure the evolution of a function f, with argument x in ]0,1]. I would like to see both the evolution of f far away from 0 and close to 0, on the same figure, with one x axis.

For now I only have two different figures, one using plot with x=[0.1 … 1], and one using semilogx with x=[1e-9 1e-7 1e-5… 0.1]. I would like to have both graphs on the same figure, with the x axis being logarithmic at the beginning, then linear after a certain x0 (let’s say x0=0.1).

I do not want something using plotxx since I want only one x axis.

Do you know if this is possible?

Thank you for your time and help.

  • 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-17T12:30:41+00:00Added an answer on June 17, 2026 at 12:30 pm

    Just plot your y vector without specifying the x vector, this will get you a uniformly spaced plot, then use XTick and XTickLabel to make it work. For example,

    x1=logspace(-10,-1,10);
    x2=linspace(1,10,10);
    y1=x1.^0.25;
    y2=1./x2;
    
    plot([y1 y2],'-x') 
    xlabels=num2cell([x1 x2]);
    set(gca,'XTick',1:numel(x1)+numel(x2),'XTickLabel',xlabels)
    

    enter image description here

    If you want to use Latex to format tick labels, you’ll need to download a function from the Matlab File Exchange.

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

Sidebar

Related Questions

I am trying to plot velocity vectors like in matlab we use quiver function
So I'm trying to plot 2 different arrays of the same dimensions using python's
I'm trying to plot values as a function of the date (only hh:mm:ss, without
I am trying to plot some data using pylab scatter function. I'm using pylab.scatter(X,
I'm trying to plot several kernel density estimations on the same graph, and I
I am trying to plot a graph with data from several worksheets into the
I am trying to plot simple picture like this, using 3 values - xyz
I'm trying to plot two data sets with gnuplot. They are both (x, y,
I am trying to plot multiple lists in the same plot in Mathematica (ListLinePlot)
I'm trying to plot a semi-transparent rectangle the same colour as the background above

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.