gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

Plotting rework #34

Closed cafaxo closed 3 years ago

cafaxo commented 3 years ago
gaioguy commented 3 years ago

On Ubuntu 19.10, plotting works fine in 1d, 2d and 3d (albeit the 3d controls are a bit uncommon). Minor issue: the 1d bar plot only appears in the left half of the window (but shows the correct invariant density).

On macOS, 2d and 3d work fine, the 1d bar plot does not appear at all.

I suggest to merge this anyway now so that we can move on with the transfer operator PR and open an issue for these things.

cafaxo commented 3 years ago

Minor issue: the 1d bar plot only appears in the left half of the window (but shows the correct invariant density).

You should be able to zoom the 1D plot by scrolling and move it by click & drag with the cursor. Is that working properly?

By default, the x-axis is set to show the range from -1 to 1. I updated #34 to reflect that the 1d and 2d plots should start at an "interesting" position.

gaioguy commented 3 years ago

Yes, that works - nice!