Create a graph with x-y plot (2024)

SMath Studio Forum»SMath Studio»Questions»Create a graph with x-y plot

Create a graph with x-y plot

Previous Topic Next Topic
Create a graph with x-y plot (4) Beyaz

#1 Posted : 11 February 2023 12:35:47(UTC)

Create a graph with x-y plot (6)
Rank: Member

Groups: Registered
Joined: 12/11/2021(UTC)
Posts: 18


Hey guys,

im trying to plot my function with x-yplot (addon) but it doesnt work. I will be happy if can someone can help me.
i define two functions (with If-clauses) and now I have to put it in x-y-plot.
Thanks for helping

Create a graph with x-y plot (7) Pfahlsetzungslinie.sm (102kb) downloaded 20 time(s).

Wanna join the discussion?! Login to your SMath Studio Forum forum accountor Register a new forum account.

Create a graph with x-y plot (8) Jean Giraud

#2 Posted : 11 February 2023 15:51:05(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (10)

Was thanked: 983 time(s) in 811 post(s)

Originally Posted by: Beyaz

I define two functions (with If-clauses) and now I have to put it in x-y-plot.

1. Start by the first red instance ... assign the demand.
2. For the plot Units don't match
3. Check if your incomplete Bolean is OK ... here shown complete.
4. What is mPa

Create a graph with x-y plot (12)

Create a graph with x-y plot (13) overlord

#3 Posted : 11 February 2023 17:27:05(UTC)

Create a graph with x-y plot (15)
Rank: Advanced Member

Groups: Registered
Joined: 23/07/2013(UTC)
Posts: 1,141
Create a graph with x-y plot (16)

Was thanked: 522 time(s) in 348 post(s)

If you want to plot, you have to eliminate units.
Either by writing a unitless function, or using units while plotting.
I would rather second one.

Regards

Create a graph with x-y plot (17) Pfahlsetzungslinie.sm (113kb) downloaded 12 time(s).

Create a graph with x-y plot (19) Beyaz

#4 Posted : 11 February 2023 20:22:20(UTC)

Create a graph with x-y plot (21)
Rank: Member

Groups: Registered
Joined: 12/11/2021(UTC)
Posts: 18


hey guys thanks. (i tryed to give you a thanks but i always get an error)
it works now. Ive realized my mistakes.

i have 2 more question.
1. is it possible to rotate the graph or function? I wanna switch x and y axis
2. i wanna make the visible spectrum of x and y axis depent on a variable. like X-Axis Max=s1 and Min=s2

//sorry for my bad english Create a graph with x-y plot (22)

Create a graph with x-y plot (23) Jean Giraud

#5 Posted : 11 February 2023 22:44:13(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (25)

Was thanked: 983 time(s) in 811 post(s)

Originally Posted by: Beyaz

i have 2 more question.
1. is it possible to rotate the graph or function? I wanna switch x and y axis
2. I wanna make the visible spectrum of x and y axis depend on a variable. like X-Axis Max=s1 and Min=s2

I understand 1 ... 2 Not clear.
Cheers ... Jean.

Create a graph with x-y plot (27)

Create a graph with x-y plot (28) Jean Giraud

#6 Posted : 11 February 2023 22:46:06(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (30)

Was thanked: 983 time(s) in 811 post(s)

... once the discrete data set in hand,
you can rotate by any angle as desired.

Create a graph with x-y plot (31) Jean Giraud

#7 Posted : 11 February 2023 23:58:06(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (33)

Was thanked: 983 time(s) in 811 post(s)

Originally Posted by: Beyaz

2. I wanna make the visible spectrum of x and y axis depend on a variable. like X-Axis Max=s1 and Min=s2

If I understand: once the discrete data set in hand,
very easy to range between Mi/Max.
Produce the discrete data set, I will terminate.
Cheers ... Jean.

Create a graph with x-y plot (35) Razonar

#8 Posted : 12 February 2023 07:43:27(UTC)

Create a graph with x-y plot (37)
Rank: Advanced Member

Groups: Registered
Joined: 28/08/2014(UTC)
Posts: 1,393
Create a graph with x-y plot (38)

Was thanked: 849 time(s) in 536 post(s)

Originally Posted by: Beyaz

... i have 2 more question.
1. is it possible to rotate the graph or function? I wanna switch x and y axis
2. i wanna make the visible spectrum of x and y axis depent on a variable. like X-Axis Max=s1 and Min=s2

Hi Beyaz.

