JuliaPy / JuliaPy/PyPlot.jl

Adjust subplot param

Offen
#107 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Julia
Sterne
488
Forks
90
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

I am no expert, but I think this is a fairly simple thing to solve that could contribute to the overall enhancement of the plot() function.
Running the commands bellow a figure is produced.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.2 (2014-10-21 20:18 UTC)
_/ |\__'_|_|_|__'_| | 'Official http://julialang.org/ release'
|__/ | x86_64-apple-darwin13.3.0

julia> using PyPlot
INFO: Loading help data...

julia> x0 = 1:10;

julia> y0=x0;

julia> plot(x0, y0)
1-element Array{Any,1}:
PyObject

If in said figure the 'adjust subplot param' icon is clicked displaying the 'adjust subplot param' control bars and the figure is closed before the 'adjust subplot param' window, Julia crashes.
I don't think this is particularly urgent or difficult to fix, but since it happen to me, as a way of saying thank you, I thought I should point it out so that the Package becomes even better.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.