Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1D plot frome 3D data
#8
I missed out the lines above which select the csv file and open it. Have another look now, lines 9, 10, 11.

No, there are no repeated Z values:

Quote:len(Zs)
80
setZ = set(Zs)
len(setZ)
80

The length of the set(Zs) is the same as the length of Zs. If there were repeated Z values, len(setZ) would be smaller.
Reply


Messages In This Thread
1D plot frome 3D data - by layla - Jul-14-2023, 03:09 PM
RE: 1D plot frome 3D data - by buran - Jul-14-2023, 07:11 PM
RE: 1D plot frome 3D data - by layla - Jul-14-2023, 07:41 PM
RE: 1D plot frome 3D data - by Pedroski55 - Jul-16-2023, 01:15 AM
RE: 1D plot frome 3D data - by layla - Jul-16-2023, 01:40 AM
RE: 1D plot frome 3D data - by Pedroski55 - Jul-16-2023, 04:57 AM
RE: 1D plot frome 3D data - by layla - Jul-16-2023, 07:29 AM
RE: 1D plot frome 3D data - by Pedroski55 - Jul-16-2023, 10:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  extract and plot data from a txt file usercat123 2 1,277 Apr-20-2022, 06:50 PM
Last Post: usercat123
  Searching Module to plot large data G_rizzle 0 1,486 Dec-06-2021, 08:00 AM
Last Post: G_rizzle
  Not able to figure out how to create bar plot on aggregate data - Python darpInd 1 2,337 Mar-30-2020, 11:37 AM
Last Post: jefsummers
  HeatMap plot with arduino serial data tshivam 0 3,248 Oct-08-2018, 10:57 AM
Last Post: tshivam
  How to plot data to the same figure for every run? chry5ler 3 4,888 Aug-03-2018, 04:21 PM
Last Post: heras

Forum Jump:

User Panel Messages

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