1. Yes. For example you can use this technique over your functions

Create a graph with x-y plot (40)

Create a graph with x-y plot (41) xy-yx-plot.sm (8kb) downloaded 9 time(s).

2. Yes. For example you can try to learn about how to use setprop in an

XY plot region

.

Best regards.
Alvaro.

Create a graph with x-y plot (42) Beyaz

#9 Posted : 12 February 2023 13:09:44(UTC)

Create a graph with x-y plot (44)
Rank: Member

Groups: Registered
Joined: 12/11/2021(UTC)
Posts: 18


question 2: solved after find this
https://en.smath.com/for...205_X-Y-Plot-Region.aspx
Create a graph with x-y plot (45)

but to rotate the graph like this it didnt work. i tried your suggestions. Create a graph with x-y plot (46) Pfahlsetzungslinie1.sm (81kb) downloaded 12 time(s).
Create a graph with x-y plot (47)

Create a graph with x-y plot (48) Razonar

#10 Posted : 12 February 2023 14:47:18(UTC)

Create a graph with x-y plot (50)
Rank: Advanced Member

Groups: Registered
Joined: 28/08/2014(UTC)
Posts: 1,393
Create a graph with x-y plot (51)

Was thanked: 849 time(s) in 536 post(s)

Hi. You need to specify the XYPlot index. This is how to swap axis coordinates, and reverse the y-axis. I reduce the number of points in the XYPlot to 50.

Create a graph with x-y plot (52)

Create a graph with x-y plot (53) Pfahlsetzungslinie1.sm (88kb) downloaded 11 time(s).

Best regards.
Alvaro.

Create a graph with x-y plot (54) Jean Giraud

#11 Posted : 12 February 2023 15:12:08(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (56)

Was thanked: 983 time(s) in 811 post(s)

Originally Posted by: Beyaz

But to rotate the graph like this it didn't work.
I tried your suggestions.

You haven't produced the discrete data set.
Cheers ... Jean.

Create a graph with x-y plot (58) Wanna Rotate.sm (15kb) downloaded 5 time(s).

Create a graph with x-y plot (59) Jean Giraud

#12 Posted : 12 February 2023 20:23:09(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (61)

Was thanked: 983 time(s) in 811 post(s)

Create a graph with x-y plot (62)

Create a graph with x-y plot (63) overlord

#13 Posted : 13 February 2023 13:13:49(UTC)

Create a graph with x-y plot (65)
Rank: Advanced Member

Groups: Registered
Joined: 23/07/2013(UTC)
Posts: 1,141
Create a graph with x-y plot (66)

Was thanked: 522 time(s) in 348 post(s)

You can also use a rotation matrix.
It works on both 2DPlot an XYplot.

Regards

Create a graph with x-y plot (67)

Create a graph with x-y plot (68)1 user thanked overlord for this useful post.

on 13/02/2023(UTC)

Create a graph with x-y plot (69) Jean Giraud

#14 Posted : 13 February 2023 16:41:33(UTC)

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Create a graph with x-y plot (71)

Was thanked: 983 time(s) in 811 post(s)

Create a graph with x-y plot (72) Rotate XY.sm (487kb) downloaded 6 time(s).

Create a graph with x-y plot (73) Beyaz

#15 Posted : 13 February 2023 21:07:49(UTC)

Create a graph with x-y plot (75)
Rank: Member

Groups: Registered
Joined: 12/11/2021(UTC)
Posts: 18


thanks all of you guys.

now my smath tool is perfect. thanks for helping.

Users browsing this topic

Guest

SMath Studio Forum»SMath Studio»Questions»Create a graph with x-y plot

Forum Jump

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.


Create a graph with x-y plot (2024)

FAQs

How to create an xy graph? ›

Create a scatter chart

Select the data you want to plot in the chart. Click the Insert tab, and then click X Y Scatter, and under Scatter, pick a chart. With the chart selected, click the Chart Design tab to do any of the following: Click Add Chart Element to modify details like the title, labels, and the legend.

How do you plot a graph with the xy axis? ›

How Do you Plot a Graph with the x and y-axis? At first, we draw and label the x and y-axis. Then we plot the coordinates of the function at various values of the x and y-coordinates. Then we connect the coordinates and plot the graph of a function.

How to make an xy graph online free? ›

How to create a scatter plot
  1. Enter the title of the graph.
  2. For each series, enter data values with space delimiter, label, color and trendline type.
  3. For each axis, enter minimal axis value, maximal axis value and axis label.
  4. Press the Draw button to generate the scatter plot.

