Skip to content

Fix export in JSurface for contour and density plots #20

Description

@GoogleCodeExporter
printHeight and printWidth needs to be set when calling export in JSurface 
since printing=true and computePlotArea has the following code:

        if (printing) {
            width = printwidth;
            height = printheight;
        } else {
            width = getBounds().width;
            height = getBounds().height;
        }

see changesets on my clone
https://code.google.com/r/oyarzun-surfaceplotter/source/list

Original issue reported on code.google.com by oyar...@gmail.com on 14 Nov 2014 at 4:18

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions