Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plot Graph
#1
I have 4 different value and I have 1 corresponding value for these 4 value

I mean,
When a, b, c, d = 0.1, 0.2, 0.3, 0.4 the corresponding G value is equal 0.5
When a, b, c, d = 0.1, 0.1, 0.4, 0.4 the corresponding G value is equal 0.2
When a, b, c, d = 0.4, 0.2, 0.3, 0.1 the corresponding G value is equal 0.7
When a, b, c, d = 1.0, 0.0, 0.0, 0.0 the corresponding G value is equal 0.4

And I want to show them in a nice graph but since I have 4 variable instead of 1, I do not know how to do?
Any suggestion
Reply
#2
Do you have 4 values (a, b, c, d) or 1 (G)? What information is your graph supposed to convey? How many of each G value?

Is the G value calculated from a, b, c, d?
Reply
#3
I have 4(a b c d) different variable and corresponding these 4 different variable I have 1 value
My mean is that G is the x axis but it depends on 4 different value (4 different y axis)
Even one of these 4 variable change, G will change
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  first time use plot - I get empty graph korenron 6 1,965 Feb-04-2023, 02:14 PM
Last Post: deanhystad
  Unable to plot the graph as needed drunkenneo 1 6,263 May-26-2021, 11:04 AM
Last Post: cygnus_X1
  How to plot 3D graph of non numerical value? Gevni 0 2,188 Mar-05-2021, 02:50 PM
Last Post: Gevni
  Python Matplotlib: How do I plot lines with different end point in the same graph? JaneTan 0 1,552 Feb-28-2021, 11:56 AM
Last Post: JaneTan
  How to plot intraday data of several days in one plot mistermister 3 2,854 Dec-15-2020, 07:43 PM
Last Post: deanhystad
  plot multiple employee sales data in a single graph pitanshu 0 1,883 Oct-24-2019, 01:56 PM
Last Post: pitanshu
  Plot multiple csv into one graph problem with visualize linkxxx86 1 5,670 Oct-14-2019, 05:54 PM
Last Post: linkxxx86
  How to plot vertically stacked plot with same x-axis and SriMekala 0 1,886 Jun-12-2019, 03:31 PM
Last Post: SriMekala
  Plot a graph using matplotlib.pyplot Tibas 1 3,425 Feb-23-2018, 10:47 AM
Last Post: Tibas
  How to plot two list on the same graph with different colors? Alberto 2 28,696 Jul-18-2017, 09:20 AM
Last Post: Alberto

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020