Python Forum
Query regrading plotting 95 % significance level
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query regrading plotting 95 % significance level
#1
Hello all,
I am trying to add hatching (like dots, hashes, .. ) over contour map. Such hatching could represent the only the statistically significant contours, or contours with certain criteria like p values <= 0.05. I have trends values, and I need to mark these p values condition overworld map region. Can anyone tell me , in this code, in Levels what should i write?
levels = ?????????
filled_c1=ax.contourf(lons[:], lats[:], mam_swcrf_p[:,:],levels=levels ,hatches=["", "."], alpha=0)
Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What is the significance of end=' ' and print() Subash_P 4 2,446 Sep-09-2019, 04:02 PM
Last Post: jefsummers
  Plotting level curves (isocurves) with pyqtgraph alexfrigo 2 15,304 Oct-03-2016, 08:53 PM
Last Post: alexfrigo

Forum Jump:

User Panel Messages

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