Python Forum
Help me about the load_distribution, network.plot ....
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help me about the load_distribution, network.plot ....
#1
I'm a beginner. Can you help me to explain what the codes mean? Thank you very much.

fig,ax = plt.subplots(1,1)
fig.set_size_inches(6,12)
load_distribution = network.loads_t.p_set.loc[network.snapshots[0]].groupby(network.loads.bus).sum()
network.plot(bus_sizes=load_distribution*0.1,line_widths=1.5,ax=ax,title="Load Distribution", boundaries=[100,113,8,23.5])
Reply


Messages In This Thread
Help me about the load_distribution, network.plot .... - by hoangtuyen - Feb-08-2018, 08:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to plot intraday data of several days in one plot mistermister 3 3,017 Dec-15-2020, 07:43 PM
Last Post: deanhystad
  How to plot vertically stacked plot with same x-axis and SriMekala 0 1,990 Jun-12-2019, 03:31 PM
Last Post: SriMekala

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020