Ticket #1031 (closed NOT SET: fixed)
Mediation and Price Elasticity shape clip X axis to number of Ecosim year
Reported by: | joeb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.3 BETA |
Component: | Ecosim | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
The X axis on Mediation and Price Elasticity sketch pad re-sizes with the Ecosim years these shapes should always plot all the points.
Forcing function should re-size with the number of ecosim years.
Change History
comment:2 Changed 12 years ago by joeb
The cShapeImage.DrawShape?() solution will not work as this messes up the x axis scaling for the drawing. This will have to be fixed by setting the x axis to the number of points, I'm guessing, or the ecosim run length depending on the shape type.
Note: See
TracTickets for help on using
tickets.
I fixed this in cShapeImage.DrawShape?().
DrawShape?(...) was already checking the shape data type for other functionality it now also overrides the x axis if the type is PriceMediation? or Mediation.
I did not set the ticket to Fixed so it would stay up for a bit as a reminder that I did this.