You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to construct shaded areas with the plotting package. One seemingly obvious solution for this problem is to expose the Fill class from the ZedGraph library to the line plot in the bonsai library.
There is currently no way to construct shaded areas with the plotting package. One seemingly obvious solution for this problem is to expose the
Fill
class from the ZedGraph library to the line plot in the bonsai library.Documentation can be found here under "The Fill class"
While multiple constructors are available for the fill class, we should probably only expose the
Fill( Color )
overload initially.The text was updated successfully, but these errors were encountered: