-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Semilog plots with zero values #3998
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug
Milestone
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
Consider the following test code:
Correct Plot (the value y=0 at x=0 is masked out from y-log plot):

Wrong Plot (spurious point at x=0 with y=1e-1):

A
git bisecttells me that:The commit diff introduces the use of
_fast_from_codes_and_verts,so the issue is probably somewhere deeper inside this function.