creating a contour plot in Origin from a spreadsheet with x,y,z data

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 32

  • @tsehayenegash8394
    @tsehayenegash8394 ปีที่แล้ว +1

    thank you for upload areal data. please upload a video this data in matlab

  • @brahimakhsassi5134
    @brahimakhsassi5134 3 ปีที่แล้ว +1

    Thank you. It was really helpful.

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Thanks for your kind feedback!

  • @subhajitbhunia4959
    @subhajitbhunia4959 5 หลายเดือนก่อน

    Excellent!!

  • @salmanfarsi4116
    @salmanfarsi4116 3 ปีที่แล้ว

    Thanks thanks and also thanks from Bangladesh 💐💐💐💐💐🌈🌈🌈

  • @flashfan3706
    @flashfan3706 10 หลายเดือนก่อน

    Thankyou, very helpful.

  • @abdurrahman-rx1hy
    @abdurrahman-rx1hy 3 ปีที่แล้ว

    Excellent!! thanks for sharing

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Glad you liked it!

  • @moupiamukherjee1713
    @moupiamukherjee1713 3 ปีที่แล้ว

    Excellent ! Thanks 🌼🌼

  • @ANKITSHARMA-iq5zy
    @ANKITSHARMA-iq5zy 3 ปีที่แล้ว

    Wonderful...........

  • @physicsofsolidssimulation8941
    @physicsofsolidssimulation8941 3 ปีที่แล้ว +1

    Thank you.
    Please, how to create main column (y-axis) and main rows (x-axis) manually, not by "from to" because my data not arranged (the step by step are different values).

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Are the data still organised in a regular grid-wise manner but with irregular step sizes?

    • @physicsofsolidssimulation8941
      @physicsofsolidssimulation8941 3 ปีที่แล้ว +1

      @@NiekBuurma Thanks, I found the solution, it is: the regular matrix only supports a linear spacing in the X and Y dimensions, a virtual matrix supports irregular spacing of X and Y coordinate values (provided those values are in ascending or descending order).

  • @kapilyadav7146
    @kapilyadav7146 หลายเดือนก่อน

    Hi i have a doubt my X data is not evenly spaced so because of that in matrix data is not plotted correctly. CAN YOU PLEASE HELP ME REGARDING FOR THE SAME?

    • @NiekBuurma
      @NiekBuurma  หลายเดือนก่อน

      Hello! The way I have dealt with this is through Python. Using meshgrid in numpy, you can turn irregular xyz data into data on a regular xy coordinates using an interpolation algorithm. I understand that this requires a lot of work (including coding), but it does work.

  • @maheshprasad4391
    @maheshprasad4391 2 ปีที่แล้ว

    Other than using regular intervels cann't we define the intervels of x and y in this method(need to avoid using x, y, z coordinate method)?

    • @NiekBuurma
      @NiekBuurma  2 ปีที่แล้ว

      I have never tried that. What I have done instead is write some python code that remaps the data onto a regular grid.

  • @rameshr5272
    @rameshr5272 3 ปีที่แล้ว +2

    Hi. Nice information. Can you do with matlab?

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Do you mean plotting the data using matlab? I'm sure that's possible but not something I have created a video for. Sorry!

    • @dr.arpitachakraborty4201
      @dr.arpitachakraborty4201 3 ปีที่แล้ว

      So where have you plotted the data? Using which software?

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว +1

      @@dr.arpitachakraborty4201 The plot is created in Origin.

  • @chadhu5846
    @chadhu5846 3 ปีที่แล้ว +2

    nice,this is skill what I am want get 。 thank you

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Thanks for your kind comment!

  • @华张-j5s
    @华张-j5s 3 ปีที่แล้ว

    excellent!how can i get the coordinates of positive peaks and negative peaks in Contour maps of synchronous and asynchronous 2D correlation spectra

  • @klaudiapy1178
    @klaudiapy1178 3 ปีที่แล้ว

    How can I chage values of X and Y if I want to have fixed (my own) vaues, not calcuated. I have data from SMPS device so on Y axis I have fixed values of particle sizes, how can I put them in ???

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      Are the x and y values regularly spaced?

    • @klaudiapy1178
      @klaudiapy1178 3 ปีที่แล้ว +1

      @@NiekBuurma nope. that's the thing - I don't want them to be regularly spaced. I managed to do this, but I had to use "spreadsheet data to XYZ" option.

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      @@klaudiapy1178 Yes, that's right. There is another option I have been playing with, which involves turning irregular xyz data into a regular data using an interpolation algorithm in python (numpy meshgrid)

  • @ahmadaziz5263
    @ahmadaziz5263 3 ปีที่แล้ว

    hi thanks for sharing. but i just wonder if i want to draw a contour in a cirlce shape, how should i do?

    • @NiekBuurma
      @NiekBuurma  3 ปีที่แล้ว

      It depends on what you want to do exactly. If you want to show a (non-circular) contour on a circular x,y base, you need to define your data so that the x,y data reflects a circle. If you want the contour lines themselves to be circular as well, you need to define a symmetric peak. If that's what you want, let me know some coordinates and I can suggest something.