fix isort compatibility
This commit is contained in:
parent
8d92461c65
commit
5f61bc4bae
@ -4,11 +4,11 @@ logger = logging.getLogger(__name__)
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
import matplotlib.gridspec as gridspec
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
plt.style.use('ggplot')
|
plt.style.use('ggplot')
|
||||||
|
|
||||||
from prepare_sector_network import co2_emissions_year
|
from prepare_sector_network import co2_emissions_year
|
||||||
from helper import update_config_with_sector_opts
|
|
||||||
|
|
||||||
#consolidate and rename
|
#consolidate and rename
|
||||||
def rename_techs(label):
|
def rename_techs(label):
|
||||||
@ -373,7 +373,6 @@ def plot_carbon_budget_distribution(input_eurostat):
|
|||||||
Plot historical carbon emissions in the EU and decarbonization path
|
Plot historical carbon emissions in the EU and decarbonization path
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import matplotlib.gridspec as gridspec
|
|
||||||
import seaborn as sns; sns.set()
|
import seaborn as sns; sns.set()
|
||||||
sns.set_style('ticks')
|
sns.set_style('ticks')
|
||||||
plt.style.use('seaborn-ticks')
|
plt.style.use('seaborn-ticks')
|
||||||
|
Loading…
Reference in New Issue
Block a user