Skip to content

Commit

Permalink
Update Engezny.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MDSH14 committed Jul 28, 2021
1 parent e75b7de commit f61745b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions Engezny/Engezny.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
#!/usr/bin/env python
# coding: utf-8

# In[80]:


from bidi.algorithm import get_display
import arabic_reshaper
import matplotlib
import matplotlib.pyplot as plt
import pandas as pd
import os
class Engezny:
def __init__(self, DataFrame):
self.DataFrame = DataFrame
from bidi.algorithm import get_display
import arabic_reshaper
import matplotlib
import matplotlib.pyplot as plt
import pandas as pd
import os

def visualize(self, start= 0, end = -1, location = 'Charts/', extention = 'jpg'):
if end == -1:
Expand Down

0 comments on commit f61745b

Please sign in to comment.