JuliaPy / JuliaPy/PyPlot.jl

3d plot figure size is not affected by figsize

Abierto
#518 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Julia
Estrellas
488
Forks
90
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I am plotting a 3d plot, but the figure size is not changed according to my setting.
This is my code:
```
using PyPlot
using3D()
fig = plt.figure(figsize=(6, 10))
ax = plt.axes(projection="3d")
```
![3dfigsize](https://user-images.githubusercontent.com/7188052/107612994-1d518f80-6c50-11eb-9ab3-4284464e8193.png)

I am running Julia 1.5.3.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start by reproducing the reported Julia 1.5.3 example with PyPlot, using `using3D()`, `plt.figure(figsize=(6, 10))`, and `plt.axes(projection="3d")`. Investigate how PyPlot and matplotlib handle the 3D figure size, and consider the issue resolved when the displayed 3D figure reflects the requested dimensions.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
julia, matplotlib, python
Área
data-visualization
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.