Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ write
Method
write
site-packages/matplotlib/tri/_tri.cpp:201–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
void ContourLine::write() const
202
{
203
std::cout <<
"ContourLine of "
<< size() <<
" points:"
;
204
for (const_iterator it = begin(); it != end(); ++it)
205
std::cout <<
' '
<< *it;
206
std::cout << std::endl;
207
}
208
209
210
Callers
15
recurse
Method · 0.45
write_graphviz
Method · 0.45
_run
Method · 0.45
render_glyph
Method · 0.45
render_rect_filled
Method · 0.45
make_tex
Method · 0.45
make_tex_preview
Method · 0.45
make_dvi_preview
Method · 0.45
file_requires_unicode
Function · 0.45
print_path
Function · 0.45
recurse
Function · 0.45
print_cycles
Function · 0.45
Calls
1
size
Function · 0.50
Tested by
3
test_csv2rec_names_with_comments
Function · 0.36
test_csv2rec_dates
Function · 0.36
test_truncated_file
Function · 0.36