View Plans
Grafico A Barre 3d: Import Matplotlib.pyplot As Plt From Mpl_toolkits.mplot3d Import Axes3D Import N | Tripo AI

grafico a barre 3d

Prompt

import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D import numpy as np # Configurazione figura fig = plt.figure(figsize=(14, 8)) ax = fig.add_subplot(111, projection='3d') # Dati anni = ['2022', '2023', '2024'] reddito_netto = [28196, 29514, 30145] # Posizioni barre x_pos = np.arange(len(anni)) y_pos = np.zeros(len(anni)) # Larghezza e profondità barre width = 0.5 depth = 0.5 # Colore blu sobrio color_barre = '#2563eb' # Creazione barre 3D for i in range(len(anni)): ax.bar3d(x_pos[i] - width/2, y_pos[i], 0, width, depth, reddito_netto[i], color=color_barre, alpha=0.9, edgecolor='black', linewidth=0.8) # Etichette assi ax.set_xlabel('Anno', fontsize=12, fontweight='bold', labelpad=10) ax.set_ylabel('', fontsize=12, fontweight='bold', labelpad=10) ax.set_zlabel('Reddito Netto Annuo (€)', fontsize=12, fontweight='bold', labelpad=15) # Tick personalizzati ax.set_xticks(x_pos) ax.set_xticklabels(anni, fontsize=11) ax.set_yticks([]) ax.set_zlim(0, 35000) # Formattazione asse Z con sep

4K·PBR·v3.1-20260211

Related Models
3d model: abstract sculpture with tall curvilinear form in black and white shade3d model: wooden trough with rounded ends plank construction brown wood textur3d model: female tactical suit character with black and white armor equipped wi3d model: industrial storage tank with external metal staircases cylindrical si3d model: Бюст Давида3d model: white ceramic coral like vase sculpture with glossy glaze3d model: gaunt humanoid creature in a striped bodysuit with pale skin and elong3d model: glossy red heart symbol with smooth gradients and reflections3d model: tangled loop creature with loops and small white eyes3d model: black image placeholder