Skip to content

Commit d11e26d

Browse files
authored
Update jfem.jl
remove geometry from plotting, before deprecating it completely once julia plotting is fully available
1 parent 47b5140 commit d11e26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jfem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ please refer to http://matplotlib.org/api/pyplot_api.html
107107
not all kwargs have been imported. Should you require any that are not imported
108108
open as issue, and I will attempt to add them.
109109
"""
110-
Plot(in_plot::Union{Mesh,FunctionSpace,Function,Geometry};alpha=1,animated=false,antialiased=true,color="grey"
110+
Plot(in_plot::Union{Mesh,FunctionSpace,Function};alpha=1,animated=false,antialiased=true,color="grey"
111111
,dash_capstyle="butt",dash_joinstyle="miter",dashes="",drawstyle="default",fillstyle="full",label="s",linestyle="solid",linewidth=1
112112
,marker="",markeredgecolor="grey",markeredgewidth="",markerfacecolor="grey"
113113
,markerfacecoloralt="grey",markersize=1,markevery="none",visible=true,title="") =fenics.common[:plotting][:plot](in_plot.pyobject,

0 commit comments

Comments
 (0)