How to create a xy graph in Google Docs? ›

You can simply click on the Chart tab, leading you to Insert Chart Menu. Then, you need to select Scatter chart. When you simply click on Scatter, it will immediately create an xy graph with your data, also called a scatter plot.

How do you graph XY coordinates? ›

Step 1: Identify the point in question, (x,y). Step 2: Determine its x-coordinate, which will be the horizontal distance from the origin. Step 3: Determine its y-coordinate, which will be the vertical distance from the origin. Step 4: Plot or label the point (depending on what the question is asking).

Is there an app to make a graph? ›

GraPho (Grafo) is a free graphing application that makes it easy to create original pie charts and images of bar graphs.

Can I make a graph in Google Docs? ›

What Are The Steps For Making A Bar Graph On Google Docs?
  1. Step 1: Open the Google Doc where you want to make a graph.
  2. Step 2: Next, navigate to the menu bar, and tap on 'Insert. '
  3. Step 3: Now, hover over 'Chart' on your Google Doc, and various options appear.
  4. Step 4: Select 'Bar'.
Sep 15, 2022

What does x y look like on a graph? ›

The x and y-axis are two important lines of the coordinate plane. The x-axis is a horizontal number line and the y-axis is a vertical number line. These two axes intersect perpendicularly to form the coordinate plane.

How do you label XY on a graph? ›

Label Axes as "X" and "Y"

Label your axes as you would a typical graph, with x on the horizontal axis and y on the vertical axis.

How do you write the XY axis? ›

Each point can be identified by an ordered pair of numbers; that is, a number on the x-axis called an x-coordinate, and a number on the y-axis called a y-coordinate. Ordered pairs are written in parentheses (x-coordinate, y-coordinate). The origin is located at (0,0).

What is an XY line graph? ›

An xy-line graph shows the relationship between your dependent and independent variables when both are numerical and the dependent variable is a function of the independent variable. (In Microsoft Excel, choose the "XY (scatter)" chart type, and then choose a sub-type that does draw a line.)

References

Top Articles
Self-Promotion: Mastering the Art of the Not So Shameless Plug — Gambel Communications
Shameless plugs and the power of memes
Sallisaw Bin Store
Ksat Doppler Radar
Scammer phone number lookup. How to check if a phone number is a scam
Bon plan – Le smartphone Motorola Edge 50 Fusion "4 étoiles" à 339,99 €
Nancy Caroline (Kindley) Walker - Goodwin Funeral Home
Indio Mall Eye Doctor
Gateway Login Georgia Client Id
Umc Webmail
Andrew Tate Lpsg
The 10 Best Drury Hotels in the United States
Steve Bannon Issues Warning To Donald Trump
Lyons Prismhr
Cgc Verification Number
Unit 5 Lesson 6 Coding Activity
Gncc Live Timing And Scoring
'Blue Beetle': Release Date, Trailer, Cast, and Everything We Know So Far About the DCU Film
Espn Masters Leaderboard
Craigslist.nashville
9294027542
Cambria County Most Wanted 2022
Frequently Asked Questions | Google Fiber
Cal Poly 2027 College Confidential
Roomba I3 Sealing Problem With Clean Base
Deleon Malik Taylor-Griffin
Matrix Skilled Nursing Login
Penn Foster 1098 T Form
Mike Temara
Shaleback Hollow Location
Island Photography Discount Code
Https Eresponse Tarrantcounty Com
About My Father Showtimes Near Megaplex Theatres At Mesquite
Top Compact Cars for 2025: Consumer Reports, Safety, and Overall Value Ratings
Ftbt Ugly God Lyrics
Whatcom County Food Handlers Permit
America's Best Wings Raleigh Nc Rock Quarry
Papa Johns Pizza Hours
Metroplus Rewards Sign In
Barbie: A Touch of Magic
Alj Disposition Data
Why Did Anthony Domol Leave Fox 17
Tax Guidelines for Uber Eats Delivery Partners
Thekat103.7
Jersey Mike's Subs: 16 Facts About The Sandwich Chain - The Daily Meal
Siôn Parry: The Welshman in the red of Canada
Redbox Walmart Near Me
Diora Thothub
Lanipopvip
Restaurants Near Defy Trampoline Park
Vimeo Downloader - Download Vimeo Videos Online - VEED.IO
O2 Fitness West Ashley Photos
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 6290

